smittytone / FontWrangler

Install a selection of OpenType and TrueType files on an iPad or iPhone
https://smittytone.net/fontismo/
MIT License
5 stars 2 forks source link

How do I compile? Can I change it to a local demo? The following is a compilation error #1

Closed zorro0799 closed 3 years ago

zorro0799 commented 3 years ago

Build input file cannot be found: '/Users/smitty/OneDrive/Programming/mnu/Secrets.swift' /Volumes/BackupPlus/mac/developer/ios/swift/FontWrangler-master/FontWrangler/FontWrangler/FeedbackViewController.swift:120:48: Cannot find 'MNU_SECRETS' in scope

smittytone commented 3 years ago

This repo contains just source code, not data, fonts or graphics. You'll have to add these yourself, replacing the file references to files of your own.

zorro0799 commented 3 years ago

Thank You