Posts

Post marked as solved
2 Replies
8.2k Views
I have an iPhone app with watch app and extension. I'm getting the following error when building: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.I've followed the instructions as set out here: https://developer.apple.com/library/ios/technotes/tn2410/_index.htmlThe iPhone app bundle ID is 'com.myname.appname'The watch app bundle ID is 'com.myname.appname.watchkitapp' (the 'parent' app bundle ID mentioned in the error)The watch extension bundle ID is 'com.myname.appname.watchkitextension' (the embedded bundle ID mentioned in the error)I've set the NSExtensionPointIdentifier to com.apple.watchkitI've created three separate app IDs and three separate provisioning profiles.Any help is appreciated.Grant.
Posted
by ukaussie.
Last updated
.