iphone - Possible to Run iOS Apps on PC -


is possible run ios apps directly on mac os? windows? or have use virtual machine? searched around , found people saying need use virtual machine. reason this: want automate behavior on app on iphone, , think faster on pc.

the ios sdk accesses hardware of iphone/ipad. it's specific hardware not available on other device. cpu different, display, device buttons, sensors , phone specific stuff...

the simulator simulates hardware, still needs different compile , can not execute ios bundle not simulate arm cpu architecture.

that said, not make sense automated test on platform target platform, app might have different errors , behavior.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -