You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing this game a lot and wanted to see if I could help out with any dev efforts, but am having trouble getting the environment set up. I will disclaim I've never used react-native before so I could be missing something very obvious.
I set _useAvertaFont = false and ran yarn ios, but I'm getting the following error:
The following build commands failed:
CpResource /Users/sid/ordinary-puzzles-app/assets/fonts/Averta-Bold.ttf /Users/sid/ordinary-puzzles-app/ios/build/OrdinaryPuzzles/Build/Products/Debug-iphonesimulator/OrdinaryPuzzles.app/Averta-Bold.ttf
CpResource /Users/sid/ordinary-puzzles-app/assets/fonts/Averta-Semibold.ttf /Users/sid/ordinary-puzzles-app/ios/build/OrdinaryPuzzles/Build/Products/Debug-iphonesimulator/OrdinaryPuzzles.app/Averta-Semibold.ttf
CpResource /Users/sid/ordinary-puzzles-app/assets/fonts/Averta-Regular.ttf /Users/sid/ordinary-puzzles-app/ios/build/OrdinaryPuzzles/Build/Products/Debug-iphonesimulator/OrdinaryPuzzles.app/Averta-Regular.ttf
(3 failures)
The text was updated successfully, but these errors were encountered:
I've been playing this game a lot and wanted to see if I could help out with any dev efforts, but am having trouble getting the environment set up. I will disclaim I've never used
react-native
before so I could be missing something very obvious.I set
_useAvertaFont = false
and ranyarn ios
, but I'm getting the following error:The text was updated successfully, but these errors were encountered: