You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No visible @interface for 'DBFILESUserAuthRoutes' declares the selector 'uploadData:mode:autorename:clientModified:mute:propertyGroups:strictConflict:inputData:' #18
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 :
Create a new flutter project
Add dropbox_client 0.8.0
Import it in main.dart
Launch on an iOS device / simulator
The error is displayed on compilation.
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 ?