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

后端 未结 3 1595
别跟我提以往
别跟我提以往 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:47

    I used a slight modification of Cloud Xu's script to delete both the .appex and .appex.dSYM

    rm -rf ~/Library/Developer/Xcode/DerivedData/YourAppName-*/Build/Products/Debug-iphoneos/com.yourcompany.Name.extension.*
    

    You can put this in your scheme so that it executes with every build:

    Edit scheme... > Expand the Run mode in the sidebar > Pre-actions > Click '+' > New Run Script Action.

提交回复
热议问题