-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Carthage and xcode 10: build failed #417
Comments
Hello @jamfly, As told in the main README.md (Installation chapter), Carthage is not supported. This means that you may not get any support here. I'll leave this issue open for a week, so that other GRDB users have the time to chime in and help. I'll close it afterwards, because I don't like issues to remain open when nobody is working on it. Meanwhile. I suggest you choose a supported installation method instead. If you want to keep Carthage, summon your local Xcode guru, ask on StackOverflow, or directly in the Carthage repo. If you are surprised by this answer, please look for "Carthage" in other issues and pull requests. |
cc @KyleLeneau and @darrenclark, in case you'd have any idea what's going on. |
Hello @groue I am so sorry it bothers you, if you don't like it, i can remove it. but the reason that I came here is because
even though i manually built the Thank you for your respond. |
It does not bother me. If it bothers you, follow installation instructions. Success guaranteed. |
@jamfly @groue Regarding the custom build, I actually wrapped my
|
I haven't had the chance yet to actually test that with Xcode 10, but hopefully it's a good starting point |
Hi @darrenclark thank you for your respond, and it is exactly what i did in these days. but i had never written shell script before, so the quality is kinda shitty. |
@jamfly you're welcome, glad to hear it helped! Feel free to reach out if you have any questions |
Thank you @darrenclark for this inspiring technique! 👍 |
Did you try running There are 2 ways to fix this:
@jamfly can you provide the version you were on and the version you were trying to update to. |
HI @KyleLeneau thank you for your respond, i've fixed this problem via the script from @darrenclark's. my version was and i am sorry that i am still a beginner of and thank again of your respond, save my days!!!! |
It looks like the issue can be closed now. Thanks to all! |
FYI, I have been trying to get my option 1 to work up above (I was up late last night building and rebuilding) but I have not had success yet on how to integrate the I am proposing something that will fix it in Carthage main but feel like that might not result in anything "quick": Carthage/Carthage#1227 (comment) |
I researched quite a few SQL libraries for iOS development and GRDB was the clear winner but the lack of Carthage support was a deal breaker. We had to settle for another lib.. |
@kroussevrb, I'm really sorry you had to settle with a clear loser. See #433 in order to understand the "Carthage tax" on OSS maintainers. |
What did you do?
carthage update --platform osx --no-use-binaries
What did you expect to happen?
it should build
GRDBCustomSQLiteOSX
successfulWhat happened instead?
I built
GRDBOSX
,GRDBCipherOSX
successful, but whenGRDBCustomSQLiteOSX
exit code 65
just came outi've tried reinstall carthage via brew/pkg, also delete the cache of carthage, but none of these work
Environment
**GRDB flavor(s): GRDBCustom
**GRDB version: 3.3.1
**Installation method: Carthage
**Xcode version: Xcode 10
**Swift version: Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
**Platform(s) running GRDB: macOS
**macOS version running Xcode: 10.14 GM
Demo Project
The text was updated successfully, but these errors were encountered: