I am ready to upload my app from Xcode to App Store Connect. I am using Xcode 11.50 to archive my application. Yesterday, I used Xcode 12 Beta to upload the app, which worked fine at first, but noticed that App Store Connect is not accepting binaries from Xcode 12 Beta.
I used Xcode 11.50 today and I keep getting this error while validating my app:
Provisioning profile failed qualification: Profile doesn't include the com.apple.application-identifier and com.apple.developer.aps-enviornment entitlements. Provisioning profile failed qualification: Profile doesn't include the com.apple.application-identifier entitlement. What exactly do these errors mean? How can I fix them?
Post
Replies
Boosts
Views
Activity
I am ready to submit my app for beta testing. I uploaded the build to App Store Connect, however, I'm unsure about providing a Missing Complance. I use Firebase for Phone Authentication, Crashlytics, and Cloud Firestore in my app. Does that use HTTPS or SSL encryption that I should "Yes" to that question. Or should I say "No" to that question?Thank you.
I have just downloaded Xcode 11.4 and noticed that I am unable to change the title text color for my UINavigationBar in the storyboard. I tried to change it within the code as so:navigationController?.navigationBar.titleTextAttributes = [ NSAttributedString.Key.foregroundColor : UIColor.white ]However, this line of code was unable to change the color. Why has this suddenly occurred in Xcode 11.4? Is this a known issue? How can I work around it?