question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Opening XCode Project for a plugin project errors

See original GitHub issue

To repro:

  1. create a plugin project
  2. open example/ios in Xcode with the context menu

image

and…

image

The second attempt to open is better but fails to run in XCode:

image

[✓] Flutter (Channel master, v0.1.8-pre.46, on Mac OS X 10.13.3 17D102, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.1)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.0)
[✓] IntelliJ IDEA Community Edition (version 2017.3.4)
[✓] Connected devices (2 available)

• No issues found!
Process finished with exit code 0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
pqcommented, Mar 15, 2018

In another thread, @mravn-google suggested that checking for a build/ dir is possibly not the right heuristic to trigger work before opening Xcode and further, that flutter build may not be the right thing when we do.

To investigate:

  1. check to see if pod install is sufficient (and consider an additional flutter packages get if not)
  2. update the check for build/ in favor of something better targetted
Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode fails to start Loading a plu… | Apple Developer Forums
Problem: Xcode fails to launch with following alert: "Loading a plug-in failed. -- The plug-in or one of its prerequisite plug-ins may be...
Read more >
Plugin doesn't support Xcode projects - Help - Apollo GraphQL
Plug-in command “ApolloCodegenPlugin-Initialize” … - error: Plugin doesn't support Xcode projects (it doesn't use the XcodeProjectPlugin library).
Read more >
What's the Xcode "no such file or directory error"?
Open your project in Xcode · Click on your project · Click on your project under Targets · Hit the build phases tab...
Read more >
Using build tool plugins with .xcproj - Swift Forums
Clicking on the arrow reveals the plugin file in finder. I can't see Xcode actually attempting to run the build tool plugin.
Read more >
iOS Troubleshooting Guide | Capacitor Documentation
If still getting the "Plugin not implemented" error, make sure you don't have WKAppBoundDomains key in ios/App/App/Info.plist , that prevents Capacitor's and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found