Post

Replies

Boosts

Views

Activity

Why is my provisioning profile failing qualification?
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?
22
1
18k
Jun ’20
Why is the UINavigationBar title text not changing color?
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?
4
0
7.2k
Apr ’20