-
Notifications
You must be signed in to change notification settings - Fork 7
How to archive my app with command line
Olga Koroleva edited this page Mar 3, 2020
·
2 revisions
Run following command line to build your app with xcode:
xcodebuild build `
` -project "ios/MyApp.xcodeproj"`
` -scheme "MyApp"`
` -archivePath "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 support@infobip.com or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Privacy settings
- In‐app chat
- WebRTC Calls and UI
- Migration guides