We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
升级XCode到14后,打包上传appstore最后报了个警告: The app references non-public selectors in Payload/xxx.app/Frameworks/Qiniu.framework/Qiniu: lookup:
The app references non-public selectors in Payload/xxx.app/Frameworks/Qiniu.framework/Qiniu: lookup:
之前在13的时候没问题,版本是8.4.4
8.4.4
The text was updated successfully, but these errors were encountered:
@kylechandev 能提供下更详细的信息吗?比如 lookup 后面的信息。
Sorry, something went wrong.
完整的信息就是这样的,我google了一下应该是函数名和apple内部的某个私有方法重名了,我是用的cocoapods集成的,然后unlock了一下file,把所有lookup的函数名改成了lookupQINIU这个警告就消失了。因为这个警告最终提交applestore审核的话会被拒,理由就是使用了非公开的函数
@kylechandev
好的,感谢您的反馈!!!
在 v8.5.0 里已经解决
No branches or pull requests
升级XCode到14后,打包上传appstore最后报了个警告:
The app references non-public selectors in Payload/xxx.app/Frameworks/Qiniu.framework/Qiniu: lookup:
之前在13的时候没问题,版本是
8.4.4
The text was updated successfully, but these errors were encountered: