Recently I tried to sign my iOS app with Apple Developer certificate through Jenkins with Xcode plugin and macmini as a slave.
Oh. I received a lot of different issues. I don't remember all of them, but the last one was:
Virtualization and something more...
Recently I tried to sign my iOS app with Apple Developer certificate through Jenkins with Xcode plugin and macmini as a slave.
Oh. I received a lot of different issues. I don't remember all of them, but the last one was:
I am configuring Jenkins + Xcode, to be able to build *.ipa files for testing it on iPhone. Recently I received an error:
This week I configure the Jenkins to work with Mac and try to build iOS applications. Unfortunately, I got the code signing issues, either I use Xcode plugin or Xcode command line tool.
The core reason is Jenkins is running as daemon mode in Mac, just assume it is a different user – "Jenkins", so it will not have access to the keychain or provision profile as you log in using your credentials, which cause the code signing issue.
I tried to build *.IPA file with Xcode 7, Jenkins and its plugin Xcode integration. But received error:
You'll need to get a usb-serial adapter and then connect with a console cable.
Connecting to the Console Port with Mac OS X. To connect a Mac OS X system USB port to the console using the built-in OS X Terminal utility, follow these steps:
Step 1. Use the Finder to go to Applications > Utilities > Terminal.
Step 2. Connect the OS X USB port to the router.
Step 3. Enter the following commands to find the OS X USB port number:
I need to install Ubuntu on Sony Vaio laptop. So I need to create bootable USB stick for that. My home OS is Mac OS X 10 and today we gonna make bootable USB stick on OS X.
Note: this procedure requires that you create an .img file from the .iso file you download. It will also change the filesystem that is on the USB stick to make it bootable, so backup all data before continuing.
Tip: Drag and drop a file from Finder to Terminal to ‘paste’ the full path without risking typing errors.
1. Download Ubuntu for Desktop.
2. Open the Terminal. [Read more…]