我目前正在尝试将 JTAppleCalendar 框架安装到我的项目中,但是我不断从命令行收到此错误:
[!] 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.
我试图将$(inherited)
标志添加到整个项目的构建设置中的 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES 行。然后我还尝试更改可可豆荚创建的构建设置。然而,这些似乎都不起作用......