【发布时间】:2011-07-31 17:41:52
【问题描述】:
你好
我刚开始使用 Appcelerator Titanium 时遇到了这个问题
情况
我将 XCode 3 中的 SYMROOT/TARGET_BUILD_DIR 更改为全局目录。今天我安装了 XCode4(甚至没有更改任何默认属性)。
问题
我只想使用 Titanium 1.2.2 构建 KitchenSink Demo。如果我为 iOS 构建/启动,我会收到此消息
[错误] 您的 TARGET_BUILD_DIR 设置不正确。很可能您已经在 Xcode 中配置了自定义的构建位置。 Titanium 当前不支持此配置。 [错误] 预期的目录 /Users/fabian/Development/Workspaces/2011/titanium/appcelerator-KitchenSink-c17b77f/build/iphone/build/Debug-iphonesimulator,是:/Users/fabian/Development/Workspaces/iphone_experiments/xcode_build/Debug -iphone模拟器
XCode4 仍在使用旧的全局 TARGET_BUILD_DIR。我该如何更改/删除它?
【问题讨论】:
标签: xcode titanium appcelerator