Hello,

I had a Jenkins build fail during an XCode stage but there was no obvious 
reason in the Jenkins log. The only message in the logs was:

    /* com.apple.ibtool.document.errors */

The failure was from an invocation of the ibtool so I tried running the 
exact same command on the command line and I got additional log output.

    /* com.apple.ibtool.document.errors */
    
/var/jenkins/workspace/AUTH_module-authentication-reference-iphone_CI/MLoginNCR/Classes/NMCSecurityOverlayViewController.xib:1:
 
error: Auto Layout on iOS Versions prior to 6.0 [12]
    
/var/jenkins/workspace/AUTH_module-authentication-reference-iphone_CI/MLoginNCR/Classes/NMCSecurityOverlayViewController.xib:46:
 
error: Auto Layout on iOS Versions prior to 6.0 [12]

When running on the command line the whole output was to standard out so I 
do not understand why the whole message did not show up in the Jenkins 
logs. 

Has anyone seen anything similar with Jenkins/Xcode?

I guess the ibtool process could have been killed before standard out was 
flushed but I would like to hear from anyone who has a reason to think this 
might be the case.

I am running Jenkins 1.466.2 with the XCode 
plugin<https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin>version 1.3.1.

Thanks,

Kevin

Reply via email to