Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter 颤振吊舱安装没有安装任何东西_Flutter - Fatal编程技术网

Flutter 颤振吊舱安装没有安装任何东西

Flutter 颤振吊舱安装没有安装任何东西,flutter,Flutter,我的播客文件看起来像这样 # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'Runner' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks!

我的播客文件看起来像这样

        # Uncomment the next line to define a global platform for your project
    # platform :ios, '9.0'

    target 'Runner' do
        # Comment the next line if you don't want to use dynamic frameworks
        use_frameworks!
    
        # Pods for Runner
    
    end
如果我运行
pod install
,它会显示

        MDs-MacBook-Pro:ios mdzainalabedin$ pod install
    Analyzing dependencies
    Downloading dependencies
    Generating Pods project
    Integrating client project
    Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.

    [!] The Podfile does not contain any dependencies.

    [!] Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

    [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).

    [!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
    MDs-MacBook-Pro:ios mdzainalabedin$ 

  
知道如何生成一个吗

谢谢