DelphiWorlds/Kastri

Unable to build FCMBaseDemoD12 for iOS due to missing TUITraitEnvironment

MyBuzzTechnologies opened this issue · 2 comments

When I try to build the FCMBaseDemoD12 project (FCMRebooted) in Delphi 12.1, it errors due to a missing type in DW.iOSapi.UIKit.pas.

[DCC Error] DW.UIHelper.iOS.pas(118): E2003 Undeclared identifier: 'TUITraitEnvironment'

Committed a fix

That's now working, thanks Dave