Swift 使用cocoapod安装框架时出错

Swift 使用cocoapod安装框架时出错,swift,xcode,frameworks,jtapplecalendar,Swift,Xcode,Frameworks,Jtapplecalendar,我目前正在尝试将JTAppleCalendar framework安装到我的项目中,但我从命令行中不断收到此错误: [!] The `FinalYearProject1UITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FinalYearProject1-FinalYearProj

我目前正在尝试将JTAppleCalendar framework安装到我的项目中,但我从命令行中不断收到此错误:

[!] The `FinalYearProject1UITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FinalYearProject1-FinalYearProject1UITests/Pods-FinalYearProject1-FinalYearProject1UITests.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `FinalYearProject1UITests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-FinalYearProject1-FinalYearProject1UITests/Pods-FinalYearProject1-FinalYearProject1UITests.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
我已尝试将
$(继承的)
标志添加到整个项目的“生成设置”中的“始终嵌入\u SWIFT\u标准\u库”行。然后,我还尝试更改cocoa pods创建的构建设置。然而,所有这些似乎都不起作用