Skip to content

D30.FLORENCE.13.0.0.2

Darian Miller edited this page Jan 24, 2026 · 1 revision

RAD Studio 13 October Patch

Related: Delphi Master Release List, D30.FLORENCE.13.0.0.0, D30.FLORENCE.13.0.0.1

image

RAD Studio 13 October Patch Readme

October 27, 2025

The RAD Studio 13 October Patch provides quality improvements to the 13 release, focused on C++ tooling, some debugger, iOS 26 and reFind improvements, enhancements to the Windows SDK integration for C++, and the delivery of some missing Indy packages.

The October Patch is a cumulative patch, which also includes all fixes delivered in the September Patch. This means that if you haven’t installed any of the 13.0 patches, all you have to install is the October Patch.

Installing this patch is highly recommended for all RAD Studio 13, Delphi 13, and C++Builder 13 customers.

Installation via GetIt

If you download the patch through GetIt, it will install automatically and create a backup of any replaced files. The actual download - about 825MB - takes place while the patch runs in a console window, which may take some time depending on your internet speed.

Note: The October patch includes updated versions of PAServer for MacOS and Windows. The MacOS version is the same as the September patch, so you need to copy it over to your target Mac device and install it there manually unless you have already done it for the September Patch. The Windows version of PAServer is new in this patch.

Manual Download and Installation

This patch is also available in the download portal at my.embarcadero.com:

  • Locate the RAD Studio 13 October Patch file and download it.
  • After unzipping it, you can run the batch file included
  • In alternative, you can manually expand the embedded ZIP file in the respective subfolders of the RAD Studio installation folder.
  • Next install PAServer for MacOS and Windows, as indicated above.

Uninstallation steps (for GetIt installation)

To uninstall the patch and revert back to the 13 original version:

  • Open the Catalog Repository installation folder (there is a specific, new command in GetIt dialog to open the folder a packages is expended into)
  • Run the uninstall batch file
  • Only after you have cleared the patch, uninstall the package from GetIt

Uninstallation steps (for manual installation)

In the folder where the patch was unzipped, run the uninstall batch file.

Potential Issue with macOS 26

In some uncommon scenarios, after applying the patch when building for macOS, you might see a link-time error message like [dccosxarm64 Error] E2597 ld: file not found: /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture for architecture arm64

In this case, consider following the steps below:

a. On your Mac, at the PAServer prompt, type s to display your scratch-dir location and delete that scratch-dir folder and its contents b. In the RAD Studio IDE, in the Platforms SDK configuration, delete the MacOSX 26.0 SDK for the macOS ARM 64-bit platform c. In the folder C:\Users<username>\Documents\Embarcadero\Studio\SDKs, delete MacOSX26.0.sdk file. d. In the RAD Studio IDE, configure the MacOSX 26.0 SDK once again

Quality Portal issues addressed

These are the publicly reported Quality Portal issues addressed by this patch (see https://qp.embarcadero.com):

  • RSS-4210: TTakePhotoFromCameraAction results in a crash when NeedSaveToAlbum is True on iOS 26
  • RSS-4200: reFind mangles rename units
  • RSS-4178: reFind CRLF help output issue
  • RSS-4118: Can't compile an empty FMX project to iPadOS 26 : missing _LocationEssentials framework
  • RSS-4247: Beyond compare fails on opened file and history compare

In addition, we addressed also the following debugger issues:

  • Korean (Unicode) variable names and function parameters are not displayed correctly in 64-bit debug mode
  • Debugger VC++ runtime crash when inspecting TList<> item [Delphi Win64 IDE]
  • The path to the import library is not ignored when the "Link by Name Only" option is set for the "Windows 64 - bit (modern)" platform.
  • 64-bit IDE opens CPU view when stopping on int 3

Links

Clone this wiki locally