Flutter-intellij: Open XCode from a flutter app project

Created on 4 Apr 2017  路  7Comments  路  Source: flutter/flutter-intellij

  • in the Tools > Flutter menu
  • as a context menu item off the /ios directory
enhancement topic-daily-work topic-ecosystem

Most helpful comment

First cut in #1079. We can swizzle UI bits around as needed.

Navigator:

image

Top-level menu:

image

All 7 comments

First cut in #1079. We can swizzle UI bits around as needed.

Navigator:

image

Top-level menu:

image

From @mit-mit , it looks like we're opening the wrong project... Look at:

https://flutter.io/platform-plugins/#ios-platform-code-hmswift

for details.

@mit-mit : I may have misunderstood when we chatted earlier. Could you verify? Currently, given a project called hello_world, this action will open hello_world/ios/Runner.xcodeproj. Is that correct?

Sorry, I answered out of context. The issue is that it depends on whether you are editing a Flutter app, or a Flutter plugin. For an app, you have it right. For a plugin, you need to open the native projects for the /example/ app located inside the plugin project.

Ah OK, thanks. Let's follow-up on plugin support in another set of issues.

@pq did you open that second bug?

No. Feel free to open plugin support enhancements. I'm guessing there will be a host of them...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brianegan picture brianegan  路  3Comments

ilopX picture ilopX  路  3Comments

SAGARSURI picture SAGARSURI  路  3Comments

matejthetree picture matejthetree  路  4Comments

dark-chocolate picture dark-chocolate  路  4Comments