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

build failed #5

Open
bluelzx opened this issue Dec 7, 2015 · 2 comments
Open

build failed #5

bluelzx opened this issue Dec 7, 2015 · 2 comments

Comments

@bluelzx
Copy link

bluelzx commented Dec 7, 2015

hi,i build it failed

error message is like this:

Ld /Users/xxx/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/ActivatePowerMode.xcplugin/Contents/MacOS/ActivatePowerMode normal x86_64
cd /Users/xxx/Documents/ActivatePowerMode
export MACOSX_DEPLOYMENT_TARGET=10.11
/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -L/Users/xxx/Library/Developer/Xcode/DerivedData/ActivatePowerMode-cetvukbamrlzwbedymcvgkhefjnl/Build/Products/Release -F/Users/xxx/Library/Developer/Xcode/DerivedData/ActivatePowerMode-cetvukbamrlzwbedymcvgkhefjnl/Build/Products/Release -F/Applications/Xcode7.app/Contents/Developer/../Frameworks -F/Applications/Xcode7.app/Contents/Developer/../SharedFrameworks -filelist /Users/xxx/Library/Developer/Xcode/DerivedData/ActivatePowerMode-cetvukbamrlzwbedymcvgkhefjnl/Build/Intermediates/ActivatePowerMode.build/Release/ActivatePowerMode.build/Objects-normal/x86_64/ActivatePowerMode.LinkFileList -mmacosx-version-min=10.11 -fobjc-arc -fobjc-link-runtime /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor -framework DVTKit -framework IDEKit -framework AppKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/xxx/Library/Developer/Xcode/DerivedData/ActivatePowerMode-cetvukbamrlzwbedymcvgkhefjnl/Build/Intermediates/ActivatePowerMode.build/Release/ActivatePowerMode.build/Objects-normal/x86_64/ActivatePowerMode_dependency_info.dat -o /Users/xxx/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/ActivatePowerMode.xcplugin/Contents/MacOS/ActivatePowerMode

clang: error: no such file or directory: '/Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor'

my Xcode is xocde7.1
and when i run Xcode-select -p,
result is /Applications/Xcode7.app/Contents/Developer

@poboke
Copy link
Owner

poboke commented Dec 7, 2015

The fact is that this project reference a file in Xcode, the file path is /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor.

So, could you rename Xcode7.app to Xcode.app?

Or download a release file at this url https://github.com/poboke/ActivatePowerMode/releases/tag/1.0.1.
The file name is ActivatePowerMode_1.01.zip.

Thank you.

@bluelzx
Copy link
Author

bluelzx commented Dec 7, 2015

that is ok!
thank you so much!

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

2 participants