使用libarchive进行Apple私有API拒绝 [英] Apple private API rejection with libarchive

查看:102
本文介绍了使用libarchive进行Apple私有API拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 libarchive ,我在iphone中包含了源代码和标题项目。 Apple拒绝了二进制文件说我错误地将私有API用于一堆功能。一个这样的功能是:

I'm using libarchive and I have included the source and headers in my iphone project. Apple rejected the binary saying I've wrongfully used private APIs for a bunch of functions. One such functions is:

archive_read_data

我怎么了?我想保留我的代码,因为它运行良好,但我也想快速接受。我如何解决这个难题?

How am I wrong? I want to keep my code because it works well but I also want a speedy acceptance. How do I solve this dilemma?

PS他们没有回复我亲切的电子邮件。

PS they are not responding to my cordial emails.

推荐答案

由于libarchive是免费软件,最简单的解决方案可能只是将该函数的名称更改为不具备的功能。 t触发误报。

Since libarchive is free software, the easiest solution would probably just be to change the name of that function to something that doesn't trigger false alarms.

这篇关于使用libarchive进行Apple私有API拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆