Statement: exportArchive: "Test.app" requires profiling

When I tried to integrate continuous integration using the Xcode server into my Xcode9. I can successfully create a BOT and I tried to integrate, then I always got an error like "Assertion: exportArchive:" Test.app "requires a preparation profile."

How to solve this problem?

+1
source share
1 answer

I ran into the same problem and fixed it after the following steps.

Although you get the error message “exportArchive: provisioning profile required”, it successfully creates Archive, but does not create an IPA.

, IPA , Xcode 9 IPA . .

Xcode Bot CI ExportOptions.plist IPA.

  • ExportOptions.plist

ExportOptions.plist(. Apple). IPA , , IPA ExportOptions.plist .

  • Bot

Bot .

Plist

" " (. ) "ExportOptions.plist". Integrating Archive, IPA .

Apple Xcode 9 + Xcode Bot Xcode 9 + Xcode

+1

Source: https://habr.com/ru/post/1690568/


All Articles