简体   繁体   中英

How to Install .ipa File on XCode iOS Simulator

I have downloaded an .ipa<\/code> file from an iOS developer for our project.

I have been read the difference between emulator and simulator, which the .ipa<\/code> only able installed on real device and emulator while the .app<\/code> only able installed on simulator. The emulator also mimic the real device's hardware and software while simulator only mimic the software and interface. If those differences above are true, does anyone know how to convert the .ipa<\/code> to working .app<\/code> file? I have been tried changed the .ipa<\/code> to .zip<\/code> by rename it then extract it and last, drag and drop the .app<\/code> file (in the payload folder after extracted) to my simulator but failed, the message is "Please update the app". I also tried the command xcrun simctl install<\/code> but failed. Currently, I am using the Mac with Big Sur and XCode 12. I can't download the project because the project size is very big and my internet too slow for download it, Thank you all

Since you have the ability to run the simulator, You have the ability to have Xcode installed.

Rather than have the developer send you the IPA file, you could get access to the source code for your project (usually this is on a Git service provider) download the source and build the app to the simulator directly.

In a well set up project it shouldn't be hard to clone the repository, maybe run some configuration, then open Xcode and build to the simulator

I have the same problem, and refer to that link before. it seems noway but to buy an iphone test device...

"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM