无法使用iOS sdk配置Kony Studio

时间:2016-02-10 10:37:59

标签: kony

我正在关注this教程,使用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)

enter image description here

1 个答案:

答案 0 :(得分:1)

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

我绕过它:

iOS Preferences

  1. 恢复默认值
  2. 刷新xCode版本(7.2弹出)
  3. 应用设置
  4. 退出偏好设置
  5. 然后关闭并重新启动Kony Studio 并自行显示设置
  6. enter image description here

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