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

Not working in XCode 7.1 #33

Closed
amccarri opened this issue Oct 22, 2015 · 22 comments
Closed

Not working in XCode 7.1 #33

amccarri opened this issue Oct 22, 2015 · 22 comments

Comments

@amccarri
Copy link

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

@zvjerka24
Copy link

Same issue... any solution? Some workaround?

@yuhua-chen
Copy link
Owner

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

@devxoul
Copy link

devxoul commented Oct 31, 2015

@yuhua-chen After using that Xcode crashes 😢

@yuhua-chen
Copy link
Owner

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

@revolter
Copy link
Contributor

revolter commented Nov 5, 2015

@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
Copy link
Owner

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
Copy link
Contributor

revolter commented Nov 5, 2015

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
Copy link

devxoul commented Nov 5, 2015

@revolter, of course, wait for a minute.

@yuhua-chen
Copy link
Owner

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

@revolter
Copy link
Contributor

revolter commented Nov 5, 2015

I'm on OS X Yosemite 10.10.5

@yuhua-chen
Copy link
Owner

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

@revolter
Copy link
Contributor

revolter commented Nov 5, 2015

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
Copy link

devxoul commented Nov 5, 2015

master branch causes crash.

@revolter
Copy link
Contributor

revolter commented Nov 5, 2015

@devxoul on what OS version?

@devxoul
Copy link

devxoul commented Nov 5, 2015

  • OS X 10.11.1 (Yosemite)
  • Xcode 7.1

@lucianoks
Copy link

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
Copy link
Owner

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

@lucianoks
Copy link

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

@Visput
Copy link

Visput commented Nov 15, 2015

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

@yuhua-chen
Copy link
Owner

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

@domhof
Copy link

domhof commented Dec 10, 2015

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
Copy link

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!

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

No branches or pull requests

9 participants