Post

Replies

Boosts

Views

Activity

Reply to Xcode Arm vector assembly error
"Compile qs_arm.s (arm64)328"CompileC /Users/alain/Library/Developer/Xcode/DerivedData/QS-cibiavwrwfecqvgtkmfwdqiatgoh/Build/Intermediates.noindex/QS.build/Debug/QS.build/Objects-normal/arm64/qs_arm.o /Users/alain/Desktop/QS_univ/sources/qs_arm.s normal arm64 assembler-with-cpp com.apple.compilers.llvm.clang.1_0.compiler (in target 'QS' from project 'QS')c45c92378389c641^755897378389c641^-190"/Users/alain/Desktop/QS_univ/sources/qs_arm.s:159:2: error: unrecognized instruction mnemonic, did you mean: and, ands? vand q8, q8, q10 ^ Command CompileC failed with a nonzero exit code 1(21%IDEActivityLogMessage5@48"Command CompileC failed with a nonzero exit code-
Dec ’24
Reply to CGSWindowShmemCreateWithPort log message
Thank you for the link. With os_log_error(OS_LOG_DEFAULT, ""); I was able to see that disable "Visible At Launch" in MainMenu.nib cause the "CGSWindowShmemCreateWithPort failed on port 0" log error. What can I do to make the window not visible at launch (other than close the window in awakeFromNib)? How to fix the second issue: "No error handler for XPC error: Connection invalid" The code don't use any communications (etnernet, wifi or bluetooth) call.
Topic: Programming Languages SubTopic: General Tags:
Feb ’25
Reply to Sandboxed application and opendir()
With NSOpenPanel opendir() work correctly but the user don't want to select files and folders each time the application is launched. So I save the files and folders URLs for the next time. But then opendir(the_saved_URL) fail. What is the way to make opendir(the_saved_URL) work correctly ?
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’25