dart_hub
dart_hub copied to clipboard
Cant build for ios
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.
Thanks for the report, I've been away from this project for a while but I should have time soon to update everything.