What I did :
- Tried to build project
What happened :
- It failed with "Error:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation."
- The libPods.a is not generated
I have the latest cocoapods installed, and this is my podfile :
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
platform :ios, '7.0'
target :MyProjectTests, :exclusive => true do
pod 'OCMock'
end
I have seen similar issues reported at CocaPods project on github, but nothing seems to work.
I don't need any pods for my main project, I'd just like to use OCMock for testing.
*.xcworkspaceso it would get generated again. No luck. - Losiowaty