-
Notifications
You must be signed in to change notification settings - Fork 31
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
Swift Compiler Error #12
Comments
I am getting the same error as ForDrink. "Could not build Objective-C module 'sqlite3' |
I had the same issue and took me a little time to work it out. I had to update my module.mod to point to the library in the OS X 10.10 SDK:
Squeal was compiling fine after that change with Xcode 6.1 Beta 3. |
I haven't updated to the latest beta, but will check on this after I do. I've heard it's pretty buggy! @mkairys Were you using the module.map included in the Squeal repo before you updated? It seems strange that /usr/include/sqlite3.h would be gone. |
@nerdyc I just worked out the issue, I didn't have Xcode Command Line tools installed on my Yosemite build. Without it, /usr/include is missing. |
I updated the README to be clearer about this requirement. But I also opened issue #13 because really it would be better if this module.map business wasn't needed at all. |
Xcode 6.0 OS X 10.10 Swift Compiler Error: Could not build Objective-C module 'sqlite3'
The text was updated successfully, but these errors were encountered: