-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not work in Xcode 8 beta 5 and 6 #6
Comments
It’s already updated for Xcode 8. Is there a problem? You’ll need to “unsign” your Xcode to have it load. |
I cloned the project. Build it in Xcode. Quit Xcode then reopen it. Select load plugin bundle. But I didn't see the refactor menu in right click as I saw in Xcode 7 |
Please see this note: alcatraz/Alcatraz#475 & https://github.com/steakknife/unsign |
Thank you. Just another question. If I unsign Xcode, I can't use that Xcode to release apps to App Store. So I should prepare another Xcode? Or the unsign version is still OK to release apps to App Store? |
I don’t know but it wouldn’t suprise me if Xcode needed to be signed for a release to the App store. You can switch unsigning off and on again by exchanging the binaries as needed. |
Recognizing that I'm completely ignorant of the complexity, is there any possibility of converting this to an editor extension, or is that out of the quesiton? |
No, it is not possible. For current Apple's Xcode extension, you just get a line reader for the current source file. For example, if your project has "foo.swift", "bar.swift", you can only get "foo.swift" unless the user switch to "bar.swift", which means there is no way you could get all the pictures of the whole project automatically, which is fatal for something like |
Will you update or you will wait until Xcode 8 released?
The text was updated successfully, but these errors were encountered: