Warning when I perform a Notarize from the command line

Hi

I run the standard command line to notarise a package. Eg:

Code Block
xcrun altool --notarize-app
--primary-bundle-id "xxxxx"
--username "yyyyy"
--password "@keychain:AC_PASSWORD"
--file fffff.pkg

It always works but I keep getting a warning:

CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called

What does this mean?
Answered by DTS Engineer in 664399022

What does this mean?

This is log noise, alas.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Accepted Answer

What does this mean?

This is log noise, alas.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Warning when I perform a Notarize from the command line
 
 
Q