flutter pub get 報(bào)錯(cuò)
pod install
[!] No podspec found for ness_disable_screenshots in `.symlinks/plugins/ness_disable_screenshots/iOS
這個(gè)錯(cuò)誤的意思是在文件路徑 .symlinks/plugins/ness_disable_screenshots/iOS 中找不到ness_disable_screenshots. podspec 文件,我認(rèn)真找了一下找到該問件了但是文件名字是disable_screenshots. podspec ,然后將文件名臣改為ness_disable_screenshots. podspec 重新運(yùn)行flutter pub get 就好了 !