Selenium for iPhone模拟器编译错误

时间:2011-09-13 19:57:09

标签: iphone xcode selenium cocoahttpserver

编译iWebDriver.xcodeproj的代码时出现以下错误

  

错误:没有名称或路径的SDK   '/Users/sqaresources/svn_projcts/trunk/iphone/lib/buildtime-src/cocoahttpserver/iphonesimulator3.2'

还会显示以下警告

  

目标CocoaHTTPServer中缺少SDK:iphonesimulator3.2   缺少目标CocoaHTTPServer中的SDK:iphoneos3.1.2

我正在运行OSX 10.7,Xcode 4.1

如果我能为此问题做些什么,请告诉我。

谢谢

1 个答案:

答案 0 :(得分:0)

要解决该问题,请导航至iphone - > lib - > buildtime-src - > cocoahttpserver - > CocoaHTTPServerLibrary.xcodeproj

在xcode中打开CocoaHTTPServerLibrary.xcodeproj(确保其他实例已关闭)。然后导航到Build settings并将'BaseSDK'更改为'Latest iOS(iOS4.3)'。

这应解决问题.....