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

iOS Use of undeclared identifier #221

Open
chrispr0ls opened this issue Mar 28, 2017 · 0 comments
Open

iOS Use of undeclared identifier #221

chrispr0ls opened this issue Mar 28, 2017 · 0 comments

Comments

@chrispr0ls
Copy link

Hi.

I'm trying to use g3m in an app I'm working on but when I #import layer related classes in my map view controller, the project won't build and finds errors such as:

"Use of undeclared identifier '_timeToCache'; did you mean 'getTimeToCache'?" in getTimeToCache() in RasterLayer.hpp
"Member initializer '_prevPos' does not name a non-static data member or base class" in TouchEvent.hpp.
Or "No member named '_errors' in 'RenderState'; did you mean 'error'?" in RenderState.hpp

I've already made an Hello World app that works and I just reused the same code in the other app.

Maybe it's a problem from the build settings, but I cross checked the configurations between my Hello World app and the other app and found no differences.

I hope you can understand my issue and someone already faced that problem. Thanks.

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

1 participant