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
Can you give me a workaround for this? I tried copying icomoon.ttf into various places in the Pod/. but that did not help
func registerFont(){
let bundle = Bundle(for: PhotoEditorViewController.self)
let url = bundle.url(forResource: "icomoon", withExtension: "ttf")
// Fatal error: Unexpectedly found nil while unwrapping an Optional value
guard let fontDataProvider = CGDataProvider(url: url! as CFURL) else {
return
}
The text was updated successfully, but these errors were encountered:
Can you give me a workaround for this? I tried copying icomoon.ttf into various places in the Pod/. but that did not help
// Fatal error: Unexpectedly found nil while unwrapping an Optional value
guard let fontDataProvider = CGDataProvider(url: url! as CFURL) else {
return
}
The text was updated successfully, but these errors were encountered: