Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Test.h missing #1

Open
JanC opened this issue Jul 26, 2012 · 3 comments
Open

Test.h missing #1

JanC opened this issue Jul 26, 2012 · 3 comments

Comments

@JanC
Copy link

JanC commented Jul 26, 2012

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

@snej
Copy link
Owner

snej commented Jul 26, 2012

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 .

@louismullie
Copy link

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?

@snej
Copy link
Owner

snej commented May 20, 2013

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants