nicklockwood / FXPageControl

Simple, drop-in replacement for the iPhone UIPageControl that allows customisation of the dot colour, size and spacing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to render instance of FxPageController

ilkererdemsen opened this issue · comments

Hello.
Failed to render instance of FxPageController: Failed to load designables from path (null)

What do you think the cause of the error?

Hello,
You need to install Cocoapods 0.36 beta and add use_frameworks! to your Podfile --> see CocoaPods/CocoaPods#2792 and http://swiftwala.com/cocoapods-is-ready-for-swift/

Same problem. @Benoit42 looks like this will work only for iOS8+:

ld: warning: embedded dylibs/frameworks only run on iOS 8 or later

hello sir,
I am using a JAMSVG frame for displaying the svg format files.
but when i am using inkscape created svg file the file when loaded in JAMSVGImageVIew doesn't load properly it contains an black background defaultly and all the text from the file is invisible
Please help me with this
Thank You