-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Ubuntu with OSX child node
I'm using xcode plugin 1.3 with jenkins version 1.449.
Master is a ubuntu server and i got a OSX slave.
When building my app i think i have a problem with CODE_SIGN_IDENTITY and the characters åäö
this is my output:
CodeSign build/Release-iphoneos/TestApp.app
cd /var/jenkins/workspace/xbuildtest
setenv CODESIGN_ALLOCATE /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/usr/bin/codesign --force --sign "iPhone Developer: Jhon Härt (AZGQSD488F)" --resource-rules=/var/jenkins/workspace/xbuildtest/build/Release-iphoneos/TestApp.app/ResourceRules.plist --entitlements /var/jenkins/workspace/xbuildtest/build/TestApp.build/Release-iphoneos/TestApp.build/TestApp.xcent /var/jenkins/workspace/xbuildtest/build/Release-iphoneos/TestApp.app
/var/jenkins/workspace/xbuildtest/build/Release-iphoneos/TestApp.app: User interaction is not allowed.
Command /usr/bin/codesign failed with exit code 1
is the problem that it is Jhon H√§rt instead of Jhon Härt wich is the expected name
Hi,
I don't really know how xcode tools are supporting such characters but you have probably right that it is the origin of the issue. I have to find if I can create a test on my side to reproduce your issue and to fix it.