So, my problem is that in a clean fast project (almost :-)) with a test written also in Swift, I got this assembly. Build starts through Fastlane 1.63.
▸ DTServiceHub: Instruments wants permission to analyze other processes. Please enter an administrator username and password to allow this. ▸ Username (jenkins): Password: ▸ Failed to authorize rights (0x1) with status: -60007.
The problem occurs when new command-line tools and Xcode 7.3 were installed on MacPro with OSX Server. The Objective-C project works every time. I did what was suggested in these threads, did not work: Remove the authorization prompt from the command line tools (Under mavericks) Is there a way to remove the authorization prompt from the instances of the command line tools (XCode)? and in all the other places that I could find. I have no idea how to fix this.
xcode swift jenkins osx-server fastlane
Paweł pałka
source share