x/mobile: building bind/hello example meets with an error: "hello/Hello.h file not found" #13441
Comments
I'm also getting this error. Posted it to SE a couple weeks ago with no luck. |
Xcode 7 doesn't seem to be updating paths to search for the headers automatically the way previous Xcode versions did. If you choose "Copy items if needed" when you are dragging the bundle in the project,
works. I think there is nothing we can do other than updating the wiki with additional pointers. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am building the gomobile Hello example app, but am running into the following problem: When trying to build and run the app after opening it in Xcode (7.1), I get the error 'hello/Hello.h' file not found'
From what I can tell, Hello.h is in fact in the hello folder of the native directory.
error in Xcode and the file it's in
The text was updated successfully, but these errors were encountered: