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
Hi,
After doing all the steps for installation Swiftplot in my project,
I installed freetype lib with brew
and still getting the error as shown in the screenshot.
Plese help ! as I am stuck ...
The text was updated successfully, but these errors were encountered:
The error says that you're trying to build for iOS, but the freetype dylib is built for macOS. Freetype is used by the AGGRenderer. This does not have support for iOS right now. For iOS you can use the QuartzRenderer.
To build swiftplot itself for iOS, you need to make a change to the Package.swift file as mentioned here:
yes thanks @KarthikRIyer ,was not able to edit the Package.swift as added the libaray as dependency , have to do that as you suggested will check this out how to add it as local dependency then will be able to do that.
Hi,
After doing all the steps for installation Swiftplot in my project,
I installed freetype lib with brew
and still getting the error as shown in the screenshot.
Plese help ! as I am stuck ...
The text was updated successfully, but these errors were encountered: