I'm seeing this error for a XIB. But everything else compiles and there doesn't seem to be any harm done by this error. Is this something I need to worry about? What's the problem here and how would I go about fixing this?
UPDATE: I've updated cocoapods to the latest version (0.36.3) and while that fixed the problem for a few compiles, the error has returned and I'm now seeing an additional error:
It is a known issue in CocoaPods. It has been fixed in version 0.36.1. Just update your CocoaPods and then add specific line of code to your pod file: use_frameworks! after platform :ios, '7.0'
So your file will look like this:
platform :ios, '7.0'
use_frameworks!
/// here will be dependencies etc. ///
updated:
Full list of steps to get rid of the problem once and for all:
pod update
;After doing some research and digging, I can confirm, that there is no way to solve this problem.
This is an Xcode's bug.
That's all. We must wait for update.
Just restart the Xcode for now.
This worked for me:
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