1. 程式人生 > >This message will only appear once per execution---xib、或者storyBoard關聯出錯

This message will only appear once per execution---xib、或者storyBoard關聯出錯

invalid mode ‘kCFRunLoopCommonModes’ provided to CFRunLoopRunSpecific - break on _CFRunLoopError_RunCalledWithInvalidMode to debug. This message will only appear once per execution.

問題解決辦法:

  • Xcode7以前storyboard關聯出錯,都會明確提示哪裡找不到,到了Xcode8以後就變成這種形式的報錯,剛開始遇到時讓人一頭霧水。以後再遇到,檢查一下IBOutlet或者segue identifier就可以了。
  • 陣列插入空值
  • 用VFL寫約束格式不正確
  • 給 objectAtIndex 傳了 -1 也會報這個錯
  • 字典裡插了nil值,也報了這個錯誤。
  • 有時候直接clean一下就好了。
  • tableview中的資料為空,但是你從陣列中取值了。(陣列越界時,你用了xib,也會報這個錯誤)