Post

Replies

Boosts

Views

Activity

Reply to Provisioning issues after upgrading to xcode10.1
I've met the same problem working on iOS Custom Notification Extension. The problem has appeared after trying to add App Group for this extension. I've got the message: Provisioning profile "iOS Team Provisioning Profile: myXXXXXXXExtension" doesn't match the entitlements file's value for the com.apple.security.application-groups entitlement. I've checked the entitlements file definition - it had correct definition of the group I've tried to add. After reading response of @nwpeakbagger in this thread I've checked "Bundle Identifier" value in Info.plist of this module. This value was absent as well as "Bundle display name" I've defined values for these attributes: "Bundle Identifier" = $(PRODUCT_BUNDLE_IDENTIFIER) "Bundle display name" = myXXXXXXXExtension The problem has been solved. Many thanks to @nwpeakbagger and Apple Dev Community!
Jul ’21
Reply to syntax highlighting broken in xcode 11?
In my case a cause of the problem was second structure created with a name of existed structure, but located in a different group folder. It is weird, but XCode didn't provided an appropriate description on that problem. Cache cleans didn't help. The problem was localised after the first build run where structure names duplication was outlined.
Apr ’21