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
/Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:14:2: warning: missing submodule 'FMDB.FMDB.FMDB' [-Wincomplete-umbrella]
14 | #import <FMDB/FMDB.h>
| ^ ~
/Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:209:5: error: declaration of 'FMDatabase' must be imported from module 'FMDB.fmdb.FMDatabase' before it is required
209 | FMDatabase *db = [FMDatabase databaseWithPath:targetPath];
| ^
In module 'FMDB' imported from /Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:14:
/Users/xxx/Pods/Headers/Public/FMDB/fmdb/FMDatabase.h:88:12: note: declaration here is not visible
88 | @interface FMDatabase : NSObject
| ^
1 warning and 1 error generated.
The text was updated successfully, but these errors were encountered:
/Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:14:2: warning: missing submodule 'FMDB.FMDB.FMDB' [-Wincomplete-umbrella]
14 | #import <FMDB/FMDB.h>
| ^ ~
/Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:209:5: error: declaration of 'FMDatabase' must be imported from module 'FMDB.fmdb.FMDatabase' before it is required
209 | FMDatabase *db = [FMDatabase databaseWithPath:targetPath];
| ^
In module 'FMDB' imported from /Users/xxx/Pods/DoraemonKit/iOS/DoraemonKit/Src/Core/Plugin/Platform/FileSync/Function/DoraemonFileSyncManager.m:14:
/Users/xxx/Pods/Headers/Public/FMDB/fmdb/FMDatabase.h:88:12: note: declaration here is not visible
88 | @interface FMDatabase : NSObject
| ^
1 warning and 1 error generated.
The text was updated successfully, but these errors were encountered: