简体   繁体   English

无法验证模拟器构建。 Facebook审核流程

[英]unable to verify simulator build. Facebook Review Process

As per facebook review process we created a simulator build via command mentioned in there documentation.根据 facebook 审查流程,我们通过文档中提到的命令创建了一个模拟器构建。

when ever tried to verify simulator build.何时尝试验证模拟器构建。 app launches and stuck at launch screen, with any alert "App can't be opened because Apple cannot check it for malicious software"应用程序启动并停留在启动屏幕,并显示任何警告“应用程序无法打开,因为 Apple 无法检查它是否存在恶意软件”

can anyone help us out from here.任何人都可以从这里帮助我们。

As facebook review process fails with a reason and screen shot attached, that build can not be verified由于 facebook 审查过程失败并附有原因和屏幕截图,因此无法验证该构建

Thanks in advance提前致谢

First need to install Command-line App Launcher for Simulator then you can verify simulator build via command首先需要为模拟器安装命令行应用程序启动器,然后您可以通过命令验证模拟器构建

  1. Press Command+Space and type Terminal and press enter/return key.按 Command+Space 并键入 Terminal,然后按 enter/return 键。

    1. Run in Terminal app:在终端应用程序中运行:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" < /dev/null 2> /dev/null ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" < /dev/null 2> /dev/null

    1. and press enter/return key.并按回车键。 If the screen prompts you to enter a password, please enter your Mac's user password to continue.如果屏幕提示您输入密码,请输入您的 Mac 用户密码以继续。 When you type the password, it won't be displayed on screen, but the system would accept it.当您输入密码时,它不会显示在屏幕上,但系统会接受。 So just type your password and press ENTER/RETURN key.所以只需输入您的密码并按 ENTER/RETURN 键。 Then wait for the command to finish.然后等待命令完成。

    2. Run:跑:

    brew install ios-sim冲泡安装ios-sim

    1. Done!完毕! You can now use ios-sim .您现在可以使用ios-sim了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook Review使用实时应用程序处理iOS(没有可用的模拟器) - Facebook Review Process iOS with live app (no simulator build available) 使用RoboVM为Facebook Review创建iOS模拟器构建 - Creating an iOS Simulator Build for Facebook Review with RoboVM 使用Cordova创建iOS模拟器构建以供Facebook审查 - Creating an iOS Simulator Build with Cordova for Facebook review 如何作为模拟器版本提交Vuforia应用程序以供Facebook审查? - How do I submit a Vuforia application for Facebook review as a simulator build? 为facebook提交审核zip创建模拟器构建时出错 - Error in creating simulator build for facebook submission for review zip 无法上载iOS模拟器版本以供Facebook App审核 - Cannot upload iOS simulator build for Facebook App review Xamarin.Forms iOS Simulator Build for Facebook评论 - Xamarin.Forms iOS Simulator Build for Facebook Review 如何生成 iPhone 模拟器构建或 .zip 文件以在 Facebook 中提交以在 iOS 中进行审核 - How to generate iPhone simulator build or .zip file for submit in Facebook for review in iOS 在生成的 iPhone 模拟器构建 .zip 文件中出错,以便在 Facebook 中提交以在 iOS 中进行审核 - Getting error in generated iPhone simulator build .zip file for submit in Facebook for review in iOS 对Facebook审核流程感到困惑 - Confused about Facebook review process
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM