FRHyperLabel icon indicating copy to clipboard operation
FRHyperLabel copied to clipboard

CocoaPods not up to date

Open codeninja88 opened this issue 7 years ago • 2 comments

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?

codeninja88 avatar Jan 23 '18 05:01 codeninja88

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

Shoshin23 avatar Jan 25 '18 12:01 Shoshin23

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.

codeninja88 avatar Jan 25 '18 14:01 codeninja88