Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › ios archive upoloading problem after update v-play

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19051

    Bas

    hi, i have a problem when i create an archive and want to upload it to itunes for testing.

    i upgraded to the latest v-play sdk and having this issue.

    entitlements mismatch and app identifier not found in key value pairs.

    i do not know how to resolve this problem.

    maybe i try to re install v-play?

    or create a empty v-play project and see if i can create a archive from it and upload it.

    #19059

    Günther
    Felgo Team

    Hi Bas,

    you issue might be related to this forum post from Marcin: https://felgo.com/developers/forums/t/qtcreator-generates-invalid-entitlements-v-play-or-qt-issue#post-18926

     

    Can you try adding the following lines to your Qt project file (.pro), run a qmake and let us know if the bundle identifier is still invalid?

    ios {
        Q_PRODUCT_BUNDLE_IDENTIFIER.name = PRODUCT_BUNDLE_IDENTIFIER
        Q_PRODUCT_BUNDLE_IDENTIFIER.value = com.awesometeam.app
        QMAKE_MAC_XCODE_SETTINGS += Q_PRODUCT_BUNDLE_IDENTIFIER
    }

    This should explicitely override any bundle id lines within the generated Xcode project file.

    Best,
    Günther

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded