Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sarperdag opened this issue Jun 4, 2014 · 13 comments
Closed

Comments

@sarperdag
Copy link

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
Copy link
Owner

marforic commented Jun 4, 2014

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
Copy link
Author

Thanks, greatly appreciated!

@sarperdag
Copy link
Author

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

@marforic
Copy link
Owner

marforic commented Jun 4, 2014

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
Copy link
Author

Thanks, is this update also reflected to cocoapods?

@marforic
Copy link
Owner

marforic commented Jun 4, 2014

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
Copy link
Author

Hello, already sent you an email :)

@sarperdag
Copy link
Author

Issue solved. Closing.

@AcidicSkittles
Copy link

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
Copy link
Owner

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
#12 (comment)
.

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
Copy link

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
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants