MYCrypto
MYCrypto copied to clipboard
Test.h missing
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
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 .
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?
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!