Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'DeepBelief/DeepBelief.h' file not found in Xcode 7 #58

Open
maxi-mus opened this issue Oct 19, 2015 · 4 comments
Open

'DeepBelief/DeepBelief.h' file not found in Xcode 7 #58

maxi-mus opened this issue Oct 19, 2015 · 4 comments

Comments

@maxi-mus
Copy link

In Xcode 7 adding the DeepBelief framework won't work at all for me anymore. Removing and re-adding, framework search path, nothing will work. On Xcode 6 I had to remove and re-add the framework every time I opened a project, now it can never find the header file. Any suggestions?

@maxi-mus
Copy link
Author

Seems to work if you include the complete path to the header file, while adding the the framework in 'Linked Frameworks and Libraries' seems to have no effect whatsoever anymore...

@liamnaka
Copy link

hey maxi-mus, i was wondering if you could help me get the simple example to work on Xcode 7

@liamnaka
Copy link

never mind, i got it to work by disabling bitcode and cleaning it. Great work Pete, can't wait to start using TensorFlow!

@gaelhugo
Copy link

Working on Xcode 7.2, I faced the same Issue.
I had it work by doing these different things:

  1. Setting absolute path in SquareCamViewController.m for DeepBelief.h instead of DeepBelief/DeepBelief.h
  2. Disable bitcode
  3. Modify search path because it was looking for /Users/petewarden/vagrant/DeepBeliefSDK/iOSLibrary and ended up with a linker error. I just changed it to my path.

Doing this solved my situation. Hope it could help somebody sometimes....

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

No branches or pull requests

3 participants