Unable to build FCMBaseDemoD12 for iOS due to missing TUITraitEnvironment
MyBuzzTechnologies opened this issue · 2 comments
MyBuzzTechnologies commented
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'
DelphiWorlds commented
Committed a fix
MyBuzzTechnologies commented
That's now working, thanks Dave