SamThompson / dart_hub

A GitHub client written in Flutter.
GNU General Public License v3.0
88 stars 25 forks source link

Cant build for ios #28

Open deanchalk opened 6 years ago

deanchalk commented 6 years ago

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.

SamThompson commented 6 years ago

Thanks for the report, I've been away from this project for a while but I should have time soon to update everything.