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?
Post
Replies
Boosts
Views
Activity
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 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