benlau / quickios

QML Theme and Component Library for iOS
Apache License 2.0
166 stars 37 forks source link

problem to compile quickios #6

Open behrooz opened 7 years ago

behrooz commented 7 years ago

hi i did steps as you have written 1 mkdir build 2 cd build 3 ../generate_ios.sh

but in 4th step there is no build_ios.sh file to continue !! what am i wrong here ?? and one more question . what is simple way to mix objective-c and Qt for ios or any useful references , for example i need ios native map in qt how can i do it ? here is a screen shot screen shot

thank you

benlau commented 7 years ago

The build instruction is outdated. The generate_ios.sh is not needed for current version. You could just open the .pro file in Qt Creator, set target to iOS, then build & deploy. Sorry for the confusion.

behrooz commented 7 years ago

tank you for your replay but i can't compile it again, and i face below: No profiles for 'com.github.QuickIOSExample' were found:-1: error: Xcode couldn't find a provisioning profile matching 'com.github.QuickIOSExample'. here is the screen shot screen shot

benlau commented 7 years ago

Did you setup your environment according to this guide?

http://doc.qt.io/qt-5/ios-support.html

behrooz commented 7 years ago

thanks for your time problem solved ,i comment 3 lines of your code in quickexample.pro file

 #QMAKE_IOS_DEPLOYMENT_TARGET = 7.0
 #QMAKE_TARGET_BUNDLE_PREFIX = com.github
 #QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2

but it runs only on an actual device and it doesn't run on simulator . in your sample we can select only one image i need multi select image , how can i do it ? just like your app in app store i mean "Tream Proto" app ,

thanks again