Thanks again for helping me troubleshoot this. I’ve confirmed that my provisioning profile includes the com.apple.developer.user-fonts entitlement with "app-usage", so I think that part is fine. Here is what I see in terminal when I test my profile:
{
…
"Entitlements" => {
"application-identifier" => "(team id and bundle id)"
"com.apple.developer.team-identifier" => "(team id)"
"com.apple.developer.user-fonts" => [
0 => "app-usage"
1 => "system-installation"
]
"get-task-allow" => 1
"keychain-access-groups" => [
0 => "(team id).*"
1 => "com.apple.token"
]
}
…
}
But Xcode is still giving me the missing entitlements error for UIAppFonts.
Do you think Xcode is simply not able to find the fonts in my project, even though they’re listed in my entitlements and Info.plist?? I’ve already added all the fonts to Assets.xcassets and ensured they’re in “Copy Bundle Resources,” but I’m still getting Missing UIAppFonts in the entitlements section in the signing and capabilities part of my project where I have the provisioning profile downloaded. Could it be an issue with how Xcode is embedding them?
Would love your thoughts on what I should try next, and I truly appreciate you continually working with me on this, as this is my first app creation and I am still learning a lot.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: