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

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

    Edit: There is an another workaround: for each extension target containing .swift file, add build pre-action in project running scheme configuration:

    touch "${PROJECT_DIR}/SOME SWIFT FILE IN EXTENSION.SWIFT"
    

    So I've found a workaround for this issue. For now we can't have swift code in extensions. As mentioned in the comment

    When removed all extension targets that contains swift code it's started working normally. I think it's a bug in xcode, for now if we have extension with swift code, don't know why, but second time run gives "A signed resource has been added modified or deleted." error.

提交回复
热议问题