Skip to content
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

【DoKit生态场景】- Xcode 16.0之后,编译失败 #1175

Open
Xuer128 opened this issue Sep 23, 2024 · 1 comment
Open

【DoKit生态场景】- Xcode 16.0之后,编译失败 #1175

Xuer128 opened this issue Sep 23, 2024 · 1 comment
Assignees

Comments

@Xuer128
Copy link

Xuer128 commented Sep 23, 2024

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

@CtrlJone
Copy link

CtrlJone commented Nov 5, 2024

这个问题没人解决吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants