How to get a distribution app when using xcodebuild -exportArchive (Xcode8.3, Auto Signing)?

前端 未结 3 871
忘了有多久
忘了有多久 2021-02-19 14:04

After update Xcode8.3, the options \'-exportSigningIdentity\', \'-exportProvisioningProfile\' and \'-exportFormat\' are removed from \'xcodebuild

3条回答
  •  暖寄归人
    2021-02-19 14:28

    Just replace this parameter :

    -exportProvisioningProfile "MyProvisioningProfile"

    with:

    PROVISIONING_PROFILE_SPECIFIER="MyProvisioningProfile"

    Hope it helps.

提交回复
热议问题