Alcatraz in Xcode 7.1
Note that from Xcode 8 Alcatraz no longer works
Editor Extension Tutorial
I am unable to install Alcatraz for Xcode 7.1
According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling.
I used the recommended install of
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
Could it be related to the fact I also have Xcode 6.4 installed?

ios xcode xcode7.1 alcatraz
add a comment |
Note that from Xcode 8 Alcatraz no longer works
Editor Extension Tutorial
I am unable to install Alcatraz for Xcode 7.1
According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling.
I used the recommended install of
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
Could it be related to the fact I also have Xcode 6.4 installed?

ios xcode xcode7.1 alcatraz
add a comment |
Note that from Xcode 8 Alcatraz no longer works
Editor Extension Tutorial
I am unable to install Alcatraz for Xcode 7.1
According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling.
I used the recommended install of
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
Could it be related to the fact I also have Xcode 6.4 installed?

ios xcode xcode7.1 alcatraz
Note that from Xcode 8 Alcatraz no longer works
Editor Extension Tutorial
I am unable to install Alcatraz for Xcode 7.1
According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling.
I used the recommended install of
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
Could it be related to the fact I also have Xcode 6.4 installed?

ios xcode xcode7.1 alcatraz
ios xcode xcode7.1 alcatraz
edited Nov 22 '18 at 2:50
Cœur
19.2k9114155
19.2k9114155
asked Oct 26 '15 at 10:03
Ryan HeitnerRyan Heitner
8,43155691
8,43155691
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here
1) Close Xcode
2) Remove previous defaults for Xcode 7.0
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
3) Uninstall Alcatraz
rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
4) Remove all packages installed via Alcatraz
rm -rf ~/Library/Application Support/Alcatraz/
5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
6) Reset Xcode select
sudo xcode-select --reset
7) Open Xcode
8) Install Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
9) Restart Xcode
10) Select "Load Bundles" in dialog box at Xcode start.
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
add a comment |
I did the same as Ryan suggested and it didn't work. Then I realized his has:
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
Since I am on 7.1 I changed it to
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
P.S. I would make this a comment but I'm too much of a noob to make comments 3;(
add a comment |
I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related.
I found the solution here - https://github.com/supermarin/Alcatraz/issues/352
As mentioned by welsonla, you have to exit XCode and enter in terminal
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
then
sudo xcode-select --reset
I also uninstalled Alcatraz before that and reinstalled it after, just in case.
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
add a comment |
I moved Alcatraz.xcplugin outside from the plug-in folder. Opened Xcode, then quit. Later I moved back into the plug-in folder and reopened Xcode. It asked me whether to load bundles, just hit load and it loaded. [github.com/supermarin/Alcatraz/issues/359]
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
add a comment |
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f33342969%2falcatraz-in-xcode-7-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here
1) Close Xcode
2) Remove previous defaults for Xcode 7.0
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
3) Uninstall Alcatraz
rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
4) Remove all packages installed via Alcatraz
rm -rf ~/Library/Application Support/Alcatraz/
5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
6) Reset Xcode select
sudo xcode-select --reset
7) Open Xcode
8) Install Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
9) Restart Xcode
10) Select "Load Bundles" in dialog box at Xcode start.
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
add a comment |
@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here
1) Close Xcode
2) Remove previous defaults for Xcode 7.0
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
3) Uninstall Alcatraz
rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
4) Remove all packages installed via Alcatraz
rm -rf ~/Library/Application Support/Alcatraz/
5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
6) Reset Xcode select
sudo xcode-select --reset
7) Open Xcode
8) Install Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
9) Restart Xcode
10) Select "Load Bundles" in dialog box at Xcode start.
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
add a comment |
@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here
1) Close Xcode
2) Remove previous defaults for Xcode 7.0
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
3) Uninstall Alcatraz
rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
4) Remove all packages installed via Alcatraz
rm -rf ~/Library/Application Support/Alcatraz/
5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
6) Reset Xcode select
sudo xcode-select --reset
7) Open Xcode
8) Install Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
9) Restart Xcode
10) Select "Load Bundles" in dialog box at Xcode start.
@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here
1) Close Xcode
2) Remove previous defaults for Xcode 7.0
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
3) Uninstall Alcatraz
rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
4) Remove all packages installed via Alcatraz
rm -rf ~/Library/Application Support/Alcatraz/
5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
6) Reset Xcode select
sudo xcode-select --reset
7) Open Xcode
8) Install Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
9) Restart Xcode
10) Select "Load Bundles" in dialog box at Xcode start.
edited Oct 28 '15 at 12:32
answered Oct 26 '15 at 21:28
Ryan HeitnerRyan Heitner
8,43155691
8,43155691
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
add a comment |
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
2
2
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
I by-passed the step 4) and it worked for me.
– Martin
Oct 29 '15 at 12:17
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
It worked! Nice!
– pixyzehn
Dec 21 '15 at 23:48
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
did not work for me. I even saw "Load Bundles", but Xcode still does not have "Package Manager" in Window
– Adem
Nov 11 '16 at 9:39
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
@Adem You should be using XCode 8+ now so this is no longer relevant
– Ryan Heitner
Nov 13 '16 at 8:11
add a comment |
I did the same as Ryan suggested and it didn't work. Then I realized his has:
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
Since I am on 7.1 I changed it to
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
P.S. I would make this a comment but I'm too much of a noob to make comments 3;(
add a comment |
I did the same as Ryan suggested and it didn't work. Then I realized his has:
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
Since I am on 7.1 I changed it to
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
P.S. I would make this a comment but I'm too much of a noob to make comments 3;(
add a comment |
I did the same as Ryan suggested and it didn't work. Then I realized his has:
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
Since I am on 7.1 I changed it to
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
P.S. I would make this a comment but I'm too much of a noob to make comments 3;(
I did the same as Ryan suggested and it didn't work. Then I realized his has:
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0
Since I am on 7.1 I changed it to
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
P.S. I would make this a comment but I'm too much of a noob to make comments 3;(
edited Nov 5 '15 at 3:49
answered Nov 5 '15 at 1:01
MannyManny
88489
88489
add a comment |
add a comment |
I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related.
I found the solution here - https://github.com/supermarin/Alcatraz/issues/352
As mentioned by welsonla, you have to exit XCode and enter in terminal
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
then
sudo xcode-select --reset
I also uninstalled Alcatraz before that and reinstalled it after, just in case.
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
add a comment |
I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related.
I found the solution here - https://github.com/supermarin/Alcatraz/issues/352
As mentioned by welsonla, you have to exit XCode and enter in terminal
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
then
sudo xcode-select --reset
I also uninstalled Alcatraz before that and reinstalled it after, just in case.
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
add a comment |
I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related.
I found the solution here - https://github.com/supermarin/Alcatraz/issues/352
As mentioned by welsonla, you have to exit XCode and enter in terminal
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
then
sudo xcode-select --reset
I also uninstalled Alcatraz before that and reinstalled it after, just in case.
I had the same issue with 7.1 and just reinstalling Alcatraz didn't help. I also have XCode 6.4, which may be related.
I found the solution here - https://github.com/supermarin/Alcatraz/issues/352
As mentioned by welsonla, you have to exit XCode and enter in terminal
find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
then
sudo xcode-select --reset
I also uninstalled Alcatraz before that and reinstalled it after, just in case.
edited Oct 26 '15 at 10:52
Ryan Heitner
8,43155691
8,43155691
answered Oct 26 '15 at 10:14
МортМорт
1,0061013
1,0061013
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
add a comment |
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
My other plugins now work but still no Alcatraz 7265231C-39B4-402C-89E1-16167C4CC990 was added to the info.plist but under window package manager nothing.
– Ryan Heitner
Oct 26 '15 at 10:54
add a comment |
I moved Alcatraz.xcplugin outside from the plug-in folder. Opened Xcode, then quit. Later I moved back into the plug-in folder and reopened Xcode. It asked me whether to load bundles, just hit load and it loaded. [github.com/supermarin/Alcatraz/issues/359]
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
add a comment |
I moved Alcatraz.xcplugin outside from the plug-in folder. Opened Xcode, then quit. Later I moved back into the plug-in folder and reopened Xcode. It asked me whether to load bundles, just hit load and it loaded. [github.com/supermarin/Alcatraz/issues/359]
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
add a comment |
I moved Alcatraz.xcplugin outside from the plug-in folder. Opened Xcode, then quit. Later I moved back into the plug-in folder and reopened Xcode. It asked me whether to load bundles, just hit load and it loaded. [github.com/supermarin/Alcatraz/issues/359]
I moved Alcatraz.xcplugin outside from the plug-in folder. Opened Xcode, then quit. Later I moved back into the plug-in folder and reopened Xcode. It asked me whether to load bundles, just hit load and it loaded. [github.com/supermarin/Alcatraz/issues/359]
answered Nov 6 '15 at 7:41
Abhishek BediAbhishek Bedi
2,55311848
2,55311848
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
add a comment |
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
Easiest and simplest answer. Might not work for everybody but it did the job for me. Thanks!
– BFeher
Dec 4 '15 at 4:23
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f33342969%2falcatraz-in-xcode-7-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
