Closed
Description
The language of WCDB
Swift
The version of WCDB
1.0.8
The platform of WCDB
e.g. iOS
The installation of WCDB
e.g. Git clone
What's the issue?
Post the outputs or screenshots for errors.
I use getObjects(on: fromTable:) its Ok , But use getObjects(on: fromTable: orderBy:) crash ?
The error say property is not belong in the object , but I be sure the property is belong , why?
code like this
objc[11122]: Class TtGCs23_ContiguousArrayStorageOC8MomentUI15MomentForumContentModel10CodingKeys$ is implemented in both ?? (0x7f95cc14e0c8) and ?? (0x7f95cc14fba0). One of the two will be used. Which one is undefined.
Activity
[-]OrderBy Crash [/-][+]getObjects Crash [/+][-]getObjects Crash [/-][+]Swift getObjects Crash [/+]st2340596 commentedon Dec 30, 2019
找到了问题的原因. 因为项目采用静态Framework包链接开发,在主程序动态链接了WCDB, 和开发的子framewrok runtime 下可能会触发小几率的链接冲突