FRHyperLabel
FRHyperLabel copied to clipboard
CocoaPods not up to date
I had a few issues with my project in the clickable areas being offset from the actual text it relates to. After much troubleshooting, it was discovered that if I manually add the FRHyperLabel project files to my own project and include the bridging header then everything seems to work as expected. I think possibly the CocoPods is out of date?
Hi @codeninja88, I'm having a very similar problem, how did you add the files manually? Did you just copy all the FRHyperlabel files? or did you copy something specific?
Thanks
Pretty much. I copied the folder containing the header and implementation (.h , .m) files across as well as the bridging header. I don’t have my laptop in front of me now but I’m pretty sure they were to the root level of the project. Then I added the path to the bridging header in the project’s build settings under Objective-C Bridging Header. Also, make sure your remove the pod from your podfile and then re-run pod install to remove the old files.