AU in Logic doesn't work for some people
-
@treynterrio so: -
- build your plugin and move it to the desktop
- codesign it:
codesign -s 'Developer ID Application: YourName (XYZ123456789)' "/path/to/YourPlugin.vst3" --timestamp --force
-
zip this codesigned plugin on the desktop
-
notarize this zip:
xcrun notarytool submit --apple-id "email@gmail.com" --password "pass-pass-pass-pass" --team-id "TEAMID" /path/to/file.zip --wait
-
when the notarize tells you Accepted; staple the original plugin on your desktop(not the zip)
-
zip up this stapled plugin and ship.
-
@Lindon said in AU in Logic doesn't work for some people:
xcrun notarytool submit --apple-id "email@gmail.com" --password "pass-pass-pass-pass" --team-id "TEAMID" /path/to/file.zip --wait
it works until this part and then it says
Current status: In Progress........................................................................
Current status: In Progress........................................................................
Current status: In Progress........................................................................
Current status: In Progress........................................................................
Current status: In Progress........................................................................for hours
-
@treynterrio normally this takes a few minutes. Apple no longer sends an email to notify you of notarization. check with terminal and line of code. everything is present in kvr