xcrun Questions
13
I have Xcode 6.2 Beta. Attempting
xcrun simctl
in terminal yields
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
2
i want to list available ios simulators as in below format ( iOS version should take from JSON key )
{
"name": "iPhone 5s (11.4)",
"udid": "FB6B3F7F-E6CD-4F64-8EC4-6C07C86A25C8"
}
{
"name": "iP...
Paean asked 11/11, 2019 at 18:32
13
I'm having Xcode issues when I try to use Homebrew and Git:
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select --switch p...
3
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
This is the error I get in VS Code's terminal...
Waggoner asked 1/11, 2021 at 10:30
5
i recently deleted xcode 6 beta 3 and installed xcode 6 beta 6
when i entered gitpush in the terminal this happened
xcrun: error: active developer path ("/Applications/Xcode6-Beta3.app/Contents/D...
7
Solved
Mac OS X 10.8.2
Xcode 4.5.2 (installed at /Applications/Xcode.app)
Tried
xcode-select -switch /Applications/Xcode.app
After that
xcode-select -print-path
outputs correct path (/Applications/Xcode...
Lonne asked 15/1, 2013 at 9:34
2
Solved
I recently upgraded to xcode13, before which react native app was working fine for long time. However, after switching when I run in iOS, I am getting error "instruments is not a developer too...
Barrington asked 24/9, 2021 at 11:47
3
Solved
**
curl -o-
https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh |
bash
**
When I run this code on my Mac I got an error
crun: error: invalid active developer path
(/Lib...
2
Solved
Unable to validate your application. We are unable to create an authentication session
MacOS notarization on command line returning 'unsupported url' when getting status
xcrun altool --no...
Teerell asked 28/10, 2019 at 7:7
3
Solved
I wanted to start building a notarization automation script.
However, when I try to use the 'xcrun altool' in Terminal, I get the following error:
xcrun: error: unable to find utility "altool", n...
3
Solved
Is there anyway that I can change a setting in xcode without opening xcode? I have an automated xcodebuild / xcrun process going on but I need to change 1 value:
Targets > Select your target > Bu...
Redbreast asked 27/11, 2014 at 20:46
5
Solved
I updated my shell to zsh and when I type flutter --version I get this:
'''xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/C...
Adiaphorous asked 22/10, 2020 at 19:41
2
Solved
I am building/running an IOS app from command line with following commands:
xcodebuild -sdk "${TARGET_SDK}" -xcconfig "${CONFIG_FILE_PATH}" -configuration Release
/usr/bin/xcrun -sdk "${TARGET_SD...
Passion asked 30/9, 2013 at 10:22
3
Unable to automatically update the version number in Xcode using below command
xcrun avgtool
xcrun: error: unable to find utility "avgtool", not a developer tool or in PATH
Tried below options...
22
Solved
I have been using a shell script as part of my Xcode build process to increment the build number within the plist file, however it's making Xcode 4.2.1 crash frequently (with an error about the tar...
1
I'm trying to figure how to build metal shaders for iphone os using xcrun.
I have (the almost latest) Xcode 11.3.1 installed on macos 1.4 Mojave.
xcrun --sdk iphoneos --show-sdk-path
reports that...
Heiress asked 30/3, 2020 at 22:49
1
Solved
As of iOS 13, SimulatorStatusMagic no longer works, but happily Apple have provided a first-party solution through simctl status_bar.
However I can't find any way to remove or change the "Carrier"...
Ruzich asked 27/9, 2019 at 14:39
0
What's the best way to capture video from an iPhone simulator, while capturing touch events and/or cursor? I've tried the Xcode tool xcrun simctl io booted recordVideo but that doesn't capture any ...
Shortterm asked 14/3, 2020 at 23:50
11
Solved
I get this error:
xcrun: error: invalid active developer path (/Applications/Xcode.app), missing xcrun at: /Applications/Xcode.app/usr/bin/xcrun
This solution works, but the error occurs again af...
3
Solved
Alternate Titles
(to aid search)
Xcode 'CodeSign error: code signing is required'
Xcode: iPhone app codesign error
/usr/bin/codesign failed with exit code 1
Jenkins fails with Code Sign error
Comm...
Corody asked 19/12, 2012 at 22:30
1
Solved
When I'm running UI tests in parallel on multiple simulators, the cloned simulators appear to be totally invisible to xcrun simctl.
When running xcrun simctl list, the source simulator appears, bu...
Turbine asked 8/10, 2019 at 16:24
1
Solved
I've run unit tests from the command line like this:
xcodebuild \
-resultBundlePath Example.xcresult \
-workspace Example.xcworkspace \
-scheme Example \
-destination "platform=iOS Simulator,n...
1
Solved
The issue is when getting the notarization status after uploading a request
It's like this, I've got an older kernel extension, with the latest mac update notarizing it will be required and I'm tr...
Offence asked 8/8, 2019 at 12:28
5
Solved
I'm using GIT and am trying to push my code and getting the following error when using the Terminal. I don't use XCode, I'm using Android Studio.
The command I tried using was:
git branch Netw...
Planetstruck asked 23/7, 2015 at 6:27
1
Solved
Having an odd Mac OS issue. I'm on a mid-2015 McBkPro running High Sierra 10.13.3.
Haven't coded on a new project in a while (been busy on my last projects for most of the past year); now I tried ...
Aiglet asked 8/4, 2018 at 7:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.