Posts

Post not yet marked as solved
1 Replies
1.3k Views
I'm building a React Native project and it seems that at least once a week when I start my project from Visual Studio Code it gets stuck building. Then when I try and open the project in Xcode it gets stuck in the infinite loading screen like the attached image. I end up having to delete and reinstall Xcode, which takes a good amount of time since it's such a large application. What could be going on here? Is there a way I can troubleshoot this without reinstalling Xcode every time, perhaps a way to clean the build cache without opening the project in Xcode?
Posted Last updated
.
Post not yet marked as solved
0 Replies
762 Views
I've been trying to add a custom .ttf font in my React Native project but Metro keeps telling me it's an "Unrecognized font family" in the iOS simulator. I followed an article where I created a Font group in Xcode, added the font files there, updated my Info.plist file with the fonts to use, and tried restarting my React Native build. This also didn't work. I’ve checked my Info.plist file and the names there match the filenames of the fonts (which matches the postscripts just to be safe). I know this isn’t a React Native forum, but what could be causing my fonts to not be working with iOS?
Posted Last updated
.
Post not yet marked as solved
3 Replies
769 Views
It’s hard to explain, but once I added a connection from my sign in button to my sign in screen the notch area on the storyboard isn’t shown anymore, now it’s the sign in page, and there appears to be a white page in the background at the top of this page with the notch now being blacked out. When I run this in storyboard some of the text fields are missing and aren’t formatted correctly. I know that was a lot, but has anyone else had this problem/know how to fix it?
Posted Last updated
.