【发布时间】:2014-07-30 07:31:54
【问题描述】:
我正在尝试通过终端构建我的 XCode 项目。我想使用 Xcode 的 Product > Build for > Profiling 选项。到目前为止,我有:
xcodebuild -project "MyGame.xcodeproj" -target "MyGameEditor - Mac" -destination 'name=My Mac 64-bit' -configuration Profile
项目构建但不是用于分析。我收到配置“配置文件”不存在的错误。
感谢任何帮助。
【问题讨论】:
标签: ios xcode macos unreal-engine4