Skip to content

SVGKImage.ImageWithData is crashing in iPhone (Real device) #7

Description

@potterrone12

Following lines of code is working in iPhone simulator
but when run in real device (iPhone) getting crash.

// convert sting to SVGKImage
var dataForSvg = NSData.FromString(svgString);
SVGKImage image = SVGKImage.ImageWithData(dataForSvg);

Error:
Foundation.MonoTouchException has been thrown
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: +[NSCharacterSet SVGWhitespaceCharacterSet]: unrecognized selector sent to class 0x1b4d58380

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions