openframeworks / OFXcodeMenu

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

cannot compile xcodeProject #39

Closed icq4ever closed 9 years ago

icq4ever commented 9 years ago

after update to Xcode 7.0, OF menu disappear as I expect. so I re-download xodeproject file from this github page.

but I CANNOT build it. instead " error : Unable to create directory / Users/{myUserName}/Library/Application Support/Developer/Shared/Xocde/Plugins/OFXcodeMenu.xcplugin/Contents (Permission denied) "

so I tried with Alcatraz Xcode package manager. but that's not work neither. press the 'install button', change to 'installing' and graph is growing, but soon back to 'install'

kylemcdonald commented 9 years ago

i just updated Xcode and could not reproduce this.

admsyn commented 9 years ago

Is the error a literal copy-paste? There's a space after the "/" in / Users/.

When you say you downloaded the xcodeproject file, do you mean you cloned the whole repository or just downloaded the .xcodeproj? If you just got the .xcodeproj can you try cloning the whole repository, or downloading the full source from https://github.com/openframeworks/OFXcodeMenu/releases ?

I can't reproduce this either fwiw. It may help to remove the old plugin and re-build, if for some reason the original one was created under a different user account.

icq4ever commented 9 years ago

sorry. its

/Users/~ I'm not cloned. just download zip file.

I tired again with Xcode 7.0 zip from the address you give me (https://github.com/openframeworks/OFXcodeMenu/releases) but still cannot build.

after that... I cloned whole repository with GitHub app for OS X. but still not working... pretty weird..

screen shot 2015-09-22 at 6 43 59 pm
admsyn commented 9 years ago

Can you try manually deleting the plugin from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ and re-building?

icq4ever commented 9 years ago

manually delete the plugin directory is not working. so I chanced "sharing & permissions" section, in "staff","everyone" from "Read only"to "Read & Write". and I can build.

before that, I check file permission on DiskUtility of OSX. but it's not work. anyway. now OF Menu it works.

admsyn commented 9 years ago

OK, thanks for the update @icq4ever. I don't think there's much that can be done from within OFXcodeMenu to fix that, so I'm going to close this.