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

Building in Ionic AppFlow gives error #31

Open
scottieslg opened this issue Jan 19, 2020 · 4 comments
Open

Building in Ionic AppFlow gives error #31

scottieslg opened this issue Jan 19, 2020 · 4 comments

Comments

@scottieslg
Copy link

I have an Ionic 4 Cordova app and I'm trying to build in AppFlow, but it fails with the error:

/Users/ionic/builds/project-0/platforms/ios/MyApp/Plugins/cordova-plugin-background-geolocation/CDVBackgroundGeoLocation.m:8:9: fatal error: 'Cordova/CDVJSON.h' file not found

Any ideas why it wouldn't be able to find this file?

@texarr
Copy link

texarr commented Aug 4, 2020

Anyone found some solutions for this issue?

@wnabil
Copy link

wnabil commented Sep 17, 2020

Changing it manually to Cordova/CDVPlugin.h works for me, seems like a deprecated import is used
Edit: you can comment out the import as well and it should work too

@boblepepeur
Copy link

works for me too, need to add that in a PR

@andersonrosilva
Copy link

andersonrosilva commented Feb 13, 2021

Changing it manually to Cordova/CDVPlugin.h works for me, seems like a deprecated import is used

Works for me!

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

5 participants