skip to Main Content

React Native or Xcode: unable to find utility "instruments", not a developer tool or in PATH

xcrun: error: sh -c '/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find instruments 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "instruments", not a developer tool or in PATH Posting this because on…

VIEW QUESTION

Xcode – no XCFramework found

There is no XCFramework found at '/Users/alexanderchoi/Desktop/VaxPass/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework'. I am getting this error when I run. I have done pod deintegrate and pod install and my pods seem there. The frameworks are red, which is a bit weird but maybe because…

VIEW QUESTION

Xcode 13 beta: "xcrun: error: Failed to locate 'instruments'"

Please note, I'm looking for /Applications/Xcode.app/Contents/Developer/usr/bin/instruments util (lower-case), not the Instruments app which can be found in Xcode.app/Contents/Applications. I have both Xcode12 and Xcode13-beta-5 on my computer. When run xcrun instruments -w <device id>, Xcode13 says xcrun: error: Failed to…

VIEW QUESTION

Xcode – Fetch data from server swiftUI

I need to fetch data before view loads and display the data in a button text. Locations.swift class GetLocations :ObservableObject{ @Published var arrLocations = NSArray() func getLocNames(Action:String, Id: String, completion: @escaping (NSArray) -> Void){ //fetch data from server let session…

VIEW QUESTION
Back To Top
Search