qfish / XAlign

An amazing Xcode Source Editor extension to align regular code. It can align anything in any way you want.
MIT License
2.88k stars 385 forks source link

Not working in xcode 7 #68

Closed Premal-Khetani closed 9 years ago

Premal-Khetani commented 9 years ago

I tried to install it all the ways but not yet working with xcode 7

While doing command line installation i am getting following error.

-bash: read: `/Applications/Xcode.app/Contents/Info': not a valid identifier

Kindly solve it . :)

qfish commented 9 years ago

Have you tried this ?

curl -fsSL http://qfi.sh/XAlign/build/install.sh | sh
Premal-Khetani commented 9 years ago

It installed successfully but not working in xcode :( i restarted it many times even restarted pc still not working.

qfish commented 9 years ago

Is there an XAlign.xcplugin under this path ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/?

Premal-Khetani commented 9 years ago

Yes there is a file named XAlign.xcplugin

yaosj commented 9 years ago

It works in Xcode6. But did not work in Xcode7.

Premal-Khetani commented 9 years ago

Oky would it be solve?

Best Regards, Premal Khetani

qfish commented 9 years ago

Have you got the Load Bundles alert on starting Xcode ?

Premal-Khetani commented 9 years ago

No, i am not getting Alert.

qfish commented 9 years ago

My version is 7.0 (7A220), what's yours ?

Premal-Khetani commented 9 years ago

its xcode 7.0.1(7A1001)

qfish commented 9 years ago

Thank you, I'll get an Xcode 7.0.+ and take care of this issue as soon as possible. :)

Premal-Khetani commented 9 years ago

Thanks

KaiJSchaefer commented 9 years ago

I solved my problem with this => "defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1"

Premal-Khetani commented 9 years ago

@KaiJSchaefer What you did? i didn't Get your answer.

qfish commented 9 years ago

Open the terminal:

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
Premal-Khetani commented 9 years ago

@qfish I did this but it showing some error as below : Domain (com.apple.dt.Xcode) not found. Defaults have not been changed.

ferologics commented 9 years ago

@qfish the command fixed my problem as well :+1: love your plugin!

Premal-Khetani commented 9 years ago

It's solved by reinstalling the plugin @qfish Thanks :+1: