Skip to content

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

Description

@xNekOIx

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions