Nib-Decompiler icon indicating copy to clipboard operation
Nib-Decompiler copied to clipboard

Compilation problem

Open santtiaga opened this issue 14 years ago • 7 comments

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

santtiaga avatar Feb 11 '11 17:02 santtiaga

When built in 10.8, it gives errors

reeseovine avatar Feb 22 '13 02:02 reeseovine

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

coreyriggle avatar Aug 28 '14 02:08 coreyriggle

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 <your_user>/Library/Services

yudindi avatar Sep 21 '14 22:09 yudindi

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.

ohc192 avatar Jul 28 '15 22:07 ohc192

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

stilus57 avatar May 01 '17 00:05 stilus57

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.

foliovision avatar Apr 12 '18 11:04 foliovision

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

strobox avatar May 02 '19 12:05 strobox