marforic / imagemagick_lib_iphone

Scripts and instructions to compile ImageMagick as a static library to use in any iOS project
314 stars 71 forks source link

App Store submission not validated because of non-public API usage #12

Closed sarperdag closed 10 years ago

sarperdag commented 10 years ago

Because ImageMagick uses a non-public symbols (_NSGetEnviron), we can't submit the app to the App Store. Can you please check this?

screen shot 2014-06-04 at 12 30 46

marforic commented 10 years ago

I think I know where it comes from. Will check tonight and issue a fix if it is what I think it is.

~C

sarperdag commented 10 years ago

Thanks, greatly appreciated!

sarperdag commented 10 years ago

By the way, I lived and studied in Como for 2 years!! :) Great place!

marforic commented 10 years ago

Can you pull the latest version and re-compile and let me know if it works? Or do you use the compiled versions (that might take a bit longer to push to IM ftp server).

Nice! Hope you enjoyed, I'm now living in Switzerland, though, in Zurich ;)

sarperdag commented 10 years ago

Thanks, is this update also reflected to cocoapods?

marforic commented 10 years ago

If they compile from my script, yes, otherwise I do not think so. Write me an e-mail, I'll pass you the latest library.

sarperdag commented 10 years ago

Hello, already sent you an email :)

sarperdag commented 10 years ago

Issue solved. Closing.

AcidicSkittles commented 10 years ago

I'm having this problem now. Can you please state how you fixed it? I'm using cocoa pods to integrate image magick in my project. Cannot submit to appstore due to calls to _NSGetEnviron

marforic commented 10 years ago

Recompile the library yourself until cocoapods gets the latest.

~C

On Saturday, June 14, 2014, Derek notifications@github.com wrote:

I'm having this problem now. Can you please state how you fixed it? I'm using cocoa pods to integrate image magick in my project. Cannot submit to appstore due to calls to _NSGetEnviron

— Reply to this email directly or view it on GitHub https://github.com/marforic/imagemagick_lib_iphone/issues/12#issuecomment-46077549 .

System Security Group ETH Zurich CNB F 100.5 Universitätsstrasse 6 8092 Zurich SWITZERLAND

Phone: +41 44 633 76 99 E-Mail: maclaudi@inf.ethz.ch Web: http://www.syssec.ethz.ch/people/maclaudi

AcidicSkittles commented 10 years ago

Right, I have tried to compile from scratch using your scripts, but I have a problem where it does not work properly. After running all.sh it outputs a target folder with a bunch of empty sub folders inside of it and then exits. I'm certain I have the delegates in the right place and the correct folder structure. Is there any way you can upload to image magick's ftp the new compiled libraries or pass them my way too?

marforic commented 10 years ago

Latest version uploaded on magic's FTP (get it from there directly, don't know if pods do caching or not) - Please reopen a new issue next time! :)

AcidicSkittles commented 10 years ago

That seems to have done the trick. I cleared my pod cache and installed it. Thanks man, I really appreciate it :+1: