frameworks don't support provisional profiles while generating an IPA from the Command line tool.
syntax followed are:
. Cd "Project Folder"
2. xcodebuild -scheme "" archive -archivePath "" DEVELOPMENT_TEAM="" PRODUCT_BUNDLE_IDENTIFIER="" PROVISIONING_PROFILE=""
3 .xcodebuild -exportArchive -archivePath ""
-exportPath ""
-exportOptionsPlist ""
in exportoptionsplist : providing the "Team id and provisional UUID and Bundle identifier"
please help me fix this issue,