Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to render SVG images in iphone without uiwebview?
    primarykey
    data
    text
    <p>I want to render SVG images in iPhone without using a UIWebView. How can I do that?</p> <p>I have checked these 2 links:</p> <p><a href="http://www.splashdust.net/2010/09/svgquartzrenderer-a-basic-iphone-sdk-compatible-svg-renderer/" rel="nofollow noreferrer">http://www.splashdust.net/2010/09/svgquartzrenderer-a-basic-iphone-sdk-compatible-svg-renderer/</a> <a href="https://github.com/splashdust/SVGQuartzRenderer" rel="nofollow noreferrer">https://github.com/splashdust/SVGQuartzRenderer</a></p> <p>The above project on Github shows 102 errors showing UIKit framework missing and others and I are also not able to add that framework. I think the application is for MacOS not for iOS.</p> <p><a href="http://maniacdev.com/2011/05/open-source-library-to-render-svg-graphics-as-core-animation-layers/" rel="nofollow noreferrer">http://maniacdev.com/2011/05/open-source-library-to-render-svg-graphics-as-core-animation-layers/</a><br> <a href="https://github.com/mattrajca/SVGKit" rel="nofollow noreferrer">https://github.com/mattrajca/SVGKit</a></p> <p>The project on the above url shows the error when i build the project.</p> <p>Target specifies product type 'com.apple.product-type.framework', but there's no such product type for the 'iPhoneOS' platform.</p> <p>Does anyone know how to solve that? Or other useful working examples that I can use for that? I want to render SVG's on iPhone.</p> <p>UPDATE: I have got working SVGKit working by reading instructions. But when I tried to make project working which iI downloaded from Github (<a href="https://github.com/splashdust/SVGQuartzRenderer" rel="nofollow noreferrer">https://github.com/splashdust/SVGQuartzRenderer</a> ) I got following errors:</p> <p>1) UIKit/UIKit.h: No such file or directory (I am not able to add it using add existing framework)<br> 2) Libxml/tree.h: No such file or directory<br> 3) Expected specifier-qualifier-listbefore 'xmlParserCtxtPtr'. Does anyone know that how to resolve it and make it work?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload