问题标签 [xcode6.3.2]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
268 浏览

arrays - 从详细视图控制器向我的日程安排的快速数组添加行将不起作用

我有一个事件列表,其中每个事件都使用来自核心数据模型的对象将数据传递给详细 VC。例如,一个Event可以有标题、日期、房间、isFavorite 等。现在,从 中DetailVC,我有一个“添加到我的日程安排”按钮,让用户选择他们最喜欢的活动参加。单击后,我想将此对象保存到数组中。

我得到这个错误1:

无法使用 String 类型的参数列表调用 append。

详细视图控制器:

这是详细视图控制器cellForRowAtIndexPath

还想不通这个。这是处理稍后保存为新数组的核心数据对象的有效方法吗?就我而言,这将在按下名为 My Schedule 的分段按钮时显示。谢谢您的回答。

事件.swift

Display My Schedule (favesArray objects selected in detailVC)

0 投票
1 回答
226 浏览

localization - Xcode 6.3.2“本地化导出”取消换行符

Xcode 6.3.2 在“Export for Localization”解析器中引入了一个新错误:源语言字符串中包含的换行符(例如“\n”)在其相应的目标语言字符串(例如“\n”)中被取消。这会导致新行字符的符号出现在编译的应用程序中,而不是实际的新行。

幸运的是,此版本中修复了解析器中先前的一个主要错误:“Export For Localization..”Xcode 6.3 时出错

除了手动更改此错误的每个实例的字符串文件之外,任何人都有解决方法的建议吗?

0 投票
1 回答
85 浏览

xcode - Xcode 更新到 6.3 时 jbchartview 中的语义问题

我一直jbchartview在我的 swift 项目中使用它,它运行良好,直到我将 Xcode 更新到版本 6.3.2。现在它给出了一个语义问题:

自动属性合成不会合成属性'dataSource';它将由其超类实现,使用@dynamic 来确认意图。

JBBarChartView.hJBLineChartView.h

究竟是什么问题,如何解决?

0 投票
4 回答
20334 浏览

ios - Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718)

Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718). I keep on getting this error. Can anyone help me because the line of code is there by default. I converted the SK game into the latest swift syntax using the xcode 7 beta. The compiler was missing a lot of things, that is why i came back to xcode 6. I have no red errors; but, the game crashes and says thread 1: signal SIGARBT. Any tips on the changes between swift 2 and the latest version of swift 1 that could have caused problems in the conversion to the latest swift syntax. Perhaps something that was converted, that I should change in xcode 6.3.2. I will delete the beta once this crash issue is resolved. There is probably an error in the code, because i got the same error when i copied the code onto a brand new xcode project. Thanks in advance!

0 投票
4 回答
4256 浏览

ios - ios appid '' 不支持更改“地图”功能

所以我正在使用 6.3.2 进行代码签名、应用程序 ID、证书,我得到了那个错误。所以我转到 developer.apple.com 中的应用程序,但在应用程序的选项中没有看到“地图”选项。有谁知道如何解决这一问题 ?

0 投票
4 回答
168 浏览

ios - 更新到 Swift 1.2 后出错

我很快更新到 Xcode 6.3.2 附带的 Swift 1.2 并写了几行代码:

这段代码运行完美,直到我更新了新版本的 Xcode (6.3.2)。

现在我收到以下错误:Property 'self.originView' not initialized at super.init call

直到现在我还没有找到解决方案,因为我还在学习 Swift。

你们中有人知道我该如何解决这个问题吗?

PS由于这段代码,它不是这个问题的重复:init(sourceView:UIView, menuItems:Array<String>)而不是override init(frame: CGRect).

更新:

新代码:

新错误: Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff5f300ff8)在这行代码中:self.init()

0 投票
0 回答
97 浏览

swift - 为什么 Xcode6.3.2 编译 swift 源文件太慢了,当我写下这段代码时

当我写下这些代码片段时:

我发现构建和索引变得太慢了

在这个 Swift 文件中,代码自动完成也变得慢了

比如我写self。 我必须等待 6 秒或 7 秒,才能显示自动完成功能

如何解决这个问题?


当我注意到这些代码时

代码自动补全速度正常

0 投票
1 回答
1499 浏览

ios - 定义与以前的值冲突 - Xcode 6.3.2

我正在快速开发一个 iOS 应用程序,其中 socket.io 库类是用目标 C 编写的。

当我将 Xcode 更新到 6.3.2 时,我遇到了很多错误

当我在 swift 类中实现这些委托方法时,我得到“定义与先前值冲突

swift中实现的委托方法如下:

如何解决这个问题?

0 投票
2 回答
333 浏览

xcode - Xcode 在颜色面板中选择选项卡时崩溃

我从几个小时开始就面临这个奇怪的问题,它突然开始了。每当我尝试在 Xcode 的颜色面板中选择不同的选项卡时,整个 Xcode 都会因错误而崩溃,

以下是错误的完整堆栈跟踪,

非常感谢您提前。

0 投票
2 回答
58 浏览

ios - Xcode 6.3.2,无法选择配置文件

我已经安装了最新的 Xcode 6.3.2,并创建了新项目。但是,现在我无法看到“Provisioning Profile”的下拉菜单。

它没有显示下拉菜单,而是向我显示要输入的文本区域。

请帮我。

在此处输入图像描述