English 中文(简体)
是否有任何人使用过短视仪器在模拟器操作申请档案?
原标题:Does any one have used ios-sim utility to run .app file in Simulator?

如何通过<代码>/Developer50 前往传真。 我顺便说一遍,这有什么错误?

ios-sim launch --verbose --sdk 5.0 --env /Developer50

this does not seems to work.

页: 1 安装了<代码>XCode3.2的名录,XCode4.0XCode4.2。 但是,每当我管理这一用途时,我就只拿PiSimulator 4.0而不是5.0。 我也要向<代码>/Developer而不是/Developer50展示。

请告诉我,什么论点应该由Pitro Simulator转交5.0。

最佳回答

Ok. 我从下面的一段话中解答了。

http://blog.abrahambarrera.me/2010/12/iphonesim.html

感谢亚伯拉罕·巴雷拉。

问题回答

这很旧,但(目前)接受的答复中的博客.abrambarrera.me链接只是一个简单的网页:。 档案。

目前的(截至2013年11月12日)工作电话传真发射器是:

https://github.com/phonegap/ios-sim





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签