WACK的问题(在本地PC上传递,在商店提交时失败) [英] Issues with WACK (passes on local pc, fails on store submit)

查看:79
本文介绍了WACK的问题(在本地PC上传递,在商店提交时失败)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我目前在提交应用商店时遇到了一些问题。

我已在本地运行WACK并且它没有问题地通过,但是当我尝试提交它时我收到以下错误




    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_aggregate_context。 BingelRaketPupil.dll调用此API。

    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_aggregate_count。 BingelRaketPupil.dll调用此API。

    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_backup_finish。 BingelRaketPupil.dll调用此API。

    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_backup_init。 BingelRaketPupil.dll调用此API。

    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_backup_pagecount。 BingelRaketPupil.dll调用此API。

    • 此应用程序类型不支持e_sqlite3.dll中的API sqlite3_backup_remaining。 BingelRaketPupil.dll调用此API。



  • e_sqlite3中的API sqlite3_backup_step此应用程序类型不支持.dll。 BingelRaketPupil.dll调用此API。 (在e_sqlite3.dll中有更多
    API ...)

但是在我的代码库或配置文件中没有对sqlite的引用。

这是一个已知问题,解决/调试这个问题的最佳方法是什么?
b $ b或者有人更适合联系这个问题吗?


解决方案


根据错误消息,主要原因可能是BingelRaketPupil.dll。您的项目中是否有使用  BingelRaketPupil.dll的第三方库? 


最好的问候,


Roy


Hi,

I am currently having some issues with my app store submission.
I have ran the WACK locally and it passed without issues, however when i try to submit it i get the following error

    • API sqlite3_aggregate_context in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
    • API sqlite3_aggregate_count in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
    • API sqlite3_backup_finish in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
    • API sqlite3_backup_init in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
    • API sqlite3_backup_pagecount in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
    • API sqlite3_backup_remaining in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.
  • API sqlite3_backup_step in e_sqlite3.dll is not supported for this application type. BingelRaketPupil.dll calls this API.(Followed by a lot more API's in the e_sqlite3.dll...)

However there is not a single reference to sqlite in my code-base or configuration files.
Is this a known issue, and what would be the best way to resolve/debug this?
Or is there someone better suited to contact with regard to this issue?

解决方案

Hi,

Based on the error message, the main cause might be the BingelRaketPupil.dll. Are there any third party libraries in your project that uses BingelRaketPupil.dll? 

Best regards,

Roy


这篇关于WACK的问题(在本地PC上传递,在商店提交时失败)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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