我正在尝试使用我现有的XCode 3.2 iPad项目进行google-toolbox-for-mac,但我无法做到。我很欣赏有关我做错的建议。
我按照此处的基本项目设置进行了操作:http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting
当我尝试构建项目时,我从RunIPhoneUnitTest.sh脚本文件中获得了5页控制台消息,类似于:
objc[19094]: REPLACED: -[NSDictionary boolForKey:] by category Goodies (IMP was 0x30c115 (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/UIKit.framework/UIKit), now 0x49c13ab (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/PrivateFrameworks/Message.framework/Message))
控制台的最后一行是:
2010-04-22 17:35:58.535 TestApp[19094:903] SBSetAccelerometerClientEventsEnabled failed: (ipc/send) invalid destination port
此时shell脚本将继续无限期运行。我找到了一个我在这里使用的iPad开发补丁: http://groups.google.com/group/google-toolbox-for-mac/browse_thread/thread/d2d773428f9588f0
但这似乎没有帮助。
答案 0 :(得分:1)
这里讨论了这个问题:
您应该尝试从GTM项目的Trunk获取最新文件。
P.S:另一种方法是从测试目标中排除mainwindow.xib。
希望这有帮助, 文森特