-
Notifications
You must be signed in to change notification settings - Fork 12
How to archive my app with command line
Alexander Boldyrev edited this page Nov 8, 2022
·
1 revision
Run following command line to build your app with xcode:
xcodebuild build `
` -project "platforms/ios/MyApp.xcodeproj"`
` -scheme "MyApp"`
` -archivePath "platforms/ios/MyApp.xcarchive"`
` -destination "generic/platform=iOS"`
` -target="MyApp"`
` ENABLE_BITCODE=NO`
` PRODUCT_BUNDLE_IDENTIFIER="YOUR_APP_ID"`
` PRODUCT_NAME="MyApp"`
` DEVELOPMENT_TEAM="YOUR_TEAM_ID"`
` CODE_SIGN_IDENTITY="iPhone Distribution"`
` IPHONEOS_DEPLOYMENT_TARGET="IOS_VERSION"
Adjust command line accordingly to your app setup, with appropriate names for the project, scheme, archive path and target. Also make sure to provide proper team ID and bundle as well as deployment target.
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Geofencing
- Privacy settings
- In-app chat
- Migration guides
- Troubleshooting