xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

前端 未结 8 1338
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 12:23

I\'m using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this:

xcodebuild -exportArchive -archivePath /path/Arch         


        
8条回答
  •  囚心锁ツ
    2020-12-28 13:12

    This forum helped me to fix the issue.
    https://forums.developer.apple.com/message/59201#59201

    SOLUTION: change the key from 'method' to 'export_method' in the exportOptionsPlist.

提交回复
热议问题