-
Notifications
You must be signed in to change notification settings - Fork 67
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
Archive iOS project fails #15
Comments
Hi @dcacenabes,
with:
This is tracked here: Cheers, |
Thank you, and sorry for opening an already open issue. I did not realized it was the same issue. |
Don't worry, my fault: this should have been solved since long, or at least stated clearly somewhere in the documentation. |
I'm afraid your suggestion fix the issue but adds a new one. I replaced row 87 in spatialite.c. The spatialite pod now builds fine, but SpatialDBKit pod fails to build. In SpatialDatabase.m I get the same errors for: I've fixed it by adding |
agh! ok, thank you for the heads up. |
Cough same problem here since updating my pods :( |
Eh. Sorry, this should be fixed upstream, in CocoaPods or in spatialite's pod spec. |
When I replace the row 87 in spatialite.c:
with:
it throws this |
cocoapods issue it was. |
The app builds and runs fine on simulator or device, but when I try to archive the app I get:
Implicit declaration of function 'virtualshape_extension_init' is invalid in C99
in the Pods-spatialite project.And the same goes for
virtualdbf_extension_init
virtualtext_extension_init
virtualnetwork_extension_init
mbrcache_extension_init
virtualfdo_extension_init
virtual_spatialindex_extension_init
Thus I cannot generate an ipa to distribute.
The text was updated successfully, but these errors were encountered: