Search found 1 match

by webmastx
2013-03-28T02:51:47-07:00
Forum: Developers
Topic: xcode shows error “magick/magick-config.h” file not found
Replies: 1
Views: 4021

xcode shows error “magick/magick-config.h” file not found

I'm using ImageMagick for my iphone app and it's working perfect on Devices and Simulator but when I tried archiving it,Xcode show me an error "magick/magick-config.h" file not found" in MagickWand.h file.

#if !defined(_MAGICKWAND_CONFIG_H)
# define _MAGICKWAND_CONFIG_H
# if !defined(vms ...