Reputation: 101
I have recently started testing my app with UITesting which was recently introduced by Apple. But the problem is the UITest is not able to use the Header file which I created to use some ObjC libraries. This is causing the UItest to fail. I have already tried manually changing the header file name in Target tab under Build Settings still the same error.
And this is my header file name
Changed name of header file which should be used by UITests.
My app is building and running fine but the UITests are creating problem. Could you please tell me how do I solve this problem?
Thank You.
Upvotes: 4
Views: 1100