I have same issue installing Qt 5.5  Unfortunately I cannot verify if a couple 
of Qt 5.5 Beta patches fix Xcode malformed project crashes and "qrc file not 
found" errors.

https://bugreports.qt.io/browse/QTBUG-45966
https://bugreports.qt.io/browse/QTBUG-44654

Hopefully a Qt 5.5 RC candidate will be coming soon.

git clone https://git.gitorious.org/qt/qt5.git qt5
cd qt5
git checkout dev
perl init-repository

git checkout 5.5
git pull
git submodule foreach "(git checkout 5.5; git pull)&"

./configure -commercial -confirm-license \
-debug-and-release \
-nomake tests \
-nomake examples \
-qt-zlib -qt-libjpeg -qt-libpng \
-xplatform macx-ios-clang \
-no-sql-mysql



-Ed


On May 18, 2015, at 3:10 PM, Jason H <jh...@gmx.com<mailto:jh...@gmx.com>> 
wrote:

While doing a make install  for -xplatform macx-ios-clang -release, it 
installed the QtGUI stuff, but bombed with:
=== BUILD TARGET xmlpatterns OF PROJECT xmlpatterns WITH CONFIGURATION Release 
===

Check dependencies
Code Sign error: No provisioning profiles found: No non–expired provisioning 
profiles were found.
CodeSign error: code signing is required for product type 'Application' in SDK 
'iOS 8.3'

** 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

How do I get past this?

_______________________________________________
Interest mailing list
Interest@qt-project.org<mailto:Interest@qt-project.org>
http://lists.qt-project.org/mailman/listinfo/interest

This email and any files transmitted with it from The Charles Machine Works, 
Inc. are confidential and intended solely for the use of the individual or 
entity to which they are addressed. If you have received this email in error 
please notify the sender. Our company accepts no liability for the contents of 
this email, or for the consequences of any actions taken on the basis of the 
information provided, unless that information is subsequently confirmed in 
writing. Please note that any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of the 
company. Finally, the recipient should check this email and any attachments for 
the presence of viruses. The company accepts no liability for any damage caused 
by any virus transmitted by this email.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to