Xcode – Cannot install json gem on Mac
I'm not able to install json gem on my M1 MacBook. This is the command I'm running. sudo gem install json -v '2.6.2' This is the error I'm getting. I'm guessing it because it's picking up Xcode 14.1 Beta 3,…
I'm not able to install json gem on my M1 MacBook. This is the command I'm running. sudo gem install json -v '2.6.2' This is the error I'm getting. I'm guessing it because it's picking up Xcode 14.1 Beta 3,…
I'm using M1 chip and xCode 13.4.1. I get the following React Native error while executing the app in the simulator: The following build commands failed: PhaseScriptExecution [CP-User] Generate Specs /Users/Ibra/Library/Developer/Xcode/DerivedData/Mario-girhlsdkqiibhqhflwlyrybpo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-46EB2E110.sh (in target 'FBReactNativeSpec' from project 'Pods') (1 failure) The…
i'm implementing a youtube player in my flutter app and when i run it the build will fail and it throws deprication error. i'm currently using macbook mid 2012, so i can not use latest version of x code. my…
Context I have a SwiftUI View which gets initialised with a ViewModel (Observable Object). This ViewModel itself has a Generic Type. I am now trying to use the Generic Type of the ViewModel inside the View itself, however, can't get…
I have project with Swift and ObjC files inside. After updating to Xcode 14 I have reached problem with PO printing error only during debugging in swift files. In ObjC files PO works great Tried: clean DerivedData reinstall Xcode download…
I've downloaded AppCode for iOS development. For my personal project I've a bunch of simulator to chose from. But for a work project there is no simulator but only "Add Configuration" (image attached below) I've already tried a bunch of…
I am using Firebase as a part of my App, after installing firebase_core: ^1.22.0 & cloud_firestore: ^3.4.9 the Running Xcode build is taking between 15 to 20 min. while earlier it was taking 1 to 3 min. only, the same…
When I archive my iOS app in xCode for uploading to the Apple appstore it stopped gettign the right version number and build number: My pubspec.yaml has the right numbers: version: 1.0.9+11 And it looks right in xCode but not…
I'm trying to do Hot Reload when running flutter code from xcode but nothing I seem to do works. I see a console within xcode. I can see my logs there but I don't see the normal "Flutter run commands"…
Our game uses the NiceVibrations plugin for haptic feedback, and the Facebook Unity SDK for user login. After updating the Facebook Unity SDK to version to 13.2.0, we are suddenly getting a Parse Error in Xcode. It marks these 3…