I use React Native for my dayjob, which was working fine until I did my first restart after downloading Big Sur. Now XCode crashes on load, and running yarn run ios only launches the Simulator and the app fails to compile. When I open XCode, it looks like this every time.
I have tried:
uninstalling and reinstalling XCode.
deleting Derived Data.
deleting the Workspace file and pod installing to regenerate it.
deleting the xcuserdata file.
Is there anything else I can do before I have to bite the bullet and spend ages downgrading back to Catalina?
Related
xcode is stuck at opening project. I have tried reinstalling and deleting the library/developer files. Nothing works. It only shows the rainbow spinning ball and stuck forever. Xcode version 13 and macOS Ventura 13.1
I have tried reinstalling and deleting the library/developer files.
My xcode stopped working properlly and I don't know why.
By launching my flutter project in Xcode today da loading runner is infinity and app does not respond anymore.
This happens with any project even if i start a new project the problem is the same.
Can you help please ?
(I reinstalled Xcode 14.2 the problem is the same)
Issue image
I already tried to delete cache files, reboot the mac, reinstall xcode.
Nothing worked
I had the same problem, only opened the project after disabling iCloud
I'm trying to build the release variant to run on my device in XCode. It's a react native app, and the debug variant works fine.
When building the release variant, XCode gets stuck on the indexing. I get "Indexing paused". I don't see any errors.
I tried deleting the DerivedData folder, I cleaned the build folder a couple times, I even deleted the xcuserdata folder in the .xworkspace-file. Nothing helps, it just keeps failing.
Did anyone encounter this problem before and has a solution for me? I was reading something about errors in the app that block the indexing, but when running the app in debug mode, I don't get any errors.
I'm having problems archiving an iOS Swift application since the last Xcode update (Xcode 7.3), the application builds and runs correctly in debug mode but as soon as I try to archive it I get the following error:
No such module "RealmSwift"
Although it references RealmSwift it fails randomly importing this or any other pod.
The most strange point is that downgrading to Xcode 7.2.1 and Command Line tools 7.2 doesn't fix the problem.
I've clean Cocoapods cache, completely removed ~/Library/Developer folder, removed my Pods folder within the project folder. Even trying to archive with a different machine doesn't work. I rolled back to a version of the app released on Crashlytics and therefore successfully archived in the past with the same result.
Any thoughts about what could be wrong?
When I try to run my app on iOS Simulator (I am running Xcode 5.1.1) it fails to install my app. After cleaning the project it runs as it should, but I have to clean my project every time I want to run it on simulator and cleaning and building all the files from a big project is a pain. Thanks in advance
Try to reset your simulator and then check. May be it will work.