xcode5 - CoreText framework in iOS 5 using Base SDK 7.1 -


when building ipad app, using base sdk of latest ios (ios 7.1) , deployment target of 5.0.

when trying run app on ipad 1 running ios 5.1, crashes on launch following error:

dyld: symbol not found: _kctfontdescriptormatchingerror   referenced from: /var/mobile/applications/c5593f35-b25c-415f-95a1-45cd617804ed/myapp.app/myapp   expected in: /system/library/frameworks/coretext.framework/coretext 

in /var/mobile/applications/c5593f35-b25c-415f-95a1-45cd617804ed/myapp.app/myapp

i tried removing , adding coretext.framework again, , made sure location set relative sdk.

is there setting needs updated in xcode 5.1 able run on ios 5?

the kctfontdescriptormatchingerror constant available ios 6 onwards.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -