The latest version of Spotify has a watchkit app which apparently prevents the app from installing. Xcode gives this message: This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'.
I tried editing the Info.plist files to change the bundle identifiers to match my provisioning files but it still gives the same error. If I delete the watchkit folder from the bundle then it appears to install but fails to launch on the phone. Any ideas of what to try next?
The latest version of Spotify has a watchkit app which apparently prevents the app from installing. Xcode gives this message: This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'.
I tried editing the Info.plist files to change the bundle identifiers to match my provisioning files but it still gives the same error. If I delete the watchkit folder from the bundle then it appears to install but fails to launch on the phone. Any ideas of what to try next?