xcode 该应用程序在 Payload/ (App ID) : number, setNumber 中引用了非公开选择器:
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24935994/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
The app references non-public selectors in Payload/ (App ID) : number, setNumber:
提问by user3873269
I'm trying to load the app, but it gives me this warning:
我正在尝试加载应用程序,但它给了我这个警告:
The app references non-public selectors in Payload/ (App ID) : number, setNumber:
该应用程序在 Payload/ (App ID) : number, setNumber 中引用了非公开选择器:
In the app there are GAI and AAShareBubbles Frameworks.
在应用程序中有 GAI 和 AAShareBubbles 框架。
采纳答案by Matt Fossati
Just got this on 9/11/14 using Xcode6 GM and OSX 10.10. Xcode said the app was not submitted. However I went to itunes connect about 15 minutes later and the binary was in the build section (on the new iTC webpage). Added the build and submitted to Apple. Waiting for Review now!
刚刚在 2014 年 9 月 11 日使用 Xcode6 GM 和 OSX 10.10 得到了这个。Xcode 表示该应用程序未提交。然而,大约 15 分钟后我去了 iTunes Connect,二进制文件在构建部分(在新的 iTC 网页上)。添加构建并提交给 Apple。现在等待审核!
回答by Pallavi Ligade
When I was uploading my binary from xcode 6.0.1 it shows me error,But Again I tried to upload binary from application loader It successfully adding application with Warning of "references non-public selectors in payload number" Just avoid Go to Next.So after few minutes Application status was "Waiting for review"
However as per my point of view,It is better to do upload binary from application loader latest.
当我从 xcode 6.0.1 上传我的二进制文件时,它显示了我的错误,但我再次尝试从应用程序加载器上传二进制文件它成功添加了应用程序并警告“有效载荷编号中的非公共选择器”只是避免转到下一步。所以几分钟后,应用程序状态为“等待审核”,
但根据我的观点,最好从应用程序加载器最新上传二进制文件。
回答by ViliusK
It's just a warning. I guess, it's just to let developer know what non-public selectors app is referencing, before submitting for review.
这只是一个警告。我想,这只是为了让开发人员在提交之前知道非公开选择器应用程序正在引用什么。