What is The easiest way build enterprise .ipa using default distribution certificate in command line?
I try to build in next way:
xcodebuild archive
=== BUILD NATIVE TARGET MyProject OF PROJECT MyProject WITH THE DEFAULT
CONFIGURATION (Release) === Check
dependencies unsupported build action
‘archive’** BUILD FAILED **
The following build commands failed:
Check dependencies
Thank you.
I found solution. Here is the easiest way how to do it:
My_Company_Ad_Hoc.mobileprovision should be placed near MyProject.app (in this case)