diff --git a/Source/Tools/Flax.Build/Platforms/iOS/iOSPlatform.cs b/Source/Tools/Flax.Build/Platforms/iOS/iOSPlatform.cs
index 8b82b095b..2d7a3372a 100644
--- a/Source/Tools/Flax.Build/Platforms/iOS/iOSPlatform.cs
+++ b/Source/Tools/Flax.Build/Platforms/iOS/iOSPlatform.cs
@@ -11,6 +11,9 @@ namespace Flax.Build.Platforms
///
public override TargetPlatform Target => TargetPlatform.iOS;
+ ///
+ public override bool HasDynamicCodeExecutionSupport => false;
+
///
/// Initializes a new instance of the class.
///