no software with CFbundleidentifier exists

前端 未结 3 554
春和景丽
春和景丽 2021-02-18 22:28

I\'m trying send my app(custom keyboard) for submit and catch this error:

\"enter

相关标签:
3条回答
  • 2021-02-18 22:41

    The Bundle Identifider is case sensitive.

    For me, I have to change in the "Supporting Files" - Info.plist - Bundle Identifer from com.nebitrams.$(PRODUCT_NAME:rfc1034identifier) to com.nebitrams.dandelion123

    After that it works since it matches the letter case in iTunesConnect Bundle Identifier.

    0 讨论(0)
  • 2021-02-18 22:47

    Make sure the following two values match:

    • The "Bundle Identifier" value in your project's Info.plist file;
    • The "Bundle ID" value on the iTunes Connect website at My Apps > [your app] > More tab > About This App.
    0 讨论(0)
  • 2021-02-18 22:54

    Im my case I created the app with given Bundle ID, then created identifier and provisioning profiles on Apple Developer but forgot to add new app in iTunes Connect.

    0 讨论(0)
提交回复
热议问题