Skip to content

XCode14打包上传警告 #416

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

Closed
kylechandev opened this issue Sep 15, 2022 · 4 comments
Closed

XCode14打包上传警告 #416

kylechandev opened this issue Sep 15, 2022 · 4 comments
Labels
bug Something isn't working.

Comments

@kylechandev
Copy link

升级XCode到14后,打包上传appstore最后报了个警告:
The app references non-public selectors in Payload/xxx.app/Frameworks/Qiniu.framework/Qiniu: lookup:

之前在13的时候没问题,版本是8.4.4

@bachue bachue added the bug Something isn't working. label Sep 15, 2022
@YangSen-qn
Copy link
Contributor

@kylechandev 能提供下更详细的信息吗?比如 lookup 后面的信息。

@kylechandev
Copy link
Author

完整的信息就是这样的,我google了一下应该是函数名和apple内部的某个私有方法重名了,我是用的cocoapods集成的,然后unlock了一下file,把所有lookup的函数名改成了lookupQINIU这个警告就消失了。因为这个警告最终提交applestore审核的话会被拒,理由就是使用了非公开的函数

@YangSen-qn
Copy link
Contributor

@kylechandev

好的,感谢您的反馈!!!

@bachue
Copy link
Contributor

bachue commented Oct 27, 2022

v8.5.0 里已经解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants