yuhua-chen / MCLog

Xcode plugin for filtering the console area.
MIT License
584 stars 55 forks source link

Not working in XCode 7.1 #33

Closed amccarri closed 9 years ago

amccarri commented 9 years ago

MCLog no longer crashing, but filter field no longer present in XCode 7.1 final (7B91b).

zvjerka24 commented 9 years ago

Same issue... any solution? Some workaround?

yuhua-chen commented 9 years ago

Use xcplugin_update.sh to update UUID of new Xcode. Thanks to @alexlee002

devxoul commented 9 years ago

@yuhua-chen After using that Xcode crashes :cry:

yuhua-chen commented 9 years ago

What's your OS version? Can you show me some logs? Still working on it. :dizzy_face:

revolter commented 9 years ago

@yuhua-chen, didn't #34 fix this? The plugin was having set the UUID of the Xcode 7 beta, so Xcode 7.1 was not supported by it, hence it didn't appear.

yuhua-chen commented 9 years ago

The UUID of PR is right for Xcode 7.1, by following:

$ defaults read /Applications/Xcode\ 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
7265231C-39B4-402C-89E1-16167C4CC990

I think it crashed by some reasons due to Xcode 7.1.

revolter commented 9 years ago

I understand, for me it didn't crash once, @devxoul, could you clone this project and build the project and tell us if it still crashes?

devxoul commented 9 years ago

@revolter, of course, wait for a minute.

yuhua-chen commented 9 years ago

@revolter @devxoul what's your OS version? I found that it only crashed on OS El captain and Xcode 7.1.

revolter commented 9 years ago

I'm on OS X Yosemite 10.10.5

yuhua-chen commented 9 years ago

hmm...so weird. but mine is 10.10.5 too. It works fine. Have you tried this before? sudo xcodebuild -license

revolter commented 9 years ago

I didn't say it crashed for me. So you previous comment might be correct, that it only crashes in El Capitan and Xcode 7.1

devxoul commented 9 years ago

master branch causes crash.

revolter commented 9 years ago

@devxoul on what OS version?

devxoul commented 9 years ago
lucianoks commented 9 years ago

I'm able to use it on El Capitain (15B42) and Xcode 7.1 (7B91b) and 7.2 beta (7C46t) with this solution. But getting this issue in the process =/

yuhua-chen commented 9 years ago

I updated the plugin. It works on Xcode 7 right now. Try the newest commit(04c1cc1b) on master.

lucianoks commented 9 years ago

Hi, @yuhua-chen! I've tried your latest commit, but I'm still getting this issue. Only me?

Visput commented 9 years ago

@lucianoks Have the same issue on Xcode 7.1.1 (7B1005), El Capitan 10.11.1 (15B42).

yuhua-chen commented 9 years ago

Let's move to #35 issue since this plugin worked on Xcode 7.1 now.

domhof commented 8 years ago

Not working on El Capitan (10.11.2) and Xcode 7.2 either (filter field not present). Using xcplugin_update.sh worked for me. Thanks @alexlee002 and @yuhua-chen!

WhiteTeeth commented 8 years ago

Not working on Yosemite (10.10.5 ) and Version 7.2 (7C68) either (filter field not present). And xcplugin_update.sh works. Thanks @alexlee002 and @yuhua-chen!