问题
Trying to setup OCMock for a OSX project. Problem is I am not getting any framework to add to my test target, only the static library. I doubt it should be like that.
In my Podfile I have the following: pod 'OCMock', '~> 2.2'
回答1:
This was solved by selecting the project in XCode and select "Yes" under "Always Search User Paths".
来源:https://stackoverflow.com/questions/23284442/ocmock-setup-for-osx-with-cocoapods