cocoapods导入第三方,终端中出现⚠️

[!] 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

相关文章
相关标签/搜索