1

我正在按照教程使用 Kony Studio 配置 iOS sdk。但我收到以下错误:-

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1904)
    at com.pat.tool.keditor.utils.IOSBuildUtils.getSdkAndSimulatorTypesForXcode6(IOSBuildUtils.java:249)
    at com.pat.tool.keditor.preferences.IOSPreferencePage$CustomSelectionAdapter$3.run(IOSPreferencePage.java:569)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

在此处输入图像描述

4

1 回答 1

1

如果您在版本 6.5.2 中刷新 Preferences -> Kony Dev Studio -> iOS 中的 Base SDK 版本(在 GA_v201509231311_r1 上确认),这似乎会发生。可能是一个错误。

我通过以下方式解决了它:

iOS 偏好设置

  1. 恢复默认值
  2. 刷新 xCode 版本(弹出 7.2)
  3. 应用设置
  4. 退出首选项
  5. 然后关闭并重新启动 Kony Studio,设置会神奇地自行出现

在此处输入图像描述

确保您已正确安装 xCode,如果您有多个版本的 xCode 正在运行,则可以先尝试仅使用一个。

于 2016-03-02T18:21:37.280 回答