AppCode 3.0.4 bug-fix update
Hello everyone,
We’ve announced 3.0.3 update recently. Unfortunately a critical bug in formatting was there – thanks to our user who mentioned and reported the problem. Today the update 3.0.4 with the fix is available.
Also in C/C++ code the autocompletion is now working after ‘->’, ‘::’, ‘->*’, etc.
You can download the build from our website or via ‘Check for updates’ AppCode menu.
Develop with pleasure!
The AppCode Team
Comments below can no longer be edited.
fontanalorenzo says:
August 1, 2014Thank you!
Maxim Bunkov says:
August 4, 2014I love you!!!! THX a lot!
Dom says:
August 5, 2014Has anyone gotten AppCode to run on Yosemite? I get this error when AppCode tries to start:
dyld: Symbol not found: _CGContextSetAllowsAcceleration
Referenced from: /Library/Java/JavaVirtualMachines/1.6.0_43-b01-447.jdk/Contents/Libraries/libawt.jnilib
Expected in: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
Thanks.
Alexey Utkin says:
August 7, 2014@Dom It seems that you need the latest Apple Java for OS X:
http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US
Dom says:
August 9, 2014Thanks Alexey.