Post

Replies

Boosts

Views

Activity

Reply to Cannot upload ipa file through shell script
Running validate-app gave me a proper error and I was able to resolve my issue. xcrun altool --validate-app --type ios --file {IPA_PATH} --username "{APPLE_ID}" --password "{PASSWORD}" ** Error: Validation failed for '{IPA_PATH}'. *** Error: No suitable application records were found. Verify your bundle identifier ‘{BUNDLE_ID}’ is correct. App Store operation failed. (-19000) The issue in my case was that the uploader account didn't have access to our new Apple Developer Account. Hope this helps you too! PS: In my original question I posted the wrong type it should have been ios and not tvos. The output is the same though.
Oct ’21
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
I was able to submit a version as well. Thanks!
Replies
Boosts
Views
Activity
Apr ’26
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
I am encountering the same issue since yesterday. I did not accept the agreement beforehand so I had to do it yesterday and everything was "active" in agreements section. Today I still cannot submit. Filed a bug report: FB22402181 Edit: From Bulgaria
Replies
Boosts
Views
Activity
Apr ’26
Reply to Xcode 26.3 Claude Agent — 401 Invalid Bearer Token on Intel Mac (FB22141224)
I’m experiencing the same issue on an M1 Max Mac Studio as well. The only workaround I’ve found so far is to sign out of the Claude account and sign back in immediately after the error appears. That temporarily restores functionality, but the issue returns again after a couple of hours.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Cannot upload ipa file through shell script
Running validate-app gave me a proper error and I was able to resolve my issue. xcrun altool --validate-app --type ios --file {IPA_PATH} --username "{APPLE_ID}" --password "{PASSWORD}" ** Error: Validation failed for '{IPA_PATH}'. *** Error: No suitable application records were found. Verify your bundle identifier ‘{BUNDLE_ID}’ is correct. App Store operation failed. (-19000) The issue in my case was that the uploader account didn't have access to our new Apple Developer Account. Hope this helps you too! PS: In my original question I posted the wrong type it should have been ios and not tvos. The output is the same though.
Replies
Boosts
Views
Activity
Oct ’21