- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我对更新的 ios 应用程序有疑问。上周三(在 iphone 主题演讲之前),该应用程序已提交审核。针对 iOS6-beta、iOS5、iOS4 进行了测试。 -> 没问题。针对 iOS5 SDK 编译
现在,我收到很多崩溃报告(系统:bugsense),仅限 iOS6。
简短版:
SIGSEGV类:信号文件:ucol_getVersion +
符号化后崩溃报告仍然不可读:
- 0 libicucore.A.dylib 0x318e4570 ucol_getVersion + -1
- 1 TextInput 0x36ee7fa9 _ZN2KB8WordTrie4loadERKNS_6StringE + 280
- 2 TextInput 0x36ee1495 + 16
- 3 TextInput 0x3724bcb3 + 58
- 4 TextInput 0x3724bc51 + 44
- 5 TextInput 0x36ed8f6d _ZN14TIInputManager17load_dictionariesERKN2KB6StringES3_b + 24
- 6 TextInput 0x36ee9fc1 + 220
- 7 TextInput 0x36ee9c07 + 502
- 8 UIKit 0x32c08f7f + 162
- 9 UIKit 0x32c07fd3 + 402
- 10 UIKit 0x32c07be7 + 378
- 11 UIKit 0x32c064b9 + 464
- 12 UIKit 0x32c061ab + 150
- 13 UIKit 0x32c68975 + 388
- 14 UIKit 0x32c65845 + 528
- 15 UIKit 0x32c65541 + 104
- 16 UIKit 0x32c63f47 + 406
- 17 UIKit 0x32c63d6f + 30
- 18 UIKit 0x32c636af + 34
- 19 APP 0x000186ff 0x1000 + 95999
- 20 APP 0x00093a93 0x1000 + 600723
- 21 Foundation 0x33ac7ef5 + 16
- 22 Foundation 0x33a079f1 + 200
- 23 Foundation 0x33a0790d + 60
- 24 CFNetwork 0x388ff5df + 26
- 25 CFNetwork 0x388feccb + 54
- 26 CFNetwork 0x38927133 + 18
- 27 CoreFoundation 0x361f974d CFArrayApplyFunction + 176
- 28 CFNetwork 0x38927593 + 74
- 29 CFNetwork 0x3888b15d + 188
- 30 CoreFoundation 0x36288683 + 14
- 31 CoreFoundation 0x36287ee9 + 212
- 32 CoreFoundation 0x36286cb7 + 646
- 33 CoreFoundation 0x361f9ebd CFRunLoopRunSpecific + 356
- 34 CoreFoundation 0x361f9d49 CFRunLoopRunInMode + 104
- 35 Foundation 0x339f678f + 254
- 36 APP 0x0007e4c9 0x1000 + 513225
- 37 Foundation 0x33a923db + 102
- 38 libdispatch.dylib 0x3535611f + 10
- 39 libdispatch.dylib 0x3535a961 + 252
- 40 libdispatch.dylib 0x3535aac1 + 84
- 41 libsystem_c.dylib 0x3605ea11 + 360
有人遇到同样的问题吗?如何定位崩溃?
最佳答案
我遇到了同样的问题。对我来说,当我试图显示 UIAlertView 时应用程序崩溃了。
原来所有与UI相关的绘图功能都需要在UI线程上完成(我早就知道了,我猜我只是有点草率)。太糟糕了,错误消息是含糊不清的。
这篇文章可能对你有帮助: https://devforums.apple.com/message/728324
鉴于您发布的堆栈跟踪中有 UIKit 类,我猜这也是您的问题。
关于ios - 更改为 iOS 6 后应用程序崩溃 - ucol getVersion,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12525857/
尝试使用以下代码将浏览器名称和版本号写入控制台: DesiredCapabilities test = DesiredCapabilities.internetExplorer() String br
在我的例子中,Robolectric SQLiteOpenHelper 中的 getVersion 总是返回 0。因此,如果当前 DATABASE_VERSION 大于 0,则会在 DBHelper
谁能解释一下我应该如何在 Swift 中为 CGPDFDocument 使用“getVersion”方法?Apple 的文档给出: func getVersion(majorVersion: Unsa
本文整理了Java中org.apache.helix.ZNRecord.getVersion()方法的一些代码示例,展示了ZNRecord.getVersion()的具体用法。这些代码示例主要来源于G
本文整理了Java中java.time.zone.ZoneRulesProvider.getVersions()方法的一些代码示例,展示了ZoneRulesProvider.getVersions()
本文整理了Java中proj.zoie.store.ZoieStore.getVersion()方法的一些代码示例,展示了ZoieStore.getVersion()的具体用法。这些代码示例主要来源于
本文整理了Java中proj.zoie.api.Zoie.getVersion()方法的一些代码示例,展示了Zoie.getVersion()的具体用法。这些代码示例主要来源于Github/Stack
本文整理了Java中org.eclipse.xsd.impl.XSDSchemaImpl.getVersion()方法的一些代码示例,展示了XSDSchemaImpl.getVersion()的具体用
本文整理了Java中org.cyberneko.html.xercesbridge.XercesBridge.getVersion()方法的一些代码示例,展示了XercesBridge.getVers
本文整理了Java中org.apache.samza.zk.ZkBarrierForVersionUpgrade.getVersion()方法的一些代码示例,展示了ZkBarrierForVersio
本文整理了Java中com.perforce.p4java.server.ZeroconfServerInfo.getVersion()方法的一些代码示例,展示了ZeroconfServerInfo.
如何将变量赋给 const char *GetVersion() 的值? 我正在使用第三方库,该库声明 const char *GetVersion() 可用。下面的代码编译成功: #include
我很难理解我在这里做错了什么: braintree.client.create({ authorization: res.clientToken // this is the token,
我对更新的 ios 应用程序有疑问。上周三(在 iphone 主题演讲之前),该应用程序已提交审核。针对 iOS6-beta、iOS5、iOS4 进行了测试。 -> 没问题。针对 iOS5 SDK 编
本文整理了Java中org.eclipse.jst.j2ee.webapplication.WebApp.getVersion()方法的一些代码示例,展示了WebApp.getVersion()的具体
本文整理了Java中org.kie.api.definition.process.WorkflowProcess.getVersion()方法的一些代码示例,展示了WorkflowProcess.ge
本文整理了Java中org.apache.hadoop.yarn.util.YarnVersionInfo.getVersion()方法的一些代码示例,展示了YarnVersionInfo.getVe
本文整理了Java中com.liveramp.hank.coordinator.zk.ZkDomain.getVersions()方法的一些代码示例,展示了ZkDomain.getVersions()
本文整理了Java中com.oracle.bmc.dns.model.Zone.getVersion()方法的一些代码示例,展示了Zone.getVersion()的具体用法。这些代码示例主要来源于G
我收到错误 TypeError: t.getVersion is not a function,我只搜索了我发现的解决方案是关于使用升级版的 braintree-web here .在我的例子中,我使
我是一名优秀的程序员,十分优秀!