Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPPLocation cause crash at runtime for iOS 4.x #1

Open
xNekOIx opened this issue Jul 27, 2012 · 2 comments
Open

VPPLocation cause crash at runtime for iOS 4.x #1

xNekOIx opened this issue Jul 27, 2012 · 2 comments

Comments

@xNekOIx
Copy link

xNekOIx commented Jul 27, 2012

Hi.
I've used cocoapods to get library.
I have subject issue at application start up in release mode.
Here one string from crash log:
Symbol not found: _OBJC_CLASS_$_CLGeocoder

Here is temporary solution for those who use cocoapods to work with library:
Add these lines to your pods .pch file if you want to run library on iOS 4.x

#import <Availability.h>
#undef __IPHONE_5_0
@vicpenap
Copy link
Owner

Thanks! That's weird, as I'm using it on an iOS 4 device with no
issues. And I've also included the lib through CocoaPods.

I will look at it later, anyway.

@xNekOIx
Copy link
Author

xNekOIx commented Jul 28, 2012

I'm using xcode 4.3.3 and i didn't find any way to set iOS SDK earlier than v5.1.
__IPHONE_5_0 constant always available for me, even if i will set up deployment target 4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants