在按照以下说明使用WeScan时,我一直收到此错误。 (https://schiavo.me/2019/scanning-documents-old/)
我尝试过的一些事情。
pod install
(请参见下面的代码)Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.4'
use_frameworks!
target 'ScannerApp' do
pod 'WeScan', '~> 1.0.0'
end
即使我下载了示例git项目(https://github.com/justJS/blog-example-code/tree/master/2019-02-24-ScanningDocumentsOld),我仍然遇到相同的错误。也许是我的CocoaPods吗?
编辑: 当我进入Main.storyboard时,我也会出现黑屏。这又是新东西吗?