Open santtiaga opened 13 years ago
When built in 10.8, it gives errors
in 10.9 it fails due to garbage collection being depreciated. Can anyone update it?
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
Thank you yudindi. That worked for me. I also see the path to the action hardcoded in the .workflow file.
It was
I am assuming there is nothing in the build process that changes it, so I updated it manually.
Who else needs a compiled NibDecompiler.action, download here... Good luck!
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 /Applications/Xcode.app/Contents/Developer/usr/bin/amlint (https://discussions.apple.com/thread/2146224)
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