[!] Please close any current Xcode sessions and use `******.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There are 13 dependencies from the Podfile and 14 total pods installed.

[!] The `aaaaaaa [Release]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `******.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `aaaaaaa [Release]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `******.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

解决:

  我们应该继承而不应该覆盖cocoa pods的预编译宏选项,应该保证debug和release下都有$(inherited)

相关文章:

  • 2021-08-07
  • 2021-06-06
  • 2022-12-23
  • 2021-09-14
  • 2021-12-25
  • 2021-05-25
  • 2021-11-14
  • 2022-01-22
猜你喜欢
  • 2021-04-08
  • 2021-12-15
  • 2021-07-19
  • 2022-12-23
  • 2021-12-03
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案