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 : 'AFURLSessionManager.h' file not found in AFNetworking 4.0.1 #154

Open
rudyZanotti opened this issue Jul 26, 2021 · 1 comment
Open
Assignees

Comments

@rudyZanotti
Copy link

Hello,

I'm trying to use cordova-plugin-background-upload with Ionic & Capacitor. Npm does not have the latest version. I then add "cordova-plugin-background-upload": "git+https: //github.com/spoonconsulting/cordova-plugin-background-upload.git#2.0.3", to my package.json (the latest stable version according to the readme). Unfortunately I have the following error during the iOS build: 'AFURLSessionManager.h' file not found.

Could someone help me please?

@rudyZanotti rudyZanotti changed the title iOS : 'AFURLSessionManager.h' file not found iOS : 'AFURLSessionManager.h' file not found in AFNetworking 4.0.1 Jul 26, 2021
@dinitri
Copy link
Member

dinitri commented Jul 28, 2021

Hello @rudyZanotti ,

The version 2.0.3 does exist on npmjs, just make sure you are using the correct package id that is:
@spoonconsulting/cordova-plugin-background-upload

Here is the link:
https://www.npmjs.com/package/@spoonconsulting/cordova-plugin-background-upload

In your package.json:

"@spoonconsulting/cordova-plugin-background-upload": "2.0.3"

The latest stable version is now 2.0.4

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