'wait_fences: failed to receive reply: 10004003' on loading UIAlertView (iOS)

前端 未结 1 1777
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 02:13

I\'m getting the \'wait_fences: failed to receive reply: 10004003\' when I call a UIAlertView. It\'s called when the app first opens. It doesn\'t crash the app or seem to ef

相关标签:
1条回答
  • 2021-01-01 02:52

    You should show it in -(void)viewDidAppear method. When view just loaded it is not on screen.

    0 讨论(0)
提交回复
热议问题