2012-11-22 154 views

回答

1

你檢查過WaxSim嗎?這是一個運行模擬器的命令行應用程序。我聽到過有關它不適用於Mac OSX 10.8的各種噪音,但他們現在可能已經解決了這個問題。

https://github.com/square/waxsim

+0

我剛剛發現這個。它被稱爲ios-sim https://github.com/downloads/pegli/ios-sim/ios-sim-xcode4.3.tar.gz 它運行順利,但應用程序去在發射後在背景中。我需要在前臺開始我的UI測試 – Claus

+0

btw waxsim給出這個錯誤: dyld:庫未加載:@ rpath/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient 引用自:/ Users/MyMac/Desktop /。/waxsim 原因是:image not found Trace/BPT trap:5 – Claus

0

IOS-SIM(https://github.com/phonegap/ios-sim)工作正常。只要確保構建應用程序的調試版本,否則它將在部署後進入後臺。

相關問題