Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. app store connect operation error

app store connect operation error

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 227 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • johngodJ Offline
    johngodJ Offline
    johngod
    wrote on last edited by johngod
    #1

    I'm trying to deploy my app to app store, but when validating the app in xcode Organizer, I get 2 errors:

    app store connect operation error the info.plist in the package must contain the cfbundleversion key
    
    app store connect operation error the info.plist in the package must contain the cfbundleShortversionString key
    

    But I have thoose in my info.plist:

    .......
    <key>CFBundleShortVersionString</key>
    	<string>1.2.0</string>
    	<key>CFBundleSignature</key>
    	<string>${QMAKE_PKGINFO_TYPEINFO}</string>
    	<key>CFBundleVersion</key>
    	<string>1.2.0</string>
    .......
    

    I'm using Mojave 10.14.6, xcode 11.0, QtCreator 4.11.0, based on Qt 5.14.0. Any ideias how to solve this ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved