The parent bundle has the same identifier as sub-bundle

Hi, created new version for my stickers, when I tried to compile it appears error message - The parent bundle has the same identifier (com.company.Appname) as sub-bundle at /Users/path/Library/Developer/CoreSimulator/Devices/46DA430A-AA10-42CF-B9FD-58F272FB67E5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UVHWQJ/extracted/Appname.app/PlugIns/StickerPackExtension.appex


How I can fix it ?

Replies

Might be a bit late but hope this helps...your extension bundle identifier needs to have the parent's bundle ID as its prefix.


If your app's bundle indetifier is com.domain.myapp, your extension has to be com.domain.myapp.foo.

Hi, can it have com.domain.myapp.* or com.domain.myapp.sample.* and can we submit this to AppStore?

Thanks