Not Pro with Xcode, here is my problem. I have a main project and a Pods project. The last time it was checked in 1 year ago with the old coco-pod and the older Xcode.
Now I installed everything and registered in the latest Xcode with the latest cocoapod. I was able to update the pods and everything compiles and works great. However, I get these strange warnings. How to clean it and remove from it?
I believe this is due to how Pod linking / headers were used to work and how it works now. But how to clean it?
file:///Users/c/Documents/DMD/Pods/BuildHeaders/GoogleProtobuf/google/protobuf/io/coded_stream_inl.h: warning: Missing file: /Users/c/Documents/DMD/Pods/BuildHeaders/GoogleProtobuf/google/protobuf/io/coded_stream_inl.h is missing from working copy

objective-c xcode
katit
source share