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

use NSApplicationDidFinishLaunchingNotification to create our codes #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igiu1988
Copy link

@igiu1988 igiu1988 commented Jun 3, 2015

No description provided.

@lucholaf
Copy link
Contributor

@igiu1988 can you explain further what does this solve? thanks.

@igiu1988
Copy link
Author

A few days ago, I update Xcode to 4.6.3, then AutoImporter plugin not load.
I delete the plugin, add Xcode 6.3.2 UUID:E969541F-E6F9-4D25-8158-72DC3545A6C6. make breakpoint at pluginDidLoad:, scheme executable Xcode.app. Run as debug, but the breakpoint not stop. so ....the reason is the plugin is not loaded.
Final, I compared code to VVDocumenter, I find that VVDocumenter execute our plugin code after ApplicationDidFinishLaunching. So I try it and it works.

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

Successfully merging this pull request may close these issues.

2 participants