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
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
I created a blank project and imported BEMSimpleLineGraph via CocoaPods. After putting a single view on the storyboard and setting the class to "BEMSimpleLineGraphView" I got the following errors.
I solved it by uncommenting use_frameworks! in my Podfile, as suggested on StackOverflow.
I would recommend mentioning this in the README because this error prevents the storyboard from showing you those yellow triangles that allow you to correct the position of a view "which will be at a different position at runtime."
The text was updated successfully, but these errors were encountered:
I created a blank project and imported BEMSimpleLineGraph via CocoaPods. After putting a single view on the storyboard and setting the class to "BEMSimpleLineGraphView" I got the following errors.
I solved it by uncommenting
use_frameworks!
in my Podfile, as suggested on StackOverflow.I would recommend mentioning this in the README because this error prevents the storyboard from showing you those yellow triangles that allow you to correct the position of a view "which will be at a different position at runtime."
The text was updated successfully, but these errors were encountered: