问题标签 [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 回答
605 浏览

ios - 设置 rowHeight 等于 UITableViewAutomaticDimension 不起作用

我正在使用 XCode 6.3 在 iOS 8 中构建不同字体的 TableView。首先,根据我正在阅读的书,它说不需要对表格行的高度做任何事情,因为 iOS8 负责对你来说,所以一旦我拥有了每本书的所有内容,行应该根据它们的内容更新它们的高度,但事实并非如此。然后我尝试使用 tableView.rowHeight 并将其设置为等于 TableViewController 的 viewDidLoad 函数中的 UITableViewAutomaticDimension ,但这也不起作用。我还尝试从 Interface Builder 更改行的高度,这似乎对高度也没有任何影响。我的代码如下:

当我在模拟器中运行它时,一切看起来都是正确的,直到我一直滚动到底部并得到以下信息:

字体应用

FontFamily 单元格的属性是:style = subtitle,以及 Accessories = 披露指示符。

关于我做错了什么的任何想法?

0 投票
1 回答
55 浏览

ios - iAd 横幅位置未更新

我目前正在将 iAd 横幅添加到我的 SpriteKit 游戏中,并且我已成功显示广告。但是,当我通过将横幅推离底部来移除横幅时,它不会移动,即使它与让它出现的代码完全相反。

这是从通知观察者调用的函数:

这 2 条println语句产生以下结果:

(0.0, 1024.0, 768.0, 66.0)

(0.0, 1090.0, 768.0, 66.0)

所以横幅的位置正在改变,但它没有显示在屏幕上。

如果您知道问题所在,我将不胜感激。

编辑 我将添加hideBannerAd与广告有关的所有代码都在 GamveViewController 中。

0 投票
3 回答
643 浏览

xcode6.3 - 无法在 10.11 Beta 2 上运行 Xcode 6.3.2

我安装了 10.11 的第二个 Beta,Xcode 6.3.2 已经停止运行。

错误是:

为了打开“Xcode”,您需要更新到最新版本。

此 Mac 上安装的 Xcode 版本与 OS X El Capitan 不兼容。你有“Xcode”6.3.2。从 Mac App Store 免费下载 6.3.2 版。

0 投票
2 回答
3790 浏览

ios - 分段错误:11 - Xcode 6.3

无法存档

我的应用程序在模拟器和多个设备上运行良好(Xcode 6.3.2,基于 swift)。但是当我尝试归档它时,我得到了错误Command failed due to signal: Segmentation fault: 11

其他人面临同样的问题

运行 Swift 应用程序时出现分段错误 11

“由于信号而导致命令失败:分段错误:11” - 有什么问题?

由于信号,命令失败:分段错误:11

根本原因?

但似乎每个人都有不同的原因导致错误..我无法理解我收到的错误消息。发布在下面,任何提示或提示将不胜感激!

错误日志

0 投票
1 回答
162 浏览

simulator - xcode 6.3.2 - simulator wrong screen size


I have very weird bug with simulator in xcode 6.3.2 yosimite 10.10

when I open simulator\run app in it sometimes it's opens normal simulator, and sometimes... well look at picture below it's like simulator screen dimensions are different from those appear on actual screen.

from my checks it has nothing to do with window scaling, or device (iphone5, 5s, 6 etc...)

Any ideas?


enter image description here

0 投票
1 回答
137 浏览

ios - 斯威夫特 1.2 升级

我已将我的 Swift 项目更新到 1.2 版,并且在使用Build Setting选项 Whole Module Optimization=Yes 后,构建时间得到了改进。但即使 Swift 文件有微小的变化,当我尝试构建时,整个 Objective C 文件也会被编译。是否有任何其他优化选项可用?我正在使用 Xcode 6.3.2

0 投票
0 回答
2227 浏览

ios - Update iOS SDK version to 8.4

I had a version of the Xcode I believe It was 6.1 with iOS SDK version 8.3.

Apple store showed that an Xcode update is available with SDK 8.4.

I updated Xcode and the new update version was 6.3.2.

I have a iPad with iOS 8.4 on it. so to run the app on it, I tried to set the Base SDK to 8.4. but, surprisingly It doesn't exists! I can only choose 8.3 with "Latest iOS" written beside it.

What can I do? And why the update said that the SDK version that is available is 8.4 since it didn't exists?!

In the updates page in Apple store app there is a list titled "Updates Installed in the Last 30 Days" and the I have Xcode 6.4 and iOS 8.4 with it. while when I open the Xcode at the welcome page it says 6.3.2 and Base SDK is 8.3!!!