Page 1 of 1

I have a problem using Magick library on iOS project.

Posted: 2014-10-01T20:57:50-07:00
by zeta520
Environment:
Mac OS X: 10.9.5
Xcode: 5.1.1 (with SDK 7.1) , 6.0.1 (with SDK 8.0)

Hello,
I'm a fresh Magick development.
I am trying to add pre-builded iOS Magick library (6.8.8-9) into my iOS project,
but I got a problem.

When Adding the codes

Code: Select all

    MagickWand * magick_wand_local = NewMagickWand();
it cause lots of [Apple Mach-O Link Error]
Image

Does anyone have had the same problem?

Sinserely.