I am trying to compile an ad-hoc IPA for my app using SDK version 6.1.2 and Xcode 9 beta (trying to see if the app works in the new version). My build is failing with the fo
use command /Applications/Xcode-beta.app/xcodebuild -help. You'll have an detail information about exportOptionsPlist
Available keys for -exportOptionsPlist:
....
provisioningProfiles : Dictionary
For manual signing only. Specify the provisioning profile to use for each executable in your app. Keys in this dictionary are the bundle identifiers of executables; values are the provisioning profile name or UUID to use.
....
Here is a sample about option plist
provisioningProfiles
com.aaa.bbb
adhoc_bbb
com.aaa.ccc
adhoc_ccc
method
ad-hoc
uploadBitcode
uploadSymbols