万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Flutterの** BUILD FAILED **がiOSで

    flutter runにて

    Launching lib/main.dart on iPhone X in debug mode...
    Running Xcode build...
    Xcode build done.                                            1.3s
    Failed to build iOS app
    Error output from Xcode build:
    ↳
        ** BUILD FAILED **
    
    
    Xcode's output:
    ↳
        === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
        Debug.xcconfig line 1: Unable to find included file "Pods/Target Support
        Files/Pods-Runner/Pods-Runner.debug.xcconfig"
        Debug.xcconfig line 1: Unable to find included file "Pods/Target Support
        Files/Pods-Runner/Pods-Runner.debug.xcconfig"
        The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please
        address deprecated @objc inference warnings, test your code with “Use of
        deprecated Swift 3 @objc inference” logging enabled, and then disable
        inference by changing the "Swift 3 @objc Inference" build setting to
        "Default" for the "Runner" target.
        === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
        diff: /Podfile.lock: No such file or directory
        diff: /Manifest.lock: No such file or directory
        error: The sandbox is not in sync with the Podfile.lock. Run 'pod install'
        or update your CocoaPods installation.
    
    Could not build the application for the simulator.
    Error launching application on iPhone X.
    cd ios
    rm Podfile
    rm Podfile.lock
    cd ..
    flutter packages get
    flutter run

    だめ

    https://github.com/bizz84/layout-demo-flutter/issues/3

    ここにあった、cd ios pod installするとOK