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
Remove use_frameworks! from podfile to make SwiftIcons (and all other libs) included as static libraries. The project correctly compiles, but it will crash as soon as the app attempts to call any of available setIcon() methods.
Remove
use_frameworks!from podfile to make SwiftIcons (and all other libs) included as static libraries. The project correctly compiles, but it will crash as soon as the app attempts to call any of available setIcon() methods.