alvr-org / alvr-visionos

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

Build Issues #99

Closed dsshean closed 5 months ago

dsshean commented 8 months ago

Hi I tried to troubleshoot this issue for a couple of days and chalked it up to my lack of inexperience with ios development, but im getting this issue:

Code signing identifier (ALVRClientCore) does not match bundle identifier (alvr.ALVRClientCore) for /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.6vLjXQ/extracted/ALVRClient.app/Frameworks/ALVRClientCore.framework

Old build installed correctly and worked fine.

Deleted the local repo/ redownload /rebuild / deleted installed app on visionpro. etc... nothing has worked.

Building works fine, but fails at install stage on the vision pro. Any help would be greatly appreciated.

Thanks, Doug

danielteeny commented 8 months ago

exact same issue.

installed it once before without issue, tried installing it after purchasing apple developer account and can't get the app which says it builds correctly on the device.

niv-d commented 7 months ago

Change your identifier, run the build in xcode, and then rerun ./build_and_repack Build again in xcode.

Seems to fix

balarayen commented 6 months ago

For those who are still facing this issue, run conda deactivate in the terminal and the run ./build_and_repack.sh to overcome this error.