[Development] iOS minimum deployment target issue

cincirin cincirin at gmail.com
Wed Jan 8 21:16:35 CET 2014


Yes, of course you are right, that's why Qt documentation should be changed.
Marius

On 1/8/14 9:43 PM, Jake Petroules wrote:
> To comment on the feasibility of raising the minimum deployment target...
>
> 4% of iOS devices are using iOS 5 or earlier (which means even less 
> than 4% are even using 5.x at all). IIRC, Xcode also no longer 
> supports iOS 5.x simulators.
>
> https://developer.apple.com/support/appstore/ (left side, scroll down 
> a bit)
> -- 
> *Jake Petroules*
> Chief Technology Officer
> Petroules Corporation ยท www.petroules.com <http://www.petroules.com>
> Email: jake.petroules at petroules.com <mailto:jake.petroules at petroules.com>
>
> On Jan 8, 2014, at 2:35 PM, cincirin <cincirin at gmail.com 
> <mailto:cincirin at gmail.com>> wrote:
>
>> Hi,
>>
>> The Qt documentation [1] point us that iOS minimum deployment target is
>> iOS 5.0
>> I tried to build a minimum application against iOS 5.0 SDK using Qt
>> 5.2.0 libraries.
>> I got a linker error saying CTFontCopyDefaultCascadeListForLanguages is
>> undefined.
>> Indeed if I looked on Apple documentation [2] this function was added in
>> iOS 6.0.
>> Can you please fix this error either in documentation or replacing this
>> function with something available in iOS 5.0 ? ( I think the former is
>> simpler ;-) )
>>
>> [1] http://qt-project.org/doc/qt-5/ios-support.html
>> [2]
>> https://developer.apple.com/library/ios/releasenotes/General/iOS60APIDiffs/index.html
>>
>> Regards,
>>  Marius
>> _______________________________________________
>> Development mailing list
>> Development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/development
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140108/85eb323d/attachment.html>


More information about the Development mailing list