didi / didi/DoKit

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

Open
#1,175 9 comments 0 reactions 1 assignee Claimed by @jtsky View on GitHub
Dominant language
Java
Stars
20.4k
Forks
3.2k
Avg merge
1d 12h
Merged PRs (30d)
2

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.