存档期间的警告在Xcode 6中使用iOS 8扩展的应用程序

问题描述:

归档我的应用时遇到问题。

I have a problem while archiving my app.

我为iOS 8扩展程序创建了一个新目标。

I created a new target for an iOS 8 extension.

当我存档应用时,我会收到警告。

When I archive the app, I receive a warning.

警告


PBXCp警告,警告:跳过复制阶段条带,二进制代码是
签名:
/ Users / Library / Developer / Xcode / DerivedData / App / Build / Intermediates / ArchiveInter
mediates / AppName / IntermediateBuildFilesPath / UninstalledProducts / AppExtappex / AppE
xt

"PBXCp Warning", "warning: skipping copy phase strip, binary is code signed: /Users/Library/Developer/Xcode/DerivedData/App/Build/Intermediates/ArchiveInter mediates/AppName/IntermediateBuildFilesPath/UninstalledProducts/AppExtappex/AppE xt"

该应用程序位于Objective-C中。

The app is in Objective-C.

在Xcode目标的构建设置中选中在复制期间删除调试符号选项。它说它不能剥离调试符号,因为扩展已经签名。

Check the "Strip Debug Symbols During Copy" option in your Xcode target's build settings. Its saying that it cant strip debug symbols because the extension was already signed.