Gpx

Results 4 comments of Gpx

同样遇到了 Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x102f88920 of class LYSecurityField was deallocated while key value observers were still registered with it. Current observation info: (...

这个文件 `LBXScanViewController.swift` 178到180的代码改成这样 ``` // if !arrayResult.isEmpty { handleCodeResult(arrayResult: arrayResult) // } ``` 或者直接改pod,下面是我修改的 ` pod 'swiftScan', :git => 'https://github.com/GPX-NSlog/swiftScan.git'`

将window.makeKeyAndVisible() 这句代码,放在window.rootViewController后面就可以了