Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 Code signing error

I have Xcode 8 installed on OSX el Captain.

I have a stickers bundle which runs on simulator. However, when I build it on me errors as below:

Check dependencies Signing for "StickerPackExtension" requires a development team. Select a development team in the project editor. Code signing is required for product type 'App Extension' in SDK 'iOS 10.0'

Showing Recent Errors Only Signing for "StickerPackExtension" requires a development team. Select a development team in the project editor.

Code signing is required for product type 'App Extension' in SDK 'iOS 10.0'

I have tried creating the certificates again, clean build, restarting Xcode but the error is still there. I have also tried 'automatic manage signing' and changed the settings manually as well.

Please help!

like image 683
Mummu K Avatar asked Oct 30 '22 20:10

Mummu K


1 Answers

The issue for me was selecting the Signing Profile Team for both Targets: The extension and the wrapper application.

It's not obvious, but if you open the drop-down to the left of General with the name of your app and select StickerPackExtension, you can then set the Team for the extension.

Source: Apple Dev Forums: Stickers on Xcode 8 development team error

like image 160
nipponese Avatar answered Nov 10 '22 21:11

nipponese