Failed upload to Mac App Store

Welcome! Forums Unity Plugins Precise Locale Failed upload to Mac App Store

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1130
    vorlex
    Participant

    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?

    #1154
    PiotrPiotr
    Keymaster

    Hi,
    Did you set different CFBundleIdentifier for your app and it’s coming solely from plugin’s file?

    #1155
    vorlex
    Participant

    Hi,
    Yes I set CFBundleIdentifier in app’s info.plist, but your plugin has its own info.plist which has conflicted CFBundleIdentifier: Mac_Mini2_Team_Viewer_Free_license_non_commercial_use_only_2018_07_25_18_06_52

    #1163
    PiotrPiotr
    Keymaster

    Wow 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.

    #1164
    vorlex
    Participant

    We already fixed it by changing CFBundleIdentifier to our app’s one. I just wanted to inform you about this issue šŸ™‚

    #1838
    Alex
    Participant

    Hi 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.

    #1839
    vorlex
    Participant

    Did 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, 5 months ago by vorlex.
    #1841
    Alex
    Participant

    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?

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.