Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails trying to copy Averta fonts #22

Open
sidsethupathi opened this issue Feb 9, 2020 · 2 comments
Open

Build fails trying to copy Averta fonts #22

sidsethupathi opened this issue Feb 9, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@sidsethupathi
Copy link

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)
@sidsethupathi
Copy link
Author

I got the build to work by copying Inter-SemiBold.otf into Averta-Bold.ttf, Averta-Semibold.ttf, and Averta-Regular.ttf but that seems like hack

@mmazzarolo
Copy link
Owner

Hey @sidsethupathi !
Good catch, I think that's an issue that needs to be solved.

You workaround is a good one for now 👍

I'll keep the issue open, thanks for reporting.

@mmazzarolo mmazzarolo added the bug Something isn't working label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants