Debug view hierarchy in Xcode 7.3 fails

前端 未结 3 1264
一整个雨季
一整个雨季 2020-12-13 06:58

This function fails with runtime error:

-[UIWindow viewForFirstBaselineLayout]: unrecognized selector sent to instance 0x7fb9dae257d0

Anybo

3条回答
  •  天命终不由人
    2020-12-13 07:40

    Yes. when click the debug view hierarchy button ,the page has nothing, and print "[UIWindow viewForFirstBaselineLayout]: unrecognized selector sent to instance 0x7fb9dae257d0" .

    To solved it, just be sure you are using the iOS systom not below iOS 9.0 and you will still use that function freely.

提交回复
热议问题