Xuer128

Results 2 issues of Xuer128

i am working on a project that has a old code base in objectiveC. is there anyway that i can use this in objectiveC?

/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 | ^ ~ /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...