ich habe die Sache mal auseinander genommen und bin auf folgendes Problem gestossen:
"/usr/bin/xcodebuild" -exportArchive -archivePath "/Us/PAServer/scratch-dir/Arnof/xxxxxx.archive" -exportPath "/Users/Arno/PAServer/scratch-dir/Arnof/xxxxxxr.archive/temp" -exportOptionsPlist "/Users/Arno/PAServer/scratch-dir/Arnof/xxxxxx.archive/exportOptions.plist"
error: Couldn't load -exportOptionsPlist: The file “exportOptions.plist” couldn’t be opened because there is no such file.
Error Domain=NSCocoaErrorDomain Code=260 "The file “exportOptions.plist” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/Arno/PAServer/scratch-dir/Arnof/xxxxxx.archive/exportOptions.plist, NSUnderlyingError=0x7f98b7149df0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
** EXPORT FAILED **
Dazu habe ich folgenden Beitrag gefunden:
https://stackoverflow.com/questions/...list-has-chang
Hat schon mal jemand via xcode9 eine IPA erzeugt ?