You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
Working on Xcode 7.2, I faced the same Issue.
I had it work by doing these different things:
Setting absolute path in SquareCamViewController.m for DeepBelief.h instead of DeepBelief/DeepBelief.h
Disable bitcode
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....
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?
The text was updated successfully, but these errors were encountered: