cocopods常见问题

26 阅读1分钟

CocoaPods 导库时提示“Use the $(inherited) flag” or “Remove the build settings from the target” 解决问题的步骤:

1.Target - > building settings中搜索 “ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES”,值类型是bool,点击other,把值换成$(inherited)

2.执行pod update

3.解决问题完成。