美文网首页bugs
iOS常见的bug总结(持续更新)

iOS常见的bug总结(持续更新)

作者: JC是我 | 来源:发表于2018-10-29 10:06 被阅读0次

    1、Start date cannot be later in time than end date!

    这是iOS10.0-10.2的bug。苹果在iOS10.2已修复

    2、-[__NSArrayM objectAtIndexedSubscript:]: index 18446744073709551615 beyond bounds for empty array

    极光bug(JPush3.1.0+JCore1.2.1版本修复)

    3、[MAMapEngine(Callback)requireMapData:requestParam:]_block_invoke

    高德地图SDK更新至6.4.0可修复

    4、amapLocationManager(_manager:AMapLocationManager!, didUpdate location:CLLocation!, reGeocode:AMapLocationReGeocode!)

    reGeocode不为nil时,某些reGeocode.citycode,  reGeocode.district,reGeocode.street在某些地区可能为nil,具体地区还未能确定,使用时请加以校验

    5、weiboSDK已经很久没有维护了,在swift4.2之后会出现很多闪退问题

    6、 -[AVCaptureMetadataOutput setMetadataObjectTypes:] Unsupported type found - use -availableMetadataObjectTypes

    这个问题不仅是权限未开启会导致,设置sessionPreset时请先使用supportsSessionPreset校验,某些手机硬件不支持。

    相关文章

      网友评论

        本文标题:iOS常见的bug总结(持续更新)

        本文链接:https://www.haomeiwen.com/subject/lpnvtqtx.html