Bundle identifier error message

I am getting this error message in Xcode when trying to package the build for a sticker pack:
Embedded binary’s bundle identifier is not prefixed with the parent app’s bundle identifier.

I am not sure what the fix needs to be…any suggestions/ideas? Thank you!

Hello!

By any chance would you happen to know what the bundle ID is for the extension and the app are?

I figured it out but appreciate your help.

Can you post what you did and mark it as the solution?? It may help someone else

Sure, so I ended up restarting the project and looking closely at what the prior build bundle identifier was and making sure it matched what was set up for the new project. The organization ID influences the bundle ID. Once I matched those, I had no issue. Hope this helps someone.

1 Like