Iphone 单元测试错误:Google toolBox 拒绝权限

发布于 2024-07-27 05:39:16 字数 684 浏览 8 评论 0原文

我按照许多教程为 Iphone 设置了一个单元测试项目,但在构建项目时总是遇到相同的“权限被拒绝”错误。

这就是我所做的:

  1. 获取 Iphone 单元测试的最新源

  2. 按照说明设置单元测试框架(创建一个新项目,添加一个新目标,将必要的工具箱文件复制到我的项目中,将脚本添加到我的目标等)

  3. 构建项目(模拟器关闭)

我期望: 在 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 :

  1. Get the latest source for Iphone Unit Testing

  2. 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)

  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怪我入戏太深 2024-08-03 05:39:16

非常感谢 xcode-users 邮件列表! 这个解决方案适用于我的Mac:

chmod +x RunIPhoneUnitTest.sh

这可能会起作用。 “权限被拒绝”是当您尝试调整不可执行的 shell 脚本时出现的错误。

Big thanks to the xcode-users mailing list! This solution works on my mac:

chmod +x RunIPhoneUnitTest.sh

This might do the trick. "Permission denied" is the error you get when you try to tun a shell script that is not executable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文