Early Access Program News

AppCode 3.3 EAP, build 142.4859

New AppCode 3.3 EAP, build 142.4859 is available for download. The patch update is also available if you are using previous 3.3 EAP build.

We continue our work on Swift (and especially Swift 2.0) and this build introduces a couple of new features in this area:

  • Support for changes in function parameter labelling (mandatory names except for the first one).
  • Support for repeat-while statement.
  • Support for guard statement:
    guard

First 3.3 EAP introduced Objective-C generics support, however types were not inferred correctly there, and thus incompatible types were reported by AppCode (OC-12371). This particular problem is fixed now. Also expect further updates related to Objective-C generics in next EAP (OC-12338).

Besides, Swift Core Data renderers are available now in AppCode’s debugger.

In case you are using AppCode for development with Unreal Engine 4, you’ll be glad to learn that __LINE__ macro is now supported correctly. (However, some related issues are still left – CPP-4451)

In case you are using Perforce as a VCS, benefit from the new option available in the IDE UI – shelve your changes easily, by invoking Shelve in Perforce… action. You can also browse perforce shelf and unshelve it anytime you want.

The full list of fixes and improvements can be found here.

Develop with pleasure,
The AppCode Team