-
Notifications
You must be signed in to change notification settings - Fork 32
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
No visible @interface for 'DBFILESUserAuthRoutes' declares the selector 'uploadData:mode:autorename:clientModified:mute:propertyGroups:strictConflict:inputData:' #18
Comments
It seems Dropbox team has added a new parameter to the dropbox API : https://stackoverflow.com/a/72265351 |
What version did the app link with? PODS:
Build procedure: Version used: |
On my side, in the Podfile.lock I have :
My flutter doctor : Pod version : 1.11.2 I've notice the version of ObjectiveDropboxOfficial is not the same as yours, I don't understand why |
Deleting the Podfile and building the app seems to resolve the problem, but as soon as I do a |
Hi, is there any update on this? I am getting the same error |
uploadData:dropboxpath contentHash:nil inputData:fileData add contentHash:nil before inputData:fileData it will work try this |
should fix the issue. It checks respondsToSelector and dynamically calls the right method. |
committed a fix |
@mix1009 Thanks, is there an update on the AppDelegate file on swift needed? If so, can you post it, please? "Missing argument for parameter 'completion' for call" |
I've updated the documentation in https://github.com/mix1009/FlutterDropbox/blob/master/README.md .
|
@mix1009 Thanks mate, that fixes it. You're a ⭐ 🌟 |
Hello,
I've tried to compile an existing project using dropbox_client today and I found this error, preventing the app from compiling :
DropboxPlugin.m:175:29: No visible @interface for 'DBFILESUserAuthRoutes' declares the selector 'uploadData:mode:autorename:clientModified:mute:propertyGroups:strictConflict:inputData:'
I tried to compile with a new project from scratch, and I still have the same issue.
To reproduce :
I don't know if that's the cause, but i've updated XCode to 13.4.1 recently.
This is a major issue as I cannot use the library at all due to the compilation problem, and it prevents me from building my app. Do you know what is causing this issue ?
The text was updated successfully, but these errors were encountered: