[!] The `lvLeaderSwift [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-lvLeaderSwift/Pods-lvLeaderSwift.debug.xcconfig'. This can lead to problems with the CocoaPods installationxcode
- Use the `$(inherited)` flag, or編輯器
- Remove the build settings from the target.ide
[!] The `lvLeaderSwift [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-lvLeaderSwift/Pods-lvLeaderSwift.release.xcconfig'. This can lead to problems with the CocoaPods installationui
- Use the `$(inherited)` flag, ordebug
- Remove the build settings from the target.code
最簡單粗暴的解決方法:1)打開工程所在文件夾,找到.xcodeproj的文件,而後顯示包內容,找到project.pbxproj文件;get
2)用文本編輯器打開,而後查找`ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`這個東西,把有關這個東西的地方都刪掉(應該有四處)it
3)刪除完之後,在終端從新update一下io