-
Notifications
You must be signed in to chang 8000 e notification settings - Fork 3.2k
【DoKit生态场景】- Xcode 16.0之后,编译失败 #1175
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
Comments
这个问题没人解决吗? |
#import <FMDB/FMDatabase.h> |
解决了吗?pod lib link 的时候也报这个错误了 |
解决了吗,我也遇到了这个问题 |
解决了,就是不用这个库 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/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: