please help me on this. I've updated my xcode to xcode6 and now I'm not able to run my application on it due to cocoapods errors. I searched around the web also follow the below steps :
- Open Xcode 6
- Open Preferences (MenĂº Xcode-Preferences)
- Click the Locations tab
- Change the Command Line Tools version to Xcode 6.0
- Uninstall from a terminal window cocoapods (all installed versions prompted) $ sudo gem uninstall cocoapods
- Uninstall xcodeproj (all installed versions prompted) $ sudo gem uninstall xcodeproj
- Install xcodeproj $ sudo gem install xcodeproj
- Install cocoapods (retry a second time if fails with a error) $ sudo gem install cocoapods
- Run pod –version to verify that it worked
But Still I'm getting error on pods. My application is running well in xcode 5.1.1 but not in xcode 6. I'm getting error on "SDWebImageDownloaderOperation.m" file and the error is semantic issue.
One more thing when I'm doing pod update in my project folder where the podfile installed, Removing SSToolkit shown and SSToolkit folder removed from project folder. But in xcode 5.1.1 SSToolkit is there. please someone help me to rid of this issue.... thanx