ios / Flutter / App.framework "が失敗しました:そのようなファイルまたはディレクトリ(2)はフラッターされませんでした

オサマ

こんにちは私は昨日まで正常に動作していたアプリを持っています私はフラッターSDKを更新します。アップデートが終了した後、私はios用にビルドしようとしましたが、毎回このエラーで失敗します:ここに画像の説明を入力してください

私は次のことを試しました:pod deintegrate pod install pod update flutter clean delete pod folder did pod install again create new flutter project and copy the files to the new project and its just same error

danysz

私は上の両方に同じ問題を持っていたflutter channel stableバージョンと1.17.1とのflutter channel betaバージョンで1.18.0-11.1.pre

I copied the App.framework from another project under ios/Flutter directory and successfully built an iOS release version.

Update 19/May/2020 I opened a issue in flutter since every flutter clean removes it so to continue to copy is not a solution. It can be followed here

This is not a working solution because App.framework should contain the application compiled code so it should be different for every app. Explanations are available here ( Tip: Flutter.framework is the bundle for the Flutter engine, and App.framework is the compiled Dart code for this project.)

2020年5月19日更新22:30この問題はFlutterチームのサポートによって本当に解決されました。問題は、「ソースのコンパイル」の前の「ビルドフェーズ」の下の関連する「ターゲット」で、実行中のシェルの「スクリプトの実行」が必要なことです。

/bin/sh "$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" build

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

Related 関連記事

ホットタグ

アーカイブ