Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install System/Other apps on iphone simulator

By default when we start iPhone simulator it has only few apps installed. Is it possible to install other system apps (such as phone, text, map etc) OR or other native apps (such as facebook etc) on my simulator?

like image 436
theiOSguy Avatar asked Mar 29 '26 00:03

theiOSguy


2 Answers

Nope. Different architectures—native apps are built for an ARM CPU, simulator apps for an x86 one. The binaries are totally incompatible.

like image 119
Noah Witherspoon Avatar answered Apr 02 '26 05:04

Noah Witherspoon


This is not possible at the moment.

like image 35
Iñigo Beitia Avatar answered Apr 02 '26 05:04

Iñigo Beitia