Hello,
After updating by TMS Smart Setup The TMS FNC Cloud Pack 3.6.0.2, remove other platforms
After searching, I found the FMXTMSFNCCloudPackPkg.dproj file change
from
Platforms
Platform value="Android">True</Platform
Platform value="Android64">True
Platform value="iOSDevice64">True
Platform value="iOSSimARM64">True
Platform value="Linux64">True
Platform value="OSX64">True
Platform value="OSXARM64">True
Platform value="Win32">True
Platform value="Win64">True
Platform value="Win64x">True
/Platforms>
to
Platforms>
Platform value="Android">false
Platform value="Android64">false
Platform value="iOSDevice64">false
Platform value="iOSSimARM64">false
Platform value="Linux64">false
Platform value="OSX64">false
Platform value="OSXARM64">false
Platform value="Win32">True
True
Platform value="Win64x">True
Platforms>
And I tried tms build full Nothing has changed
Other component FNC are successfully installed!