Closed zdavatz closed 1 year ago
/Users/zdavatz/Library/Developer/Xcode/DerivedData/AmiKo-cbujqnfbpgswoqbjnncjphmnjpsm/Build/Products/Release/AmiKo Desitin.app/Contents/MacOS
codesign -d -vvvv --entitlements :- AmiKo\ Desitin | grep game
game-center
enabled:
Warning: Specifying ':' in the path is deprecated and will not work in a future release
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>com.apple.application-identifier</key><string>4B37356EGR.amikoosx</string><key>com.apple.developer.aps-environment</key><string>development</string><key>com.apple.developer.game-center</key><true/><key>com.apple.developer.icloud-container-identifiers</key><array><string>iCloud.com.ywesee.AmikoDesitin</string></array><key>com.apple.developer.icloud-services</key><array><string>CloudDocuments</string><string>CloudKit</string></array><key>com.apple.developer.team-identifier</key><string>4B37356EGR</string><key>com.apple.developer.ubiquity-container-identifiers</key><array><string>iCloud.com.ywesee.AmikoDesitin</string></array><key>com.apple.security.app-sandbox</key><true/><key>com.apple.security.device.usb</key><true/><key>com.apple.security.files.bookmarks.app-scope</key><true/><key>com.apple.security.files.user-selected.read-write</key><true/><key>com.apple.security.get-task-allow</key><true/><key>com.apple.security.network.client</key><true/><key>com.apple.security.personal-information.addressbook</key><true/><key>com.apple.security.print</key><true/><key>com.apple.security.smartcard</key><true/></dict></plist>
AmiKo Desitin.entitlements
codesign -s - -i amikoosx --entitlements /Users/zdavatz/Documents/xcode/amiko-osx/AmiKo\ Desitin.entitlements -f ./AmiKo\ Desitin
/private/var/folders/xd/by4rc5b143l8dzmj_y0zq4zh0000gn/T/XcodeDistPipeline.~~~6VOWlu/Root/Applications/AmiKo Desitin.app/Contents/MacOS
codesign -s - -i amikoosx --entitlements /Users/zdavatz/Documents/xcode/amiko-osx/AmiKo\ Desitin.entitlements -f ./AmiKo\ Desitin
in that dir.Archive
from Xcode:/private/var/folders/xd/by4rc5b143l8dzmj_y0zq4zh0000gn/T/XcodeDistPipeline.~~~df1IdL/
This was probably introduced with this Release: https://developer.apple.com/documentation/xcode-release-notes/xcode-14_3-release-notes
Bug Report with Apple filed.
Ok, GameCenter was enabled here: https://developer.apple.com/account/resources/identifiers/bundleId/edit/A3Z39GMH4H
Game Center
is enabled in your Identifier of your profile, then Automatic Signing in Xcode will turn it on, even if the entitlement is not set: