cocopods常见问题 稀饭的酒馆 2024-03-21 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.解决问题完成。