Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt 5.4.0 iOS Code Signing Error while compiling (Qt Source)

$
0
0
Hi, I hope someone can help me with this issue I have. I am trying to compile the Qt 5.4.0 Beta Source on a Mac OS X 10.9.4 with XCode 5.1.1 installed and I always get the same Build Error. I used this configuration: ============================================================== ./configure -opensource -xplatform macx-ios-clang -release -sdk iphoneos -nomake tools -nomake examples -nomake tests ============================================================== I always end up with this error message while trying to ‘make’: ============================================================== Check dependencies Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) were found.   ** INSTALL FAILED **     The following build commands failed:                Check dependencies (1 failure) make[4]: *** [iphoneos-release-install] Error 65 make[3]: *** [iphoneos-install] Error 2 make[2]: *** [sub-xmlpatterns-install_subtargets] Error 2 make[1]: *** [sub-tools-install_subtargets] Error 2 make: *** [module-qtxmlpatterns-install_subtargets] Error 2 ============================================================== After searching I tried a lot, but the only information that helped me finishing ‘make’ was: ============================================================== http://qt-project.org/forums/viewthread/49420 ============================================================== So I exported the developer identity and it successfully finished ‘make’. Now I tried ‘sudo make install’ and it’s stuck with the same error message you can see above. I also tried Qt 5.3.0 Source Release and Qt 5.4.0 Source Alpha but I always end up with the same error message. I appreciate any help. berbande

Viewing all articles
Browse latest Browse all 2113

Trending Articles