gabrieloc / GIOVANNI

A Gameboy Emulator for the Apple Watch
MIT License
943 stars 76 forks source link

Provisioning profile needs unique bundle identifier #35

Open nstumler opened 6 years ago

nstumler commented 6 years ago

screen shot 2018-03-10 at 1 35 23 pm Can anyone help me out with this error? I don't know what to change my bundle identifier to for this to work? @gabrieloc

burntscarr commented 6 years ago

I changed mine to com.burntscarr.giovanni

nstumler commented 6 years ago

Alright, thanks! That got me past that problem. @burntscarr Did you have this problem too or know how to fix this? Thanks for your help. screen shot 2018-03-10 at 5 50 39 pm

burntscarr commented 6 years ago

Find the Watch.app inside the Giovanni.app (in Xcode of course) and go change it's settings to com.(username).giovanni.watchkit (I'm only partially sure on that it might need to have a different ending like .watchos or .watchapp)

burntscarr commented 6 years ago

Okay so the fix is in the Info tab. There's this main tab, where you can edit the watchkitextension bundleidentifier but, it's not the only one. image

Over in the info tab (up top-ish) there's another area to edit. image The NSExtension > NSExtensionAttributes > BundleIdentifier setting also needs changed. Mine is com.burntscarr.giovanni.watchkit although my Main bundleid is com.burntscarr.giovanni.watchkit.watchkitextension for the extension because my giovanni_watchOS bundleid is com.burntscarr.giovanni.watchkit

Hope this helps some people!

gabrieloc commented 6 years ago

I made a few updates to the readme to answer some common questions. https://github.com/gabrieloc/GIOVANNI/blob/master/README.md