Posts

Post not yet marked as solved
5 Replies
Sorry to dig up an old thread, but just wondering if 3 years later, anyone has any insight they can provide, as I'm seeing the same issue?
Post marked as solved
2 Replies
Based on the description in this header file, it certainly sounds like you can either use MPSImageLanczosScale or MPSImageBilinearScale, and MPSImageScale is not really an option: https://github.com/xybp888/iOS-SDKs/blob/fa4a2d866231985fa9538fafc800421aa99b83f2/iPhoneOS13.0.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Headers/MetalPerformanceShaders.h#L647
Post not yet marked as solved
2 Replies
This thread keeps coming up in my Google searches. Did you ever find an answer/solution?
Post not yet marked as solved
31 Replies
I saw a few posts above suggesting using altool, and after a little bit of trial and error, this seemed to work for me: xcrun altool -t osx -f "/path/to/app.dmg" --primary-bundle-id --output-format xml --notarize-app -u apple-id-goes-here -p "app-specific-password" ...then take the RequestUUID and you can check the status using: xcrun altool --notarization-info RequestUUID-goes-here -u apple-id-goes-here -p "app-specific-password" ...this once that's done you can staple: xcrun stapler staple "/path/to/app.dmg" Hope this helps others who are running into the same issue!
Post not yet marked as solved
31 Replies
I'm also seeing the same issue today. I tried to run xcrun notarytool store-credentials again, but I get: [13:23:26.009Z] Debug [API] Received response status code: 500, message: internal server error, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: EFNNWSQB2XZUUYA2EBWMOVQUMY
Post not yet marked as solved
8 Replies
I'm also seeing the same issue today. I tried to run xcrun notarytool store-credentials again, but I get: [13:23:26.009Z] Debug [API] Received response status code: 500, message: internal server error, URL: https://appstoreconnect.apple.com/notary/v2/asp?, Correlation Key: EFNNWSQB2XZUUYA2EBWMOVQUMY