Hello,
I have same issue, the altool works and notarytool don't on the same IPA:
Conducting pre-submission checks for trader_view_app.ipa and initiating connection to the Apple notary service...
Submission ID received
id: e5970fee-b91a-4d70-ad98-d24ba117b733
Successfully uploaded file47.9 MB of 47.9 MB)
id: e5970fee-b91a-4d70-ad98-d24ba117b733
path: /Users/michal/Development/!TRADER_VIEW/trader_view_app/build/ios/ipa/trader_view_app.ipa
Waiting for processing to complete.
Current status: Invalid..........
Processing complete
id: zzzzzzzzzzzzzzzzzz
status: Invalid
michal@Michals-MacBook-Pro~/Development/!TRADER_VIEW/trader_view_app $ xcrun notarytool log e5970fee-b91a-4d70-ad98-d24ba117b733 --keychain-profile "NotaryKeyApi"
{
"logFormatVersion": 1,
"jobId": "e5970fee-b91a-4d70-ad98-d24ba117b733",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "trader_view_app.ipa",
"uploadDate": "2022-10-01T16:20:20.465Z",
"sha256": "??????????",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "trader_view_app.ipa",
"message": "Package trader_view_app.ipa has no signed executables or bundles. No tickets can be generated.",
"docUrl": null,
"architecture": null
}
]
}
and then with altool:
michal@Michals-MacBook-Pro~/Development/!TRADER_VIEW/trader_view_app $ xcrun altool --upload-app --type ios -f build/ios/ipa/*.ipa --apiKey yyyyyyyy --apiIssuer xxxxxxxxxxx
No errors uploading 'build/ios/ipa/trader_view_app.ipa'
and app is processing just fine ? Exactly same IPA, no changes.
Post
Replies
Boosts
Views
Activity
I have similar situation. Upon new APP installation I populate Local Store from SQLLITE file (previously loaded from JSON). After some time those "reference" data duplicate.
As I understand you need to track all attempts to update local store and make sure you are not creating duplicates, correct ? Annoying :)