News

AppCode 3.1.1 bug fix update

AppCode 3.1.1 bug fix update is available now.

If you’re using AppCode 3.1, you’ll get a notification about available update or you can check for updates manually. Or, if you like, you can download a fresh installer from the AppCode site.

This build addresses a couple of critical fixes:

  • Garbage characters in the console window are fixed (OC-10734).
  • Kiwi tests which were not working correctly with Xcode 6.1 (and 6.2 beta) are fixed now (OC-10741).
    Please, pay attention here that the lowest supported Kiwi version is now 2.3, that means that Kiwi with OCUnit is no longer supported, so switch to to the XCTest pod to use Kiwi.

A couple of fixes for the problems with resolving and parsing in Swift code are also included into this build:

  • Getting the value in var.0-style for non-tuple types is resolved correctly now (OC-11168).
  • Negative values in enums are parsed correctly now (OC-11305).
  • Shorthand external parameters parsing errors in some specific cases are fixed now (OC-11149).

The full list of fixes can be found in our tracker.

Sincerely yours,
The AppCode Team