-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Carthage SQLite.framework not portable to different systems: CSQLite missing #492
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
Comments
Is this with Xcode8? See #494 |
This was with 7.3.1 |
ah, I actually misread your bug report. weird, is the module loaded on runtime? can you explain what exactly you mean by "on other system"? do you take the compiled framework and include it another app, on a different machine? |
We have a project checked in to git including the compiled framework. It is imported using the normal import statement in swift. By my system I meant my computer with my os, my coworker uses his mac. |
Same here, I think I misopen my project with Xcode 8, then I open Xcode 7.3, then run the project, error appeared. And In Connection.swift |
@lyc2345 There is a tmp fix - You can change your Xcode app name |
Both our Xcodes where named Xcode.app, still got the error. |
@maun this should be fixed on master, please verify |
fix has been released now (0.11.0). reopen if needed. |
This is fixed, thanks. |
Hi, I'm having this problem as of 11 March 2017 using Xcode 8.2.1, SQLite 0.11.2, and Carthage. Ideas? |
same issue with @raybradley . |
will be fixed once #615 is merged |
I'm now seeing this issue using the Swift Package Manager, XCode 8.3.2, SQLite v0.11.3 POC: https://github.com/phildow/sqlite-no-such-module-poc When I run swift build on the command line I see errors like the following (edited to include updated linker flags):
|
When I build the framework using carthage everything works as expected locally, but on other systems I get this error:
Rebuilding with carthage on these systems fixes the error, but the framework then does not work on the first system anymore.
The text was updated successfully, but these errors were encountered: