-
Notifications
You must be signed in to change notification settings - Fork 44
Installed plugin #10
Comments
That is because plugins are no longer supported since Xcode 8. There are hacky but non-recommend ways to make them work. I tried, it's not stable. |
@dzenbot Would you mind posting instructions for how to enable usage of this tool? Even if the approach is unstable between Xcode builds it would be useful to have a rough shot in the dark how to use XCSwiftr with Xcode 8 A separate question, do you intend to rewrite this tool as an Xcode SourceKit extension? |
I'll update the README with those instructions, sure. As about SourceKit extension, what were you thinking the user experience would be? Right now, Swiftr is presented as an additional window on top of Xcode presenting the converted Swift snippet. I haven't yet had the chance to dig into SourceKit that much. |
I think you're rather limited to text manipulation in SourceKit so I'm not sure a modal experience would be viable. There are several routes this tool could evolve. Unfortunately, I think it's going to depend on the direction the the objc2swift project takes. |
Indeed. |
I have installed plugin and restarted the XCode 8.0 but I am not getting convert option after right clicking on source code. Please help.
The text was updated successfully, but these errors were encountered: