Warning during archive App with iOS 8 Extension in Xcode 6

后端 未结 9 1646
旧巷少年郎
旧巷少年郎 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 10:57

    What worked for me was the following:

    I edited the scheme that I was archiving. In that window, I selected 'Run' and then the tab 'Info'. In 'Build Configuration' I had changed it to 'Release'. I just changed it to 'Debug' (option by default) and that warning went away.

    I hope this helps.

提交回复
热议问题