Error message during pod update

After re-upgrading MAC OS and XCODE version, when pod update updates dependency packages, the following prompt appears:

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

It was normal before, probably caused by the XCODE upgrade question.

According to the prompt, add $(inherited) in the compilation options, such as the above OTHER_LDFLAGS.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326863038&siteId=291194637