I am trying to make some adjustments to an app that I haven't touched for a few months.
I am just trying to build the app using xCode and getting this error
I am running the app on my physical device
I have tried doing
Product -> Clean build folder
and
yarn cache clean --force
But the problem persists.
Update I also keep receiving this error
Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7f9a97966130> System content for IBCocoaTouchFramework-ThirteenAndLater <IBScaleFactorDeviceTypeDescription: 0x7f9a9565efe0> scaleFactor=2x'.
It went away when I
But then it just came back
This is my launchscreen
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
When upgrading, you may drag around old simulators no longer available with your current version of Xcode. You can clean these by running this command in Terminal:
xcrun simctl delete unavailable
Quit Xcode first just for good measures. From the documentation:
Delete a device or all unavailable devices.
Installing/Reinstalling Simulators worked!!
Look under (XCode Preferences-> Downloads -> Components)
just delete Xcode and install the newest version from developer.apple.com/download/more .
sudo xcrun simctl shutdown all && sudo xcrun simctl erase all
It helped to fix Jenkins
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With