Iphone 单元测试错误:Google toolBox 拒绝权限
我按照许多教程为 Iphone 设置了一个单元测试项目,但在构建项目时总是遇到相同的“权限被拒绝”错误。
这就是我所做的:
获取 Iphone 单元测试的最新源
按照说明设置单元测试框架(创建一个新项目,添加一个新目标,将必要的工具箱文件复制到我的项目中,将脚本添加到我的目标等)
构建项目(模拟器关闭)
我期望: 在 0.001 (0.001) 秒内执行了 0 次测试,有 0 次失败(0 次意外)
但出现以下错误:
/vdaTest/Calculation/build/Calculation.build/Debug-iphonesimulator/unitTest.build/Script-7BDF2E1A10172C2000279979.sh: line 2:/vdaTest/googleToolBox/RuniPhoneUnitTest.sh:权限被拒绝
我正在使用此版本的工具箱: 修订版 158:/trunk
开启: Mac OS X 版本 10.5.7
我正在使用 Xcode 3.1.3 和 Iphone 模拟器 3.0
我已经在此处和 google 上搜索该错误,但我没有找到任何内容...任何帮助将不胜感激!
谢谢, 文森特.
I followed many tutorial to set up a unit testing project for Iphone but i always get the same "permission denied" error when i build the project.
Here is what i do :
Get the latest source for Iphone Unit Testing
Follow the instruction to set up the unit testing framework (Create a new project, add a new target, copy the necessary toolbox files into my project, add the script to my target, etc)
Build the project (Emulator closed)
I expected :
Executed 0 tests, with 0 failures (0 unexpected) in 0.001 (0.001) seconds
But i have the following error :
/vdaTest/Calculation/build/Calculation.build/Debug-iphonesimulator/unitTest.build/Script-7BDF2E1A10172C2000279979.sh: line 2: /vdaTest/googleToolBox/RuniPhoneUnitTest.sh: Permission denied
I'm using this version of the toolBox:
Revision 158: /trunk
On :
Mac OS X version 10.5.7
I'm using Xcode 3.1.3 with Iphone simulator 3.0
I've search here and on google for that error but i didn't find anything... Any help would be greatly appreciated !
Thanks,
Vincent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常感谢 xcode-users 邮件列表! 这个解决方案适用于我的Mac:
这可能会起作用。 “权限被拒绝”是当您尝试调整不可执行的 shell 脚本时出现的错误。
Big thanks to the xcode-users mailing list! This solution works on my mac:
This might do the trick. "Permission denied" is the error you get when you try to tun a shell script that is not executable.