简体   繁体   English

如何在模拟器或真机上安装ipa文件?

[英]How to install ipa file on simulator or real device?

I have ipa file and I can extract the app file if I dragged and drop the app file to simulator it's crashing in the landing page, Whenever I'm dragging the ipa file to device and simulator manager I'm unable to install it for both simulator and real ios我有ipa文件,如果我将应用程序文件拖放到模拟器,我可以提取应用程序文件,它会在登录页面中崩溃,每当我将 ipa 文件拖到设备和模拟器管理器时,我都无法同时安装它模拟器和真正的ios

However, when I am using same ipa file with BrowserStack it's installing the ipa without any problem and its working fine.但是,当我在 BrowserStack 中使用相同的ipa文件时,它安装ipa没有任何问题并且工作正常。

I am not sure what I'm missing我不确定我错过了什么

What is the correct follow of installing the ipa/app file for both emulator and simulator?为模拟器和模拟器安装 ipa/app 文件的正确步骤是什么?

在 iOS 模拟器上安装应用程序:

xcrun simctl install <Simulator ID> <Path to .ipa>

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

相关问题 "如何在 XCode iOS 模拟器上安装 .ipa 文件" - How to Install .ipa File on XCode iOS Simulator 如何在 ios 模拟器中安装 IPA? - How to install IPA in ios simulator? 如何从 Expo 构建生成 a.ipa 文件并将其侧载到真实设备上? - How to generate a .ipa file from Expo build and sideload on to real device? 反应原生如何为 iphone 真实设备生成 .IPA 文件 - react native how to generate .IPA file for iphone real device Appium无法在模拟器中安装ipa文件 - Appium cannot install ipa file in simulator 如何在iOS中为模拟器和设备(IPA)构建框架 - How to build a framework in iOS for simulator and device (IPA) 如何在ios 7.0模拟器上安装IPA - how to install an IPA on ios 7.0 simulator 能够使用.app文件启动appium检查器并通过模拟器运行该应用程序,但无法通过真实设备上的.ipa文件执行相同操作 - Able to start appium inspector and run the app over simulator using a .app file, but unable to do the same through a .ipa file over a real device 如何在真实设备上安装 XCUITest runner 应用程序和 ipa 并获取结果? - How do I install the XCUITest runner app and ipa on a real device and get the results? 无法安装。 带有appium的iOS真实设备中的ipa - Cannot install. ipa in iOS real device with appium
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM