万年素人からHackerへの道

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

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

    Flutterのビルド時の問題

    > flutter run                                           Mon Sep  9 06:57:09 2019
    Launching lib/main.dart on iPhone Xʀ in debug mode...
    Running Xcode build...
    Xcode build done.                                            1.4s
    Failed to build iOS app
    Error output from Xcode build:
    ↳
        ** BUILD FAILED **
    
    
    Xcode's output:
    ↳
        error: Multiple commands produce
        '/Users/shinriyo/development/flutter_apps/Google-Flutter-Mobile-Development-
        Quick-Start-Guide/Chapter06/flutter_url/flutter_url/build/ios/Debug-iphonesi
        mulator/Runner.app/Frameworks/Flutter.framework':
        1) Target 'Runner' has copy command from
        '/Users/shinriyo/development/flutter_apps/Google-Flutter-Mobile-Development-
        Quick-Start-Guide/Chapter06/flutter_url/flutter_url/ios/Flutter/Flutter.fram
        ework' to
        '/Users/shinriyo/development/flutter_apps/Google-Flutter-Mobile-Development-
        Quick-Start-Guide/Chapter06/flutter_url/flutter_url/build/ios/Debug-iphonesi
        mulator/Runner.app/Frameworks/Flutter.framework'
        2) That command depends on command in Target 'Runner': script phase “[CP]
        Embed Pods Frameworks”
        warning: Capabilities for Runner may not function correctly because its
        entitlements use a placeholder team ID. To resolve this, select a
        development team in the build settings editor. (in target 'Runner')
        warning: ignoring duplicated output file:
        '/Users/shinriyo/development/flutter_apps/Google-Flutter-Mobile-Development-
        Quick-Start-Guide/Chapter06/flutter_url/flutter_url/build/ios/Debug-iphonesi
        mulator/Runner.app/Frameworks/Flutter.framework' in shell script build phase
        '[CP] Embed Pods Frameworks'. This warning represents an extremely serious
        project misconfiguration and will likely cause some shell scripts in your
        project to be skipped entirely, leading to other build failures or missing
        files in the build directory. This will be a hard error in the future. (in
        target 'Runner')
        note: Using new build systemnote: Planning buildnote: Constructing build
        description
    
    Could not build the application for the simulator.
    Error launching application on iPhone Xʀ.