Welcome! › Forums › Unity Plugins › Precise Locale › Failed upload to Mac App Store
Tagged: Mac App Store
- This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by Alex.
-
AuthorPosts
-
July 10, 2018 at 4:24 pm #1130vorlexParticipant
Hi!
Tried to upload to App Store and got following error:
ERROR ITMS-90511: “CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value ‘com.kokosoft.PreciseLocaleOSX’ of ‘myAppName.app/Contents/Plugins/PreciseLocaleOSX.bundle’ is already in use by another application.”Do I need to change CFBundleIdentifier to app’s bundle id?
July 25, 2018 at 2:51 pm #1154PiotrKeymasterHi,
Did you set different CFBundleIdentifier for your app and it’s coming solely from plugin’s file?July 25, 2018 at 3:07 pm #1155vorlexParticipantJuly 27, 2018 at 12:41 pm #1163PiotrKeymasterWow this is bizarre. No idea why it would check Info.plist coming from a plugin. Need to do some reading on that.
Maybe you would be able to fix it by yourself? I could send you a project.
July 27, 2018 at 12:45 pm #1164vorlexParticipantWe already fixed it by changing CFBundleIdentifier to our app’s one. I just wanted to inform you about this issue š
November 15, 2019 at 9:13 am #1838AlexParticipantHi i get the “is already in use by another application.” by another application error above when trying to upload to the Mac store. When i change the bundle id in the Info.plist i get a new 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’d be grateful for any help or ideas.
November 15, 2019 at 9:20 am #1839vorlexParticipantDid you change bundle id in plugin’s Info.plist? Look at my post #1155
By the way, in v1.5 of plugin CFBundleIdentifier is removed from Info.plist. Do you have the last version?
- This reply was modified 4 years, 10 months ago by vorlex.
November 15, 2019 at 9:49 am #1841AlexParticipantHi,
Yeah, I am using version 1.5.
With no changes I get two errorsITMS-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?
-
AuthorPosts
- You must be logged in to reply to this topic.