问题标签 [xcode5]
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.
crash - xcode ios间歇性崩溃
我的 xcode 工作正常,
我将手机更新到 iOS 7 并下载了最新的 xcode。
现在如果我创建一个空应用程序,然后在模拟器上运行它,
该应用程序将间歇性崩溃,没有添加任何其他内容......所以它会运行一些时间,然后会在启动时崩溃,
没有错误日志,只有
lldb
在 main.m 我看到:
线程 1:信号 SIGABRT
问题是什么?
谢谢!
ios - 不支持的编译器“com.apple.compilers.llvmgcc42”xcode 5 DP
我有一个项目,其中包含 Geos 和 Proj。在 Xcode 5 之前,我使用 LLVM GCC 4.2 编译器编译它们,但在 Xcode 5 DP 中,我收到有关不支持的编译器的错误。选择另一个编译器是否会出现编译错误取决于语法。我该如何解决这个问题?
xcode - 此捆绑包无效。Apple 目前不接受使用此版本的 SDK Xcode 5 构建的应用程序
我安装了 XCode 预览版 5,需要发布应用程序更新。
通过发布得到以下错误:
此捆绑包无效。目前,Apple 不接受使用此版本的 SDK Xcode 构建的应用程序。
我已经看过了,并且有几个类似的问题,但没有一个能解决这个问题。
据我了解,苹果不接受在 XCode 版本预览中编译的应用程序。这是真的?
如果是这样,我该怎么办?因为我的项目不再在 XCode 4.5 中打开
这是对开发商的不尊重
ios7 - 无法在模拟器中运行应用程序 :: XCODE 5
可能是因为它的 DP,他们会修复它,但暂时有人知道如何解决这个问题吗?
对我来说,只有重新启动才能解决问题。我本可以这样做,但它变得非常频繁。
在设备中运行时它工作正常。任何帮助表示赞赏。谢谢。
ios - 好友列表按名称排序 Facebook sdk for ios
我正在使用 Xcode 5、iOS 7 和最新的 facebook sdk。我必须按字母顺序获取朋友列表。早些时候,我使用图形 api 和 fql 查询按字母顺序获取朋友列表
现在我已经搜索并找到了 FBFriendPicker,但我需要在好友列表中进行更多自定义。 我怀疑是否有任何方法可以按字母顺序获取朋友列表,就像我们从 facebook for iOS 获得的以前的 sdks 一样?
ios6 - 是否可以为 iOS 6 编译 Sprite Kit 应用程序/游戏?
是否可以为 iOS 6 编译 Sprite Kit(XCode5 的新功能)应用程序/游戏?我已经为部署目标 iOS6 编译了应用程序,在模拟器上进行了测试,但我不知道它是否可以在物理设备上运行。
objective-c - Xcode error when ctrl-dragging image to new class
I already asked this in the Apple Dev Forum but received no replies, so I'll try here.
I'm unsure if this is a bug or whether I've missed something since I'm still very new to programming.
I have multiple view controllers and have made multiple classes. I have set the custom class "bit" of each view controller to the revelent class. When I ctrl-drag anything from the view to the relevent class header, I get the usual pop-up. I fill in the info, press connect, and BAM. It does the same kind of error whether I choose "Outlet" or "Action" It worked in the previous Xcode but I'm not sure if I've forgotten something.
The view controller and class that I added with Xcode 4 is still working beatifully.
I've tried adding the image manually but all that gave me was a SIGBART error just trying to get to the view. Again, I may have missed something, but I don't think there's much to miss is there?
Any help would be appreciated.
Just to eliminate a few things... I've deleted derived data, restarted Xcode and done a "clean". That's all I can remember that I've done.
xcode4 - Xcode 4 和 xcode 5 一起使用
我可以将 Xcode 5 和 Ios 7 Beta 与 xcode 4 一起安装吗?
我有 xcode 4,我可以用 iOS 7 安装 xcode 5,我在 ios 6 上用 xcode 4 开发的项目有什么问题吗?
ios - 使用 UIView 动画后应用程序变慢
所以我有一个应用程序,一旦应用程序打开,我就会为它的一些 UI 元素设置动画。这些动画是使用简单的 UIView 动画完成的。下面是 viewDidLoad 部分的示例
这是一个被调用的相应方法部分。
还有 4 组匹配的代码来完成动画。我的问题是,每当启用 viewDidLoad 部分(未注释掉)时,它都会减慢我的应用程序中向 xib 的其他转换。你们知道我如何保持这些动画但没有缓慢的过渡吗?
除此之外,我应该说这是在 iOS 7 和 Xcode 5 开发者预览版上开发的,所以我不排除一个错误......
ios - Xcode 4 不允许我打开在 Xcode 5 中编辑的情节提要
我有一个问题:在 Xcode 5 中使用该应用程序后,我无法在 Xcode 4.6 中打开 Storyboard 文件。我应该如何在 Xcode 4 中打开它?