-
Notifications
You must be signed in to change notification settings - Fork 25
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 bootstrap timed out #102
Comments
We do not provide the binary files for download, and currently rely on Carthage for distribution. However, the project is open source, which means that you can build the libraries from sources yourself. |
Can an objective-c project use CocoaPods and Carthage at the same time |
I guess, yes. Carthage just pulls sources and builds binaries out of them. If you can directly give binaries to Cocoapods (and I believe you can), then that should be possible. |
Thank you. I'll try again |
Excuse me, when I used Carthage bootstrap --platform ios, an error was thrown and the Build Failed This usually are that the project itself failed to compile. Do check the xcodebuild log for more details: / var/folders / 57 / nm4kbkpx12db53xg_3h71n1c0000gn/T/Carthage - xcodebuild. XfqAum. Log |
It says "check these logs for more details". It would be good if you could paste these. |
So it doesn't time out, but the build actually fails. And it seems to come from SwiftGRPC. @caiyunfeide: Can you confirm that you use Xcode 10? SwiftGRPC doesn't build with Carthage on Xcode 10 yet, we are using Xcode 9.4.1 here. |
Yes, I'm using Xcode10.. |
Where can I find the source code of backend. Framework |
The backend is built manually from the C++ Dronecode SDK. |
Closing here as it is the same issue as #104. |
The Carthage import library used in the demo often times out of time. Can we download the library separately and introduce it into the Demo?
The text was updated successfully, but these errors were encountered: