dismissViewController无效:Warning: Attempt to dismiss from view controller <xxxxxxxxxController: 0x15bd67f0> while a presentation or dismiss is in progress!
在你使用presentModalViewController加载过多的视图过程中,退出当前视图[self dismissViewControllerAnimated:YEScompletion:nil];或者【self dismissViewControllerAnimated:NO completion:nil];使用如果遇到报这样的警告且返回不到上个视图。Warning: Attempt to dismiss from view controller <xxxxxViewController: 0x13f6840e0> while a presentation or dismiss is in progress!
运行Xcode,一直显示Running 1 of 1 custom shell scripts不动。
[Build][iOS] Building project in Xcode takes for ever in Running 1 of 1 custom shell scripts。
解决办法:在Xcode里面Build Phases里面勾选Run script only when installing。
控制台报错:void SendDelegateMessage(NSInvocation*): delegate (webView:didFinishLoadForFramefailed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode。
解决办法:执行js代码超过了10秒钟,查找js代码中的潜在错误。
JavaScript execution time is limited to 10 seconds for each top-level entry point. If your script executes for more th