Error '_BSMachError: port 1607; (os/kern) invalid capability (0x14) “Unable to insert COPY_SEND” in Cordova app on iOS 10

后端 未结 11 1340
无人及你
无人及你 2020-12-04 13:56

Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after building the same application with Xcode 8 wh

11条回答
  •  情歌与酒
    2020-12-04 14:34

    For me the cause was [myTextField becomeFirstResponder]; placed after the initial viewWillAppear thread ended.

提交回复
热议问题