carthage version:xcodebuild -version:--no-build? No--no-use-binaries? No--use-submodules? No--cache-builds? NoCartfile
github "realm/realm-cocoa" "master"
Carthage Output
xcodebuild timed out while trying to read RealmExamples.xcworkspace 馃槶
Carthage seems to be picking up the wrong default build target by default - or perhaps Apple has chance he xcodebuild output. This worked fine with Xcode9beta4 and below.
This is definitely an Xcode bug. I've hit this today too and filed a radar.
Sorry, I should have mentioned we (Realm) figured out its an xcode/xcodebuild bug where it times out trying to figure out the team signing info. I filed a radar, its #33763197
One way around it is to set all the team IDs to "none" ... but def' a bug.
It would be great to leave this issue open at least until it's fixed in xcode(build), I can see a lot of people (myself included!) looking for information on this and having a hard time finding any info. I only arrived here via #2119.
Xcode 9 beta 6 has come. How about with the version?
This bug appears to be fixed in 脽6! 馃帀
I encountered the issue when running command. carthage archive with xcode 10.1 and carthage 0.31.2
Can carthage parameterize the time out value?
One of my colleagues has exactly the same problem.
I'd accept a PR that added a way to configure this via a parameter.
Most helpful comment
Sorry, I should have mentioned we (Realm) figured out its an xcode/xcodebuild bug where it times out trying to figure out the team signing info. I filed a radar, its #33763197
One way around it is to set all the team IDs to "none" ... but def' a bug.