alvr-org / alvr-visionos

Experimental visionOS client for ALVR - SteamVR on Apple Vision Pro!
MIT License
426 stars 30 forks source link

Failed Registering Bundle Identifier #54

Closed Yzord closed 8 months ago

Yzord commented 8 months ago

After following the wiki step by step i encounter an error when i try to build the visionOS client.

Failed Registering Bundle Identifier: The app identifier "com.worthdoingbadly.ALVRClient" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.

It also spits the following error

No profiles for 'com.worthdoingbadly.ALVRClient' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.worthdoingbadly.ALVRClient'.

I don't know what to do to be honest. Did i lost a step?

ant2002k commented 8 months ago

You have to change the identifier name to something unique. This is in the instructions.

Yzord commented 8 months ago

Ok, let me start over again. Must have missed something

Yzord commented 8 months ago

Ok, i changed it, but i couldn't find the instructions on the building wiki page. Do i have a old version of it?

ant2002k commented 8 months ago

"Use a device-specific Development provisioning profile instead of a Distribution provisioning profile, or change the com.worthdoingbadly. prefix to your own registered bundle identifier prefix." I just used "com.example.xxx"

Yzord commented 8 months ago

Ah yes, it's under common issues. Not meant up in the building progress. Thanks for the clarification.