I'm experiencing this issue after I upgrade macOS Sonomo(23A5257q). What should I do?
xcrun altool --upload-app -f upload.IPA -t iOS -u abc@icloud.com -p password --show-progress
2023-06-07 10:00:33.884 Beginning delivery...
2023-06-07 10:00:35.516 *** Error: Error uploading '/Users/abc/Desktop/upload.IPA'.
2023-06-07 10:00:35.516 *** Error: Authentication failure. Session invalid. App Store operation failed. (4003)
{
NSLocalizedDescription = "Authentication failure. Session invalid.";
NSLocalizedFailureReason = "App Store operation failed.";
NSLocalizedRecoverySuggestion = "Authentication failure. Session invalid.";
}
Post
Replies
Boosts
Views
Activity
I receive this mail after deliver my app for a while:
ITMS-90338: Non-public API usage - The app links to non-public libraries in Runner: /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture, /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore......
I didn't use these API in my code. By the way I could upload my app successfully with Xcode 14 without this error.