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 have met some problems when implementing fontawesome 6 pro.
This is an overview of my setup. I use Swift UI and Xcode 14.3 (ios 16.0)
I move all fonts into this folder "fonts" in my main project
Already added it to plist file
Load font in AppDelegate
After all, it work with: AwesomePro.Duotone.house.image.size(32)
Some cases of .Light .Brand is still working
but no one of .Solid work and show that error
Is there a fault in my config or some but in this package? I have a lot of time but can't find the problem
The text was updated successfully, but these errors were encountered:
I have met some problems when implementing fontawesome 6 pro.
This is an overview of my setup. I use Swift UI and Xcode 14.3 (ios 16.0)
After all, it work with:
AwesomePro.Duotone.house.image.size(32)
Some cases of
.Light .Brand
is still workingbut no one of
.Solid
work and show that errorIs there a fault in my config or some but in this package? I have a lot of time but can't find the problem
The text was updated successfully, but these errors were encountered: