When deploying to the device, the following error appears: [DCC Error] E2597 ld: file not found: /System/Library/Frameworks/...
Starting from version 1.2, when deploying to the device, you will encounter linker errors like the one below.


To fix the linker error, you will need to add a reference to the ImageIO framework in the SDK Manager. To add a new framework, right-click on your project and choose the iOS Device target. Right-click on the target and choose "Edit SDK" from the popup menu.



Path on remote machine
XE5: "/System/Library/Frameworks"
XE6 and later: "$(SDKROOT)/System/Library/Frameworks"
Framework name: ImageIO
click on ok. The last step necessary for a correct linking is to update the local SDK directory with the new information. Click on "Update local file cache" at the bottom of the SDK manager:
