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
it should, but from your log, it's libSwift dylib is missing on your device, I don't know where it comes from. As long as you have swift code, libSwift will be bundled by Xcode automatically. It's the first time I saw this error. You might want to check your build settings as well.
Ask on Stack Overflow or pod site to get better support.
podfile like this:
The TextFM is a Dynamic Library
code like this:
Then, it built success.(When TextFM is a Static Library, it failed.)
But
When I run,
My solution
Download Charts code,drag into TextFM,and link charts.framework,it works!
Question
Can pod support framework too?
The text was updated successfully, but these errors were encountered: