ios - Make an iPhone-only Qt application -


i want target iphone qt-based ios app (so run on ipad in smaller format). tried 2 ways this:

first: on internet it's suggested put following lines in info.plist:

<key>uidevicefamily</key> <array>     <integer>1</integer> </array> 

this might have worked in earlier versions of xcode, xcode 6 seems ignore it.

second: run qmake generate *.xcodeproj file project , opened in xcode. way i'm able run , deploy app xcode. can see device family setting (universal default), when try change it, xcode crashes.

any other ideas?

the proper way turns out second one, bug in xcode 6.3 causes crash: https://bugreports.qt.io/browse/qtbug-45966

the comments below bug report suggest workaround, installing xcode 6.2.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -