问题标签 [xcode7]

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 投票
3 回答
7166 浏览

ios - Swift 2 中的本地化

我想本地化我的应用程序;我正在使用 Swift 2。我按照本教程进行操作,但遇到了 2 个问题。

1.两种语言的本地化图像消失

我以相同的方式为GermanEnglish本地化了多个图像。对于两种语言,一组图像(图像的 en 和 de 版本)都会消失。我添加了它们,它们位于项目的文件夹中,我无法发现与我本地化的其他图像有任何区别。

我试过了

  • 清理和运行项目(没有错误
  • 删除图像并再次添加它们
  • 删除并添加了本地化

......没有任何帮助。任何想法?

2.错误w/ NSLocalizedString&Localizable.strings

我创建了一个Localizable.strings用于本地化我的应用程序字符串的方法。这是我使它们可本地化的方法:

英语Localizable.strings中,我添加了:

…对于德语

现在,Xcode 没有在代码中显示任何错误,但它说

读取失败:
由于格式不正确,无法读取数据。


有任何想法吗?提前
谢谢你:)


编辑

问题 #2 已解决,我错过了;那里。感谢codingVoldemort!

0 投票
1 回答
899 浏览

xctest - XCTest UI Record and Play - 模拟器不更新 UI

两天前,苹果在 WWDC2015 期间发布了一个新的 UI 测试框架。我正在尝试编写一个测试用例,当我尝试记录 UI 测试以生成脚手架代码时,它看起来正在生成代码,但是模拟器上的 UI 实际上并没有更新。

即当我点击一个按钮时,会生成代码以实际找到按钮并点击,但实际上并没有在模拟器上同时点击该按钮。所以基本上我无法进入模拟器上的下一个屏幕,在测试用例中实际进行。

WWDC 会议视频展示了一个 iPhone 应用程序(Lister 应用程序)的示例。但我正在 iPad 2 应用程序上尝试它。这就是唯一的区别。

关于为什么会发生这种情况的任何线索?

想要在实际向 Apple 提交 Radar 之前检查是否还有其他此类情况。

0 投票
1 回答
1480 浏览

iphone - Xcode 7 - 获取“应用程序不包含有效的应用程序标识符权利。” 尝试在装有 iOS 9 的设备上运行应用程序时

使用新的 Xcode 7 测试版进行一些测试,创建了一个全新的 iOS 应用程序,尝试在带有 iOS 9 测试版的 iPhone 6 上运行它时出现以下错误。

该应用程序不包含有效的应用程序标识符权利。

我已在目标常规设置中选择了我的开发团队,并且我已同意 Apple Developer 门户上的更新许可协议。

0 投票
3 回答
7805 浏览

ios - AVAudioPlayer 不再在 Swift 2.0 / Xcode 7 beta 中工作

对于var testAudio我的 iPhone 应用程序中的声明,我在这里收到一个错误

“调用可以抛出,但不能从属性初始化程序中抛出错误”

这发生在我迁移到 Xcode 7 测试版时。

我怎样才能让这个音频剪辑在 Swift 2.0 中运行?

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 投票
1 回答
66 浏览

xcode7 - 如何在 XCode7 中创建快照

“快照”功能似乎在 xcode7-beta 中消失了。

在项目下,您仍然可以看到要恢复的快照。

在文件下没有创建快照 在此处输入图像描述

在此处输入图像描述

0 投票
2 回答
42592 浏览

swift - Xcode 7 在 Mac OSX 10.10 Yosemite 上运行

我是否遗漏了什么或者 Xcode 7 应该只在新的(测试版)OSX 10.11 El Capitan 上运行?

我下载了测试版,在进行了一些代码更改以符合 Swift 2.0 之后,我的项目在 OSX 10.10.3 下编译并运行良好。是我遗漏了什么还是苹果以某种方式改变了游戏规则?

0 投票
4 回答
1447 浏览

interface-builder - Xcode 7 beta 使我的应用程序故事板文件无法访问

我安装了 Xcode 7 beta 1,它要求我将代码转换为 Swift 2,我照做了。一切正常,我的应用程序测试目标只有一些问题。解决后,我构建并运行了应用程序,错误提示:com.apple.interfacebuilder 错误 2001 我无法打开 .xib 和 .storyboard 文件。它要么无法打开,要么 Xcode 崩溃。我能做些什么?

0 投票
2 回答
2759 浏览

ios8 - iOS 8 模拟器在 XCode 7 beta 中不可见

我正在使用Apple 在WWDC2015期间发布的XCode 7 测试版,它看起来好像没有 iOS8 模拟器。我尝试使用下载它们,但它没有列出模拟器。Xcode > Preferences > Downloads > Components,

我在 Mac 上也有Xcode 6.3.2,那里可以看到 iOS8 模拟器。任何想法如何使它出现在 Xcode 7 中?

-光辉

0 投票
1 回答
5811 浏览

cocoapods - CocoaPods - 使用 Xcode-beta 为 iOS 9 / Swift 2 构建

我有一个当前版本为 1.1 的“CocoaPod”(术语?)。

还有一个需要 Swift 2.0 的开发分支(因此需要 IOS 9.0 的基础 SDK)和 PodSpec,如下所示:

pod spec lintPodSpec在使用 Xcode 8.3 构建时无法验证 ( )。如何强制它使用最新的 Xcode-beta?