Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

problem to compile quickios #6

Open
behrooz opened this issue Mar 31, 2017 · 4 comments
Open

problem to compile quickios #6

behrooz opened this issue Mar 31, 2017 · 4 comments

Comments

@behrooz
Copy link

behrooz commented Mar 31, 2017

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
Copy link
Owner

benlau commented Apr 1, 2017

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
Copy link
Author

behrooz commented Apr 1, 2017

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
Copy link
Owner

benlau commented Apr 1, 2017

Did you setup your environment according to this guide?

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

@behrooz
Copy link
Author

behrooz commented Apr 1, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants