Early Access Program
News
AppCode 2022.2 EAP6: Various Bug-Fixes
Hi,
A new AppCode 2022.2 EAP build (222.3345.51) is available for download. Builds are available from our website and via the Toolbox App. You can also update from the 2022.2 EAP5 build via patch.
Here are the highlights:
- A new intention action to unwrap optionals was added:
- The redundant logs during UI testing were removed.
- Support for
EXCLUDED_ARCHS
build setting was added. Since Xcode 12, this setting should be used instead of the deprecatedVALID_ARCHS
. - The prebuild action was fixed for Xcode 14b3.
- AppCode no longer introduces unnecessary changes to the
*.xcodeproj
/project.pbxproj
files (OC-21297). - AppCode now correctly supports building/running on x86_64 when running on Apple Silicon hardware (M1).
- A new action to generate tables of contents in Markdown files was added. This new action is available from the Insert and Generate pop up menus (
⌘N
on). The IDE will insert a table of contents at the current caret position and enclose it with<!-- TOC -->
tags so that you can update it later by calling the same menu:
We also addressed a few performance regressions (OC-22852, OC-23018).
The full release notes are available here.
Your AppCode team
JetBrains
The Drive to Develop