Post

Replies

Boosts

Views

Activity

Reply to No Universal for Map App project with Tahoe
Builds Settings -> All -> Architectures: “Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD) for both Debug and Release Builds Settings -> All -> Build Active Architecture Only: “No” for both Debug and Release Reinstall MacOS 26.1, Xcode 26.2. Same result: no Universal, only one platform (Silicon or Intel, never both)
3w
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
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 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 Transporter and entitlement
So things have changed from previously? No except now I distribute within Xcode (I no longer use Transporter): To create a distribution-signed app using the Xcode app: [from "Export an app from Xcode" in your link "Creating distribution-signed code for macOS" ] 1- Select your app’s scheme. 2- Choose Product > Archive. 3- In the Archives organizer, select the archive created in step 2. 4- Click Distribute App. 5- Choose the appropriate distribution method. For example, to create a notarized app that you send directly to your customers, choose Direct Distribution. 6- Click Distribute. No issues no errors. Because earlier you were reporting an “App sandbox not enabled” error? No longer see this error. Is "App Store Version Release" must be set "Automatically release this version" ? What is the next step ? Thank you.
Oct ’24
Reply to Transporter and entitlement
I am sorry, I am late to reply. Are you building this product with Xcode? Yes. I follow the instructions from "Export an app from Xcode" in your link "Creating distribution-signed code for macOS" "Validate App" and "distribute App" report no issues no errors. But "Apple Store Connect -> macOS App" still show "Prepare for Submission" message. In "App Store Version Release" which one must be selected: "Manually release this version" or "Automatically release this version"
Oct ’24
Reply to No Universal for Map App project with Tahoe
Builds Settings -> All -> Architectures: “Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD) for both Debug and Release Builds Settings -> All -> Build Active Architecture Only: “No” for both Debug and Release Reinstall MacOS 26.1, Xcode 26.2. Same result: no Universal, only one platform (Silicon or Intel, never both)
Replies
Boosts
Views
Activity
3w
Reply to No Universal for Map App project with Tahoe
Typo error in title: Mac App not Map App No Universal for Mac App project with Tahoe
Replies
Boosts
Views
Activity
3w
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:
Replies
Boosts
Views
Activity
Mar ’25
Reply to CGSWindowShmemCreateWithPort log message
Thank a lot for all precious reply.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to CGSWindowShmemCreateWithPort log message
No one except the: "No error handler for XPC error: Connection invalid" that happen when the application quit.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to CGSWindowShmemCreateWithPort log message
If you disable Visible At Launch, you get this log message. Yes This log message is bad. Surely Thus you need a different way to make your window not visible at launch. Yes
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
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:
Replies
Boosts
Views
Activity
Feb ’25
Reply to CGSWindowShmemCreateWithPort log message
How to use: b libsystem_trace.dylib``_os_log_error_impl ?
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode Arm vector assembly error
[quote='818679022, endecotp, /thread/770989?answerId=818679022#818679022, /profile/endecotp'] (At least, that is the intention.) [/quote] Not sure is the best way... I think most user want a regular immediate... I really appreciate you help. Thank you very much.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode Arm vector assembly error
Yes! The correct syntax is: and v8.8b, v8.8b, v10.8b On other hand do you know (I am just curious) why ARM does "and immediate" so restricted ? By example the assembler accept add x2,x1,#32 but reject and x2,x1,#22 Thank you very much.
Replies
Boosts
Views
Activity
Dec ’24
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-
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode Arm vector assembly error
..../sources/qs_arm.s Command CompileC failed with a nonzero exit code Other way to get more explicit detail ?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode Arm vector assembly error
..../sources/qs_arm.s Command CompileC failed with a nonzero exit code
Replies
Boosts
Views
Activity
Dec ’24
Reply to Transporter and entitlement
So things have changed from previously? No except now I distribute within Xcode (I no longer use Transporter): To create a distribution-signed app using the Xcode app: [from "Export an app from Xcode" in your link "Creating distribution-signed code for macOS" ] 1- Select your app’s scheme. 2- Choose Product > Archive. 3- In the Archives organizer, select the archive created in step 2. 4- Click Distribute App. 5- Choose the appropriate distribution method. For example, to create a notarized app that you send directly to your customers, choose Direct Distribution. 6- Click Distribute. No issues no errors. Because earlier you were reporting an “App sandbox not enabled” error? No longer see this error. Is "App Store Version Release" must be set "Automatically release this version" ? What is the next step ? Thank you.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Transporter and entitlement
I am sorry, I am late to reply. Are you building this product with Xcode? Yes. I follow the instructions from "Export an app from Xcode" in your link "Creating distribution-signed code for macOS" "Validate App" and "distribute App" report no issues no errors. But "Apple Store Connect -> macOS App" still show "Prepare for Submission" message. In "App Store Version Release" which one must be selected: "Manually release this version" or "Automatically release this version"
Replies
Boosts
Views
Activity
Oct ’24