diff --git a/src/Blazilla/FluentValidator.cs b/src/Blazilla/FluentValidator.cs
index 6652093..921dead 100644
--- a/src/Blazilla/FluentValidator.cs
+++ b/src/Blazilla/FluentValidator.cs
@@ -469,40 +469,21 @@ void IDisposable.Dispose()
///
- /// Creates a compiled delegate factory for creating ValidationContext instances of the specified type.
- /// This avoids the performance overhead of using Activator.CreateInstance with reflection.
+ /// Creates a factory for creating ValidationContext instances of the specified type.
+ /// Uses reflection instead of expression compilation so the component remains safe in iOS AOT-only mode.
///
/// The model type to create a factory for.
- /// A compiled delegate that creates ValidationContext instances.
+ /// A delegate that creates ValidationContext instances.
private static Func