I have a problem using Magick library on iOS project.

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
zeta520
Posts: 1
Joined: 2014-10-01T20:27:43-07:00
Authentication code: 6789

I have a problem using Magick library on iOS project.

Post 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.
Post Reply