This guide helps you configure Apple Intelligence to work with the iOS Simulator in your React Native applications.
Apple Intelligence must be enabled on your macOS system before it can be used in the iOS Simulator. Follow these steps to ensure proper configuration.
Before running Apple Intelligence on the simulator, verify your macOS settings are correctly configured.
Apple Intelligence and Siri must use the same language. To configure this:
Apple Intelligence is only available in certain regions. To enable it:
After changing your region to a supported location, the Apple Intelligence toggle should appear in your system settings.
United States is one of the supported regions, but Apple Intelligence may be available in other regions as well. Check Apple's official documentation for the complete list of supported regions.
Once your language and region are configured:
The model download may take several minutes depending on your internet connection. Ensure you have sufficient disk space available.
After enabling Apple Intelligence on macOS:
If you don't see the Apple Intelligence toggle in System Settings:
If Apple Intelligence is enabled but models aren't working:
apple.isAvailable() returns true in your code (see Availability Check)Always check if Apple Intelligence is available before using it in your application. See the Availability Check section in the Generating guide for details on how to implement this check.