Specs (规格) satisfying the XXXXX
dependency were found, but they required a higher minimum deployment target.
由于 podfile 里配置的target版本太低,改成platform :ios, '10.0',再去 pod install
路径 macos/Podfile
Specs (规格) satisfying the XXXXX
dependency were found, but they required a higher minimum deployment target.
由于 podfile 里配置的target版本太低,改成platform :ios, '10.0',再去 pod install
路径 macos/Podfile