ios4 - dyld: lazy symbol binding failed: Symbol not found: -


when try run project in ios 4.3 simulator, throws me following exception:

dyld: lazy symbol binding failed: symbol not found: _cgpathcreatewithellipseinrect   referenced from: /users/macintosh/library/application support/iphone simulator/4.3.2/applications/fcbb8196-9f46-4f4e-bfb3-c28d0aaec74f/tick.app/tick   expected in: /users/macintosh/desktop/xcode/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator4.3.sdk/system/library/frameworks/coregraphics.framework/coregraphics  dyld: symbol not found: _cgpathcreatewithellipseinrect   referenced from: /users/macintosh/library/application support/iphone simulator/4.3.2/applications/fcbb8196-9f46-4f4e-bfb3-c28d0aaec74f/tick.app/tick   expected in: /users/macintosh/desktop/xcode/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator4.3.sdk/system/library/frameworks/coregraphics.framework/coregraphics 

i have set target ios 4.3. project runs fine on ios 5 , 6. think library missing or not supported in old version. should resolve problem? appreciated. thanks.

cgpathcreatewithellipseinrect not available on ios 4.3. new in ios 5.0.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -