Ive noticed that the project.pbxproj are really not located at the workspace, but can be found on /app and /sdk
If I change the project.pbxproj location on react-native.config.js and when I run “npx react-native link” I face this error
info Linking assets to ios project
warn Group ‘Resources’ does not exist in your Xcode project. We have created it automatically for you.
error Linking assets failed.
TypeError: Cannot read properties of null (reading ‘UIAppFonts’)
Hi saghul, thanks for the tip. Do you suggest some specific manual? Im trying do include this font in many ways without success…
I already build the project in both Android and iOS versions and its flowing amazing. Indeed Im getting used to the project now, and soon Ill try to contribute at the main project!