Carthage support has a few issues that need to be resolved:
As of Carthage 0.37.0, Carthage will build all subprojects in a dependency, which means it includes our sample apps. Our ObjC sample app is currently broken on the latest versions of Xcode as you are no longer allowed to reference a package that is a direct ancestor of the project. I converted this to a direct project reference instead, and enabled emitting a module to keep the same semantics.
Summary
Carthage support has a few issues that need to be resolved:
Checklist