xcode 6 beta 7:A signed resource has been added modified or deleted.

后端 未结 3 1613
别跟我提以往
别跟我提以往 2021-02-08 00:19

When I\'m running the application on device aftercleaning, removing derived data, first time it runs without any issues. Second time when I\'m trying to run, it say\'s \"A signe

3条回答
  •  我寻月下人不归
    2021-02-08 00:56

    It is still not fixed in XCode 6 RTM. But I found an easy walk around. Simply delete the ShareExtension.appex folder under your build. Then rebuild again. You don't need to clean project, so rebuild is quite fast.

    A actually alias the command to do the cleaning

    rm -rf ~/Library/Developer/Xcode/DerivedData/-*/Build/Products/Debug-iphoneos/ShareExtension.appex/
    

提交回复
热议问题