Post

Replies

Boosts

Views

Activity

Reply to Bad CPU type in executable
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"
May ’24