我使用的是库SwipeCellKit,自从更新到Xcode9.1之后,我遇到了一些问题。我已经用Xcode9.1重新编译库,并将.framework重新导入到我的项目中。但是我仍然不能使用库中的类。我收到了这样的警告:
ld: warning: ignoring file /Users/.../Frameworks/SwipeCellKit/SwipeCellKit.framework/SwipeCellKit, missing required architecture x86_64 in file /Users/.../Frameworks/SwipeCellKit/SwipeCellKit.framework/SwipeCellKit (2 slices)我尝试了建议的here,并在构建库时将Build Active Architecture Only设置为No。但这并不管用。我还清理了build文件夹很多次,但这也不能解决问题。
https://stackoverflow.com/questions/47491561
复制相似问题