1. Environment construction
Use the official recommendation to build manually.
1. Download the required files http://ocmock.org/download/download the different versions according to your needs.
Open the iOS Library folder with the LIBOCMOCK.A static library you need to use and the header files in the Ocmock folder.
2. Project Catalogue
Create the USR folder under the project root directory, and set up the Lib and include folders under the USR folder. Copy libocmock.a to Lib,ocmock folder copy to include
3.XCode Configuration
When you add a static library,.. After clicking +, select Add other to set the target to the libocmock.a in the just Lib directory
Add other linker FLAGS-OBJC
Set the Ocmock header file path strength, $(PROJECT_DIR)/usr/include .
2. Test and use
#import <ocmock/ocmock.h>-(void) testnet{ IDclass]); // Test }
iOS unit test, Ocmock