Post

Replies

Boosts

Views

Activity

Reply to Signing failed: Provisioning profile "iOS Team Provisioning Profile: xx" doesn't match the entitlements file's value for the com.apple.developer.associated-appclip-app-identifiers entitlement.
I regenerated the relevant provisioning profiles in the developer portal and then successfully built + uploaded a binary using Xcode 12.5 RC. 🎉
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to Unable to localized dynamic 3dTouch Shortcut (UIApplicationShortcutItem)
Try placing the translations in the InfoPlist.strings file, your image links are dead so I can’t check them.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Xcode 14 RC Mac Catalyst fails to registerForRemoteNotifications
Does it work if you use Xcode 13?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14 RC Mac Catalyst fails to registerForRemoteNotifications
Turns out Xcode 14 removes the entitlement from the xcent file before embedding that in the code signature. You should be able to do something like: /usr/libexec/PlistBuddy -c "Add :aps-environment string development" "$TARGET_TEMP_DIR/$FULL_PRODUCT_NAME.xcent" In a build script towards the end of the build.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 16 no longer sets ENABLE_PREVIEWS=YES for preview builds
@MarkT I configured a new project in Xcode 16.2RC and the BUILD_DIR environment variable doesn't vary between a normal build and a preview build anymore.
Replies
Boosts
Views
Activity
Dec ’24