Post

Replies

Boosts

Views

Activity

Getting Invalid Code Signing Entitlements after add note permission (iOS 13)
Hi,I need to add com.apple.developer.contacts.notes and changed to manual signing becouse of that on iOS 13. I can archive a version, but when I try to send it to App Store I got:ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.application-identifier' in 'Payload/AppNAME.app/AppName' is not supported."Maybe the configuration for the addicional Entitlements is wrong? https://paste.pics/93699e6db73a353932fd282226503d42My entitlements file is just:<?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.contacts.notes</key> <true/> <key>aps-environment</key> <string>production</string></dict></plist>
1
0
1.2k
Jan ’20