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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -