Post

Replies

Boosts

Views

Activity

Profile doesn't include the com.apple.application-identifier entitlement.
I have tried everything and still I am getting this. Just for a test I created a new app (Master-Detail template Xcode 11.5) I have created an entry in the iTunes Connect to receive the app upon archiving and uploading. I regenerated all new certificates for iOS Development and Distribution. I created all new Provisioning profiles. The Dev profile builds deploys and runs on my device The Dist profile builds but when I select the distribution profile I get the "Profile doesn't include the com.apple.application-identifier entitlement." error. When I download the profile within Xcode all looks good for the distribution profile: App ID: matches correctly Certificated: 1 Included includes the new signing certificate "iPhone Distribution...." Capabilities: 3 Included Includes Game Center, In-App Purchase, and Keychain Sharing Entitlements: 5 Included Includes application-identifier, keychain-access-groups, beta-reports-active, get-task-allow, and com.apple.developer.team-identifier. Im not sure what is going on. This is a standard process I have performed for quite a while. As a matter of fact I just submitted 3 applications last Sunday. Thank you for any suggestions.
21
1
14k
Jun ’20
XCFramework and Mac Catalyst
Hello,I have archives for all iOS devices working, but when I include archive for macosx the XCFramework works fine in a native MacApp but not with the iOS app including Mac Catalyst.Here is my xcodebuild statementxcodebuild archive -project "$FRAMEWORK".xcodeproj -scheme "$FRAMEWORK" \ -sdk macosx \ -archivePath "$FRAMEWORK"M.xcarchive SKIP_INSTALL=NO cleanThe error I am getting is "While building for Mac Catalyst, no library for this platform was found in '[framework].xcframeworkSo the question that I have: Is there another -sdk setting to include Mac Catalyst binaries ?Thank you, your help is appreciated.
2
0
7.4k
Jul ’19