Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 xcode 4.3 上为 ios 5.0 构建和调试应用程序。当我运行 xcode-build 时,它使用 xcode 4.2 和应用程序崩溃进行构建,但是当我打开 xcode 时,它使用 xcode 4.3 构建(编译)。Build settings -> Base SDK 只有 iOS 5.1 和一些 MACOSX 变种。
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild考虑手动指定Xcode 4.3的 xcodebuild 路径。
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
我相信它正在尝试从/Developer/usr/bin/Xcode 4.2 工具版本启动该工具并找到它。
/Developer/usr/bin/
您将需要使用 Settings-Downloads-Components 安装适用于 Xcode 4.3 的 5.0 Simulator SDK。
文本周围的标签?