akahan / Nib-Decompiler

117 stars 45 forks source link

Compilation problem #1

Open santtiaga opened 13 years ago

santtiaga commented 13 years ago

Debug build done without errors, but the release gives 9 errors. There are no target file in the debug build.

Could you share compiled version? Thx

reeseovine commented 11 years ago

When built in 10.8, it gives errors

coreyriggle commented 10 years ago

in 10.9 it fails due to garbage collection being depreciated. Can anyone update it?

yudindi commented 10 years ago

following worked for me (OSX 10.9.4): sudo ln /Developer/usr/bin/amlint /usr/bin/amlint XCode->Edit->Refactor->"Convert to Objective-C ARC" Manually edit NibDecompiler.xcodeproj/project.pbxproj and comment out two lines "GCC_ENABLE_OBJC_GC = supported;" Reload the project and rebuild Copy .workflow to /Library/Services

ohc192 commented 9 years ago

Thank you yudindi. That worked for me. I also see the path to the action hardcoded in the .workflow file.

It was /Volumes/DataHD/akahan/Library/Automator/NibDecompiler.action

I am assuming there is nothing in the build process that changes it, so I updated it manually.

stilus57 commented 7 years ago

Who else needs a compiled NibDecompiler.action, download here... Good luck!

foliovision commented 6 years ago

I see I'm not the only one with a compilation issue starting with what's here in GitHub:

Unfortunately in OS X 10.11.6 and Xcode 8.1, I'm unable to compile NibDcompiler itself. This is the error I get when I try to build NibDcompiler:

/Users/~/Library/Developer/Xcode/DerivedData/NibDecompiler-damxsioeodghiidcehelfpgdcmfz/Build/Intermediates/NibDecompiler.build/Debug/NibDecompiler.build/Script-D899DFE31284865D00F55CA4.sh: line 2: /usr/bin/amlint: No such file or directory

Any ideas?

I tried running:

sudo ln /Developer/usr/bin/amlint /usr/bin/amlint

but just got this response:

ln: /Developer/usr/bin/amlint: No such file or directory

Could someone put up a build which will compile on 10.11.6 or even just a link to a compiled version and the versions of OS X on which it will run?

Thanks.

strobox commented 5 years ago

@foliovision /Applications/Xcode.app/Contents/Developer/usr/bin/amlint (https://discussions.apple.com/thread/2146224)