MYCrypto icon indicating copy to clipboard operation
MYCrypto copied to clipboard

Test.h missing

Open JanC opened this issue 12 years ago • 3 comments

Hi, the file Test.h seems to be missing. I checked out MYCrypto and MYUtilities but when I compile my crypto I get a lot of errors

MYCrypto/MYCrypto_Private.h:19:9: fatal error: 'Test.h' file not found
#import "Test.h"

cheers

JanC avatar Jul 26 '12 15:07 JanC

Sounds like you haven't set up the Xcode search paths so the project can find MYUtilities. See "How To Build It" in https://bitbucket.org/snej/mycrypto/wiki/Setup .

snej avatar Jul 26 '12 15:07 snej

Same problem here. The problem persists even after the steps in the setup file were followed. Any ideas on what else could be causing this?

louismullie avatar May 20 '13 03:05 louismullie

It looks like there's incorrectly a hardcoded path in the compile settings. I'll try to fix this soon, by switching to using a Git submodule for MYUtilities. In the meantime you can go to the project build settings, under Search Paths, and fix the Header Search Paths to point to where you put MYUtilities. Sorry!

snej avatar May 20 '13 19:05 snej