diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4ff80b..a6bcb328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- We updated the version of mendix-native to v0.1.4 to fix iOS native file system issue. + ## [16.1.0] - 2025-11-30 - We have improved the styling where edge-to-edge mode is enabled. diff --git a/ios/Podfile b/ios/Podfile index 66ccdc77..8710c3a8 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -97,7 +97,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| # Specify 'Swift Version: 5.0' for resolving archieve errors. - if target.name == 'react-native-video' + if target.name == 'react-native-video' || target.name == 'MendixNative' config.build_settings['SWIFT_VERSION'] = '5.0' end if target.name == 'VisionCamera'