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

Update README.md to indicate broken in Xcode 8. #54

Merged
merged 1 commit into from Aug 1, 2016
Merged

Update README.md to indicate broken in Xcode 8. #54

merged 1 commit into from Aug 1, 2016

Conversation

jerrykrinock
Copy link
Contributor

I spent a couple hours trying to fix it for Xcode 8 before I discovered the sad news. This change to the README should spare others from doing the same.

@yuhua-chen yuhua-chen merged commit 4b8c036 into yuhua-chen:master Aug 1, 2016
@alexlee002
Copy link
Contributor

That's not a good news. @yuhua-chen

@yuhua-chen
Copy link
Owner

Yes...but one good news: I took a look at the Xcode 8 and the function of this plugin was built in eventually.
xcode-8-filtering-console

@jerrykrinock
Copy link
Contributor Author

Xcode 8 does have a Filter field at the bottom of the Debug area, but it does not support regular expressions as MCLog does. Maybe "eventually". Sigh!

@yuhua-chen
Copy link
Owner

Since Xcode8 blocks all the plugins, there's nothing we can do except make the plugin of Xcode's editor. lets wait and see. 😂

@alexlee002
Copy link
Contributor

Is there a way to hook the console area by writing a "Normal" Xcode 8 source extension plugin?
One useful function to me is that we can set level for each log, and different colour for different level.

@yuhua-chen
Copy link
Owner

I found a temporary solution for Xcode 8. A workaround to remove signature from Xcode. https://github.com/steakknife/unsign
More details from: alcatraz/Alcatraz#475

@alexlee002
Copy link
Contributor

But I don't think it's a good way. There maybe something security problems, e.g. "Xcode ghost".

@yuhua-chen
Copy link
Owner

Agree. Let's wait and see if there are any changes.

@alexlee002
Copy link
Contributor

Maybe the next version of Xcode will release a new feature: Console log extension, hopefully.

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.

None yet

3 participants