xcodebuild: "Keine passenden Geräte gefunden." beim Exportieren von Archiv

Als Xcode 7 † wird dasxcodebuild export archive step hat uns Fehler beschert.

Build Befehl

xcodebuild -exportArchive -archivePath "path/to/Thing.xcarchive" \
        -exportPath "path/to/" \
        -exportOptionsPlist path/to/PackageOptions-adhoc.plist

ergibt

2015-10-08 16:28:27.409 xcodebuild[62682:464728] [MT] IDEDistribution: Step failed: <IDEDistributionThinningStep: 0x7ff1a42d23f0>: Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo=0x7ff1a72ddd80 {NSLocalizedDescription=No applicable devices found.}
error: exportArchive: No applicable devices found.

Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo=0x7ff1a72ddd80 {NSLocalizedDescription=No applicable devices found.}

** EXPORT FAILED **

Was gibt? Wie repariert man

† 7.0 & 7.0.1 auf Mavericks.

Antworten auf die Frage(6)

Ihre Antwort auf die Frage