Post

Replies

Boosts

Views

Activity

Comment on Built App location
Hey ChuckNM: Thanks for the reply. If I use export as an option, then when I notarize the installer, the notification server responds with: "The signature of the binary is invalid.". If I go hunting into the xcarchive and package that up, everything is great. Or is it my notarizing of the installer which is: xcrun altool --notarize-app \ --primary-bundle-id "com.xyz.abc213456" \ --username "yoda@mac.com" \ --password "somepassword" \ -f MyGreatApp_v${VERSION}.pkg I thought the --notarize-app flag was for packages. That's the reader's digest version. I'd be happy to provide any additional info. I think this is one of those "Is it this bit or that bit" sort of problems. John
Mar ’22
Comment on Built App location
Hey ChuckNM: Thanks for the reply. If I use export as an option, then when I notarize the installer, the notification server responds with: "The signature of the binary is invalid.". If I go hunting into the xcarchive and package that up, everything is great. Or is it my notarizing of the installer which is: xcrun altool --notarize-app \ --primary-bundle-id "com.xyz.abc213456" \ --username "yoda@mac.com" \ --password "somepassword" \ -f MyGreatApp_v${VERSION}.pkg I thought the --notarize-app flag was for packages. That's the reader's digest version. I'd be happy to provide any additional info. I think this is one of those "Is it this bit or that bit" sort of problems. John
Replies
Boosts
Views
Activity
Mar ’22
Comment on What causes lldb_unnamed_symbol
Quinn: It was an execution order thing. There's a metric tonne[1] of objects that have to be created, and I got one out of order. Thanks for your explanation and patience. John [1]: In Canada, for those on the Imperial System, one thousand pounds?
Replies
Boosts
Views
Activity
Sep ’21