You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error on ios build. I have tried to fix it, but the build error instructions dont work
Launching lib/main.dart on iPhone X in debug mode...
Automatic upgrade of project.pbxproj failed.
Upgrading project.pbxproj of Runner.app' to include the 'flutter_assets' directory
To manually upgrade, open ios/Runner.xcodeproj/project.pbxproj:
Add the following line in the "PBXBuildFile" section
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources / = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 / flutter_assets /; };
Add the following line in the "PBXFileReference" section
2D5378251FAA1A9400D5DBA9 / flutter_assets / = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
Add the following line in the "children" list of the "Flutter" group in the "PBXGroup" section
2D5378251FAA1A9400D5DBA9 / flutter_assets /,
Add the following line in the "files" list of "Resources" in the "PBXResourcesBuildPhase" section
2D5378261FAA1A9400D5DBA9 / flutter_assets in Resources */,
Could not build the application for the simulator.
Error launching application on iPhone X.
The text was updated successfully, but these errors were encountered:
I get this error on ios build. I have tried to fix it, but the build error instructions dont work
Launching lib/main.dart on iPhone X in debug mode...
Automatic upgrade of project.pbxproj failed.
Upgrading project.pbxproj of Runner.app' to include the 'flutter_assets' directory
To manually upgrade, open ios/Runner.xcodeproj/project.pbxproj:
Add the following line in the "PBXBuildFile" section
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources / = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 / flutter_assets /; };
Add the following line in the "PBXFileReference" section
2D5378251FAA1A9400D5DBA9 / flutter_assets / = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
Add the following line in the "children" list of the "Flutter" group in the "PBXGroup" section
2D5378251FAA1A9400D5DBA9 / flutter_assets /,
Add the following line in the "files" list of "Resources" in the "PBXResourcesBuildPhase" section
2D5378261FAA1A9400D5DBA9 / flutter_assets in Resources */,
Could not build the application for the simulator.
Error launching application on iPhone X.
The text was updated successfully, but these errors were encountered: