Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant build for ios #28

Open
deanchalk opened this issue Feb 27, 2018 · 1 comment
Open

Cant build for ios #28

deanchalk opened this issue Feb 27, 2018 · 1 comment

Comments

@deanchalk
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants