Posts

Post not yet marked as solved
5 Replies
I thought disabling bitcode could do it, but that build was rejected too. The only thing I've found to work is deleting my Watch app, but that's obviously not a good long term solution. :) Seems there are other threads about the same thing. Someone posted on this thread - https://developer.apple.com/forums/thread/660365?answerId=633790022#633790022 that they updated to Xcode 12, disabled bitcode upon upload and their build passed.
Post not yet marked as solved
5 Replies
I started seeing the exact same message from TestFlight uploads yesterday morning. When I try the instructions in that link to reproduce by exporting an Adhoc build, it exports successfully so I can't figure out what symbols my app is missing. I tried exporting using Xcode 11.5, 11.6, and 11.7 and it exports successfully in all of them. I spent a while git bisecting to try to figure out which commit introduced this issue, but I found out that it isn't my code that introduced this. I can upload the exact same commit, the one was previously uploaded successfully on Tuesday morning, and it is now rejected with this error after Tuesday. This tells me that something changed inside App Store Connect to start these rejections.