iOS Swift how to debug SIGABRT :“fatal error: call of deleted method” from a CocoaPod?
问题 I have an app which uses SlideMenuControllerSwift. I've modified some code to see how to present different panels, then rolled back my changes. When running the project I get SIGABRT fatal error: call of deleted method in console when SlideMenuControllerSwift is initializing. No other error messages are given. The project's source control appears to be in exactly the same state as before changes. I did a "clean" Reinstalled pods. Deleted pods directory and made a clean install Deleted app