Welcome! › Forums › Unity Plugins › Precise Locale › Failed upload to Mac App Store › Reply To: Failed upload to Mac App Store
Hi,
Yeah, I am using version 1.5.
With no changes I get two errors
ITMS-90276: Missing Bundle Identifier – The application bundle contains a tool or framework PreciseLocaleOSX [myAppName.pkg/Payload/myAppName.app/Contents/Plugins/PreciseLocaleOSX.bundle] that is missing the bundle identifier in its Info.plist file.
ITMS-90334: Invalid Code Signature Identifier – The identifier “PreciseLocaleOSX-5555494476289383c1a93bc2adda05f69ae41af1” in your code signature for “PreciseLocaleOSX” must match its Bundle Identifier “$bundleIdentifier”
I attempted adding the CFBundleIdentifier as “PreciseLocaleOSX-5555494476289383c1a93bc2adda05f69ae41af1” and it gave a new error
ITMS-90511: CFBundleIdentifier Collision – The Info.plist CFBundleIdentifier value ‘PreciseLocaleOSX-5555494476289383c1a93bc2adda05f69ae41af1’ of ‘myAppName.app/Contents/Plugins/PreciseLocaleOSX.bundle’ is already in use by another application.
I then tried changing the CFBundleIdentifier to “myAppName.PreciseLocaleOSX” and it gave another error
ITMS-90334: Invalid Code Signature Identifier – The identifier “PreciseLocaleOSX-5555494476289383c1a93bc2adda05f69ae41af1” in your code signature for “PreciseLocaleOSX” must match its Bundle Identifier “myAppName.PreciseLocaleOSX”
I’m not sure where the identifier “PreciseLocaleOSX-5555494476289383c1a93bc2adda05f69ae41af1” is coming from or if there is a way to remove/change it?