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?