Thank you for reply.
I already performed the below actions and got "Bad CPU type..." result.
I changed "Build Active Architecture Only" setting to "No" for both Debug and Release.
And I run the "Product/Scheme/Edit Scheme..." menu and changed everything from Debug to Release.
The compiled file was created in the Release folder, and I notarize it on M3 Machine.
After then I manually copied this file to the Intel machine and run it.
Notarize Steps are as Follows and it successfully done.
ditto -c -k --keepParent "$APP_NAME" "$APP_ZIP"
xcrun notarytool submit ./$APP_ZIP --wait --keychain-profile "$AC_KEYCHAIN"
xcrun stapler staple "$APP_NAME"
Post
Replies
Boosts
Views
Activity
This was solved by changing "Build/Override Architectures" from "Match Run Destination" to "Use Target Settings" in the settings window displayed after executing the "Product/Scheme/Edit Scheme..." menu.