Xcode 6 Archiving and get a warning “Skipping copy phase strip ,binary is code signed” when add “share extension” to target

前端 未结 5 2051
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 08:01

I got this warning when I added share extension to my project and archiving it warning: skipping copy phase strip, binary is code signed: /Users/xxxx/xxx/xxxx/

5条回答
  •  天命终不由人
    2020-12-29 08:20

    If you are using Xcode 9.34.1, click in the project settings. Use the filter to find the correct setting: type "strip debug". You will find the settings COPY_PHASE_STRIP. Probably is set to "Yes". Set to "No" to remove the warning.

提交回复
热议问题