I have a build, but Distribution won't add it because it doesn't see encryption info in the Info.plist file, but that's hidden in Xcode. How do I find/update it?
Cannot add build in Distribution
I tried adding App_Uses_Non_Exempt_Encryption NO to Build Settings, but that did nothing.
I found this on Stack Overflow:
*** SO ***
Info.plist is not visible as a separate file until you add non-standard values to it
Do you see the Info.plist in your project? Do you see the values of it reflected under [Blue Project Icon in Project Navigator] -> Targets -> [Your Target Name] -> Info? Did you try to add a custom value to it? (this will trigger it to become visible) See: https://stackoverflow.com/a/67896587/2804585
*** end SO ***
Maybe you're thinking it's solved? Think again! Now it reports no errors or warnings on appstoreconnect, but it still won't let me add the build to my submission, so I can't add for review!
I got it to work by building from Xcode. Simply letting Apple build it when you push a commit wasn't good enough! Well, at least this time. We'll see on the next try... maybe we will need some other incantation.