zoukankan      html  css  js  c++  java
  • viewDidLayoutSubviews在ios7上导致应用崩溃

     在ios8中使用viewDidLayoutSubviews,应用正常运行,没有问题,但是应用在ios7上运行的时候,报错,导致应用崩溃,错误信息类似:

    Cannot find executable for CFBundle 0x78f8f220 </Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/AccessibilityBundles/GeoServices.axbundle

    Assertion failure in -[UIView layoutSublayersOfLayerl]....unrecognizeSelector.....

    在viewDidLayoutSubviews方法末尾添加[self.view layoutsubviews]即可解决

  • 相关阅读:
    MobileNet V1 V2
    异常检测 与 One Class SVM
    异常检测
    图像分割
    1x1卷积核的作用
    迁移学习
    python
    图像分割
    图像分割
    Nagios
  • 原文地址:https://www.cnblogs.com/benbenzhu/p/4454425.html
Copyright © 2011-2022 走看看