Iphoneos-clang Qt 5.8.0 for iOS bundle has configuration issues

When I try to create any project I have a problem

** BUILD FAILED **


    The following build commands failed:
        Check dependencies
    (1 failure)
    make: *** [xcodebuild-release-device] Error 65
    The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project my_project (kit: iphoneos-clang Qt 5.8.0 for iOS)
    The kit iphoneos-clang Qt 5.8.0 for iOS has configuration issues which might be the root cause for this problem.
    When executing step "Make"

      

How to set up iphoneos-clang correctly?

PS I have no problem with iphonesimulator and Desktop Qt clang

+3


source to share


1 answer


  • In the Qt Creator selection menu Build / Run qmake

    .
  • Open Xcode and create a config (generated by qmake).


Once you have XCode configured all the iOS related things (AppleID, Provisioning Profile, etc.), next time you can create your application in Qt Creator.

0


source







All Articles