xcode - Can't Distribute because of Code Signing Entitlements Error -
i've finished project, can't submit huge update, because apple made distribution dead again...
here next error receiving:
my entitlements plist:
<?xml version="1.0" encoding="utf-8"?> <!doctype plist public "-//apple//dtd plist 1.0//en" "http://www.apple.com/dtds/propertylist-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.developer.icloud-container-identifiers</key> <array/> <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>$(teamidentifierprefix)$(cfbundleidentifier)</string> </dict> </plist>
xcode error-handling code-signing
No comments:
Post a Comment