• 玩家设计玩法,以一个触发事件为例, 系统提供了触发条件 n 个,触发效果 m 个,每个条件类型和效果类型都是独立,那设计出来的触发事件可能有 2n+m中可能,这种怎么正交组合?

  • 模拟器运行 app 出错,求解 at 2014年09月05日

    @monkey 是 build 的包不对么 build 指令格式
    xcodebuild -sdk iphonesimulator7.0 -configuration Debug -target XyqMobile -arch armv7s

  • 模拟器运行 app 出错,求解 at 2014年09月05日

    客户端的 Traceback 信息

    Traceback (most recent call last):
      File "/Users/game-ns/Desktop/ios_simple.py", line 23, in <module>
        'deviceName': 'iPhone Simulator'
      File "/usr/local/lib/python2.7/site-packages/appium/webdriver/webdriver.py", line 35, in __init__
        super(WebDriver, self).__init__(command_executor, desired_capabilities, browser_profile, proxy, keep_alive)
      File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 73, in __init__
        self.start_session(desired_capabilities, browser_profile)
      File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 121, in start_session
        'desiredCapabilities': desired_capabilities,
      File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 173, in execute
        self.error_handler.check_response(response)
      File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 164, in check_response
        raise exception_class(message, screen, stacktrace)
    selenium.common.exceptions.WebDriverException: Message: u'A new session could not be created. (Original error: Instruments never checked in)' 
    
  • 模拟器运行 app 出错,求解 at 2014年09月05日

    @monkey 不行的 放大招 重启电脑 也不行....提示 “iOS 模拟器” 未能安装此应用程序。

  • 模拟器运行 app 出错,求解 at 2014年09月05日

    @monkey 用的是 debug 签名 ~

  • 模拟器运行 app 出错,求解 at 2014年09月05日

    @monkey code 用的是上面贴的,app 若是用 simple 里的 app(Testapp)是可以的,但是若换成我自己的 app 就不行了 “iOS 模拟器” 未能安装此应用程序。

  • 模拟器运行 app 出错,求解 at 2014年09月05日

    @monkey 需要哪些信息?

    系统版本:os x 10.8.5
    appium 是最新版本的
    appium-doctor ios checks 是没有错的
    运行 simple-code 也可以正常运行 ,但是用不是 simple-code 里的 app 就报错了

  • 同求解

  • 模拟器运行 app 出错,求解 at 2014年09月03日

    @monkey 不好意思,已改 愿求解...

  • @lijiarui22 hi 这个问题怎么解决的?