no software with CFbundleidentifier exists

2019-04-03 09:21发布

问题:

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

I created Provisioning Profiles for Project(com.michilly.SakhaKeyboard) and for Extension(com.michilly.SakhaKeyboard.Keyboard)

回答1:

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.


回答2:

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.



回答3:

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.