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.
如果这个问题重复,请纠正我。
我刚开始使用 AppCode 进行 iOS 编程。
我发现它非常有用,但问题开始发生。
我的应用程序是基于位置的应用程序,我需要模拟当前位置,但使用 AppCode 我似乎找不到该选项。
我也尝试选择 iOS 5 作为目标平台,但没有任何乐趣。
有谁知道如何使用这个IDE?
我相信现在没有办法在 AppCode 中模拟位置(嗯,你只能在模拟器本身的位置之间切换)。为此,您必须使用 Xcode。
但是你可以选择iOS 5,这不是问题。为此,您必须编辑或创建新的“运行配置”。单击“运行”/“调试”按钮左侧的组合框。将有“编辑配置”项。您可以编辑 SDK/Debugger/Configuration 以在那里运行应用程序。
当然,您需要在系统中安装带有 iOS 5.0 的 iOS SDK。我相信,它是 Xcode 4.2 及更高版本。