openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

that path doesn't lead to the developer area #9

Closed thealina closed 10 years ago

thealina commented 10 years ago

and the developer area outside the application folder doesn't have Xcode (but I have Xcode on my computer) I tried placing it in the contents of the app but it's also not reading there either - tried the plugin first then the folder you provided.. ..... nada

admsyn commented 10 years ago

To clarify: You're having issues getting the plugin installed?

~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ doesn't exist by default. You have to make a few of the folders along the way. If I remember right it's both the Xcode and Plug-ins folders.

You'll have to restart Xcode after you've put the plugin in place as well.

if you build the project that comes with the repo, it should just put it in the right place without any involvement from you.

Also, are you on Xcode 5?

thealina commented 10 years ago

To clarify: You're having issues getting the plugin installed? Yes

~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ doesn't exist by default. You have to make a few of the folders along the way. If I remember right it's both the Xcodeand Plug-ins folders. See attached images[image: Inline image 2][image: Inline image 1]

You'll have to restart Xcode after you've put the plugin in place as well. Nada changes

if you build the project that comes with the repo, it should just put it in the right place without any involvement from you. That's what I want but my github skills and c++ skills aren't this advanced I'm still trying to getting a footing and there aren't resources that I can find for open framework beginners

Also, are you on Xcode 5? Yes

On Fri, Mar 7, 2014 at 12:16 AM, Adam Carlucci notifications@github.comwrote:

To clarify: You're having issues getting the plugin installed?

~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ doesn't exist by default. You have to make a few of the folders along the way. If I remember right it's both the Xcode and Plug-ins folders.

You'll have to restart Xcode after you've put the plugin in place as well.

if you build the project that comes with the repo, it should just put it in the right place without any involvement from you.

Also, are you on Xcode 5?

— Reply to this email directly or view it on GitHubhttps://github.com/admsyn/OFPlugin/issues/9#issuecomment-36968789 .

admsyn commented 10 years ago

The images didn't get attached to your comment for some reason..

The easiest way to get the plugin installed would be to download the pre-compiled plugin from my site here, extract it and then double click the "open-me-to-install" script. After that you should just have to restart Xcode.

To get this repo, follow these steps:

Let me know if that works for you.

admsyn commented 10 years ago

Hey @thealina I think I may have figured it out. There was a bug with this plugin and Xcode 5.1 that I just fixed. If you get a new copy of the plugin, it should work. Feel free to re-open this if you're still having issues though.