Warning during archive App with iOS 8 Extension in Xcode 6

后端 未结 9 1505
旧巷少年郎
旧巷少年郎 2020-12-24 10:28

I have a problem while archiving my app.

I created a new target for an iOS 8 extension.

When I archive the app, I receive a warning.

The warning is <

9条回答
  •  囚心锁ツ
    2020-12-24 11:16

    If you create a brand new sample project and a Today Extension in Xcode 6.2, the default values are set to NO for stripping of debug symbols.

    enter image description here

提交回复
热议问题