Xcode 6.1 error while building IPA

前端 未结 7 671
再見小時候
再見小時候 2020-11-29 15:53

Just upgraded to Xcode 6.1 today, and guess what: Now I\'m having trouble submitting builds using the TestFlight desktop app. Here\'s the error I\'m getting while the app st

7条回答
  •  自闭症患者
    2020-11-29 16:26

    I wish I knew why it works, but here's a fix that worked for me:

    Found the fix !

    Click on your project > Targets > Select your target > Build Settings >

    Code Signing Resource Rules Path

    and add :

    $(SDKROOT)/ResourceRules.plist

提交回复
热议问题