Hi I have a post integration script that calls fastlane.
After upgrading the Xcode Server machine to MacOS High Sierra, I'm getting this
Trigger Issues:
Assertion: Trigger exited with non-zero status 15.
Other Issues:
Running task was terminated because it produced no activity for more than 600 seconds (use sudo xcrun xcscontrol --configure-integration-timeout to increase this timeout)
The log for post integration script:
xcodebuild[52823:3586759] DTDeviceKit: deviceType from 15c22d0d745a3912fad8946d42495bdafe758771 was NULL
2017-12-12 13:41:49.174 xcodebuild[52827:3586876] DTDeviceKit: deviceType from 15c22d0d745a3912fad8946d42495bdafe758771 was NULL
Here's the code in my lane
gym(scheme: 'XXTest',
export_method: 'development',
silent: true,
skip_profile_detection: true,
export_options: {
provisioningProfiles: {
"com.xx.public" => "XXX"
}
})