I am having very bad problems with CocoaPod
. I had to update Cocoa pods
for Yosemite. I then ran pod update and got the following warning message:
[!] The `app [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
And
[!] The `app [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
EDIT:
I followed @mef link but did not know where to place the code?
You can clean your Pods & Displays using a damp soft cotton cloth or microfiber towel. You can sanitize and disinfect the outside of your Pods & Displays using Hydrogen Peroxide.
Just rm -rf that pod's folder, and remove the line from the Podfile. Then run pod install again.
cocoapods-repo-update is a CocoaPods plugin that checks your dependencies when you run pod install and updates the local specs repositories if needed.
To find if Cocoapods is installed or not run cmd (pod --version). if theresult is (Not Found) Pods is not installed.
Based on Mefs link I was able to get it working. If anyone is wondering where to put $(inherited)
, put it in the Other linker Flags
section of your project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With