Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier

11,101

I was finally able to build this project by deleting all the existent binary and temporary files from XCode and rebuilding each project individually.

Share:
11,101
Icaro
Author by

Icaro

Electronic Engineer and Software developer working mainly with Delphi, C#, Oracle, MSSql, Object-C and Swift Graduate from COTIL as Software developer and from USP as Electronic Engineer I am from Brazil but I have been living in NZ since 2004 Always interest in learn new technologies Checkout my tutorials at Udemy: Swift the Next Step (trilogy part 1): https://www.udemy.com/swift-the-next-step Realtime apps using Firebase and Swift 2 for iOS 9: https://www.udemy.com/firebase (if you are an active member of StackOverflow sign up in my Facebook page and send me an message and I will hook you up with some great deal) Visit my resume/CV page: http://icarolavrador.com

Updated on June 23, 2022

Comments

  • Icaro
    Icaro about 2 years

    I trying to compile the Lister example code from app and I keep getting the error below:

    error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.
    Embedded Binary Bundle Identifier:  com.example.apple-samplecode.Lister.watchkitextension
    Parent App Bundle Identifier:       nz.co.icaro.listner.Lister
    

    I already change the bundle name, the name of each separate project, I also change the developer account for each relevant part, try to clean, build, restart xcode but it seems that the Embedded binary's bundle identifier does not change. I follow the pdf instructions step by step but still, no luck!

    Can anyone see what am I missing?