xcrun Questions

4

I'm installing MyApp on the iOS simulator (Xcode 7, iOS 9) using xcrun simctl install booted MyPath/MyApp.app. This works as expected and the app is installed on the simulator. However, launching...
Far asked 2/10, 2015 at 11:8

7

Solved

I'm trying to automate the process of building apps for our clients using bash scripts running on a Mac Mini Server (OSX 10.7). My script is based on the spectacularly useful script from github o...
Southerner asked 1/5, 2012 at 13:36

5

This morning, xcode got updated to version 8.3 on my osx building device. Since then, when I try to build my iOs app with Cordova, I get the following error at the end of the building process: [...
Domain asked 29/3, 2017 at 15:52

1

I'd like to have side-by-side installations of XCode, and use the DEVELOPER_DIR environment variable to select between them. The goal for this is to use the result of xcrun -f --sdk macosx clang to...
Krohn asked 17/3, 2017 at 16:1

1

xcrun xcodebuild -log -sdk iphoneos PackageApplication "$OUTPUTDIR/$APPNAME.app" -o "$OUTPUTDIR/$APPNAME.ipa" -sign "$DEVELOPER_NAME" -embed "$PROVISIONING_PROFILE" This is the command now i am u...
Claytonclaytonia asked 24/9, 2016 at 8:29

2

I have several iPhone apps, and I've set out to do away with as much of the clicking around on iTunes connect that I have to do. One thing that I'd like to do is be able to upload an ipa to iTunes ...
Ridotto asked 6/5, 2013 at 23:56

2

Solved

I'm in the middle of some proof of concept test of mine, using xcodebuild and xcrun in order to create and deploy an .app onto my ios Simulators (or even to deliver the .app directory to my final c...
Broadminded asked 21/6, 2016 at 16:41

1

I am running the following command to launch iOS simulator via Xcode xcrun instruments -w 2E755803-3DFD-4722-B6B7-25498BCFF551 and it fails with Instruments Usage Error : No template (-t) spe...
Mcchesney asked 23/2, 2016 at 1:34

6

Solved

This question was asked before, but unresolved here. I have tried the solution here, but it doesn't solve the issue. I get this error: xcrun: error: active developer path ("/Applications/Xcode ...
Pairoar asked 27/3, 2014 at 6:35

1

Solved

I am trying to Start Xcode with the custom toolchain and to be enabled to use the open source version of Swift. Steps are taken from Swift.org And I receive this error: xcrun: error: unable to f...
Broom asked 4/12, 2015 at 13:9

1

I'm running iOS simulator unit tests on the command line using xctest. First I build the target: xcodebuild -project "build/MyApp.xcodeproj" -target "MyApp Unit Tests" -configuration "Debug" -sdk ...
Mariner asked 17/9, 2015 at 15:0

1

Solved

Git doesn't work after upgrading Mac OS X El Capitan. After installing El Capitan, I have this error when I'm doing a git command: xcrun: error: invalid active developer path (/Library/Dev...
Vespucci asked 3/10, 2015 at 16:46

1

Solved

When I try to install my app in the booted simulator, like this: xcrun simctl install booted /build/iphone/build/Debug-iphonesimulator/foo.app I get the following result: An error was encounter...
Chev asked 18/6, 2015 at 9:43

4

Summary I`m trying to automatize my applications upload to iTunesConnect. I have at least 6 apps and all are always "ready to upload". The problem is when I try to upload an app to iTunesConnect...
Polyphyletic asked 19/3, 2014 at 12:5

1

My goal is to try run my Swift program like a script. If the whole program is self-contained, you can run it like: % xcrun swift hello.swift where hello.swift is import Cocoa println("hello") ...
Ellinger asked 16/9, 2014 at 4:5

2

I'm using TeamCity with xcrun for CI on an IOS project. I'm currently seeing an issues while trying to execute the following command from a TC build step: -sdk iphoneos PackageApplication "Build/...
Marybelle asked 16/5, 2013 at 20:13

4

I am using phonegap CLI 3.1 and XCode5. I am trying to generate the build for release mode through Phonegap CLI and Xcrun. I don't want to use Phonegap Build to upload the mobileprovision or whatev...
Tollefson asked 5/11, 2013 at 7:40

2

Solved

I am using Phonegap CLI 3.1 and XCode5. I want to generate the release build for iPhone Application through command line, I have valid distribution certificate and mobile provisioning profile. I ...
Therein asked 6/11, 2013 at 14:0

4

Solved

When executing gem install jekyll on OSX 10.8 with the standalone Command Line Tools package from Apple's Developer site installed (no Xcode), i run into the following error: Building native ext...
Jazmin asked 24/10, 2012 at 0:53

2

Solved

I've upgraded OSX Lion to Mountain Lion and reinstalled the Command Line Tools (as the upgrade deleted them). From then xcrun does not work anymore. The xcode-select is set to /usr/bin, the binarie...
Pavid asked 15/8, 2012 at 21:30

10

Solved

When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does not match any code-signing certificate in your keychain. once ad...
Supposititious asked 30/12, 2008 at 17:19

0

I have a project set up such that one of target launches UIAutomation when build process finishes. Instruments is launched from Python script which eventually call the usual "xcrun instruments ..."...
Geometrician asked 17/9, 2012 at 21:4

© 2022 - 2024 — McMap. All rights reserved.