简体   繁体   English

iOS模拟器未启用“记录”按钮

[英]The Record Button is not Enabled With iOS Simulator

I've installed Monkeytalk on my machine, it has OS X 10.8.5 我已经在计算机上安装了Monkeytalk,它具有OS X 10.8.5

I had a successfully run an automatized test on Android with Monkeytalk, so I moved on X Code 5.0.2. 我已经使用Monkeytalk在Android上成功运行了自动化测试,因此我选择了X Code 5.0.2。 Created a sample application (iOS 7.0), added the required targets, changed the Schema name too. 创建了一个示例应用程序(iOS 7.0),添加了必需的目标,还更改了架构名称。 Also added into Buid Phases the required libraries, mentioned here , as well as the Build Settings' Other Linker Flag option ( -all_load ). 还将在此处提到的必需库以及“构建设置”的“其他链接器标记”选项( -all_load )添加到了“构建阶段”。 Now, I can successfully build the app to the new Monkey target, appears on the simulator correctly. 现在,我可以成功地将应用程序构建到新的Monkey目标,并正确显示在模拟器上。 But after selecting the iOS Simulator in the Monkeytalk IDE, however the console's output is "Connected to Device: iOS Simulator", the record button is not enabled. 但是,在Monkeytalk IDE中选择iOS模拟器后,但是控制台的输出为“ Connected to Device:iOS Simulator”,则未启用记录按钮。

I've watched the tutorial video about running Monkeytalk on iOS simulator too, the linker flag mentioned there is -all_load lstdc++ if I understood correctly (the quality of the video wasn't the best and I could not read the line). 我也看过有关在iOS模拟器上运行Monkeytalk的教程视频,如果我理解正确的话,链接器标记还提到了-all_load lstdc++ (视频质量不是最好的,我看不懂该行)。 Did you ever get this problem? 你有没有遇到这个问题?

Edit: I've tried to run via networked device, the Monkeytalk is successfully connected to the device, but the record button is still not enabled. 编辑:我试图通过联网的设备运行,Monkeytalk已成功连接到该设备,但仍未启用记录按钮。

Did you get message in XCode's log output like the last photo of Installing the MonkeyTalk iOS Agent ?(Sorry, I don't get the permission to attach images here yet) 您是否在XCode的日志输出中收到消息,如安装MonkeyTalk iOS代理的最后一张照片?(对不起,我尚未获得在此处附加图像的权限)

If not, make sure you added all the required libraries into Buid Phases and run in CORRECT target first(I met this problem once because of this :<). 如果没有,请确保已将所有必需的库添加到“构建阶段”并首先在正确的目标中运行(由于这个原因,我遇到了这个问题:<)。 Then you can check the log output and google these messages for help. 然后,您可以检查日志输出并在Google上搜索这些消息以寻求帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM