5
votes

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!

3
i am not using cocoaPods. its just a sticker package where i have inserted assets (pictures). That's it.Mummu K
Same issue; unable to make signing work for stickerpackextension.n13

3 Answers

2
votes

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

0
votes

Did you select signing certificate for all of your pods (if you use CocoaPods) and all your frameworks included in solution?

0
votes

I had to go to Xcode -> Preferences -> Accounts. Select the Apple Developer ID that you use for that App. Then select the team in the box at the bottom that displays the teams. Tap on the View Details button and then on the new screen tap the button Download All Profiles. This will re-download your profiles.

That fixed it for me.