I have Mac mini M4 with 16GB memory, the Xcode is 16.1, when I test my Vision Pro App with the Simulator, it is very slow and system shows the memory is under the high pressure.
How do I run/test/debug the application on Vision Pro directly? Tried to add my Vision Pro to my developer account, it didn't work due to cannot find UDID, when I hook the USB to the battery, it only shows Battery device ID.
Post
Replies
Boosts
Views
Activity
This might be a very silly question, anyway I tried many ways and didn't find a solution:
My Mac mini M4 is basic version which only has 16GB memory, it is very shy for developing Vision Pro application and testing with the simulator (CleanMacX always warning me low memory), I want to debug and test the application directly on Vision Pro (+ my app need both two hands gestures which simulator might not support) in stead of simulator, is there any proper instructions on how I test/debug/run the App on VP device directly instead of on simulator in favor of speed?
I have one project, it has one Swift (AppKit) App and one C++ dylib project, I don't have problem in build the dylib, but when build the UI App, there will be an error:
"ld: multiple errors: file cannot be open()ed, errno=2 path=/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/AppDelegate.o in '/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/AppDelegate.o'; file cannot be open()ed, errno=2 path=/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/ViewController.o in '/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/ViewController.o'; file cannot be open()ed, errno=2 path=/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/GeneratedAssetSymbols.o in '/Users/steventang/Library/Developer/Xcode/DerivedData/doodle-girdwlxpmnbetjdldjvdgddoetub/Build/Intermediates.noindex/doodle.build/Debug/doodle.build/Objects-normal/arm64/GeneratedAssetSymbols.o'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)"
Clean project folder and rebuild - it won't fix
I tried remove the two Swift files and added it again- it won't fix
Delete DerivedData folder - it won't fix
I upgraded to Xcode 16.1 - also tried above, it won't fix
BUT: the project doesn't have any problem when build with Xcode 15
After upgraded to macOS 13.0,
TTS application won't work, debug info shows:
file:///System/Library/PrivateFrameworks/TextToSpeechMauiSupport.framework/Resources/TTSResources/en-US/Samantha/Contents/user_rules.txt contained data that was not null terminated
file:///System/Library/AssetsV2/com_apple_MobileAsset_VoiceServices_VoiceResources/52bd52b2a5fad97be729d7e0ba9af97a6d3db1da.asset/AssetData/vocalizer-user-dict.dat contained data that was not null terminated
DAL camera won't work
ContinuityCaptureAgent: (CoreMediaIO) [com.apple.cmio:] CMIOExtensionProvider.m:3446:-[CMIOExtensionProvider removeSystemStatusAttributionsForClient:stream:]_block_invoke Couldn't find attribution to remove, 0D226729-DD5A-4731-96A4-C390BAEBFB18, 43334135-0000-0000-0000-000000000002
2022-10-25 13:56:22.485335-0600 0xc2bda Default 0x0 320 0 UVCAssistant: (CoreMediaIO) [com.apple.cmio:] CMIOExtensionProvider.m:3446:-[CMIOExtensionProvider removeSystemStatusAttributionsForClient:stream:]_block_invoke Couldn't find attribution to remove, 2A5CD1A4-F79A-4D6B-8F1A-8FBE08C60A40, 0x122000046d085e
Old beta didn't have this issue
I have a Package installer, when the installation done, it will show
https://img-c.udemycdn.com/redactor/raw/q_and_a/2021-09-16_01-58-30-35226f3790a6848d7036b851d60c1d54.png
I want to use applescript find the top left close button(x) and disable it, is it possible?