200131 Cannot remove an observer for the key path "contentSize" because it is not registered as an observer.
Crashlytics 回報以下問題 Cannot remove an observer for the key path "contentSize" because it is not registered as an observer. 網路上找了半天,沒有一個很明確的解決方案。 最後綜合以下兩個網頁中的內容,希望以後不要再出現此問題。 1. https://xbuba.com/questions/37624138 此連結中,建議把 addObserver 與 removeObserver 分別放在 viewDidLoad 與 dealloc 中。 2. https://stackoverflow.com/questions/25497928/dealloc-in-swift 此連結中,則是說明 dealloc 在 Swift 中對應的是 deinit。