mavlink / MAVSDK-Swift-Example

Example app using MAVSDK for iOS (Swift)
14 stars 15 forks source link

README: install xcodeproj gem #6

Closed julianoes closed 5 years ago

julianoes commented 5 years ago

This fixed the carthage bootstrap error on my fresh Mac.

JonasVautherin commented 5 years ago

I don't think this is related. carthage bootstrap only depends on the Cartfile, it should be completely unrelated to the xcodeproj.

JonasVautherin commented 5 years ago

Oh, I misread it for xcodegen, sorry. xcodeproj is needed at the moment, it's true. And a bit inconvenient, let's hope Carthage will soon support SwiftPM projects (yes, that's related ;-)).