Skip to content

Commit 8e73819

Browse files
Merge pull request #1124 from mendix/moo/MOO-2155-native-fs-issue-fix
[MOO-2155] - Fix file not found exception
2 parents 464210a + be365e8 commit 8e73819

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file.
44

55
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).
66

7+
## [Unreleased]
8+
9+
- We updated the version of mendix-native to v0.1.4 to fix iOS native file system issue.
10+
711
## [16.1.0] - 2025-11-30
812

913
- We have improved the styling where edge-to-edge mode is enabled.

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ post_install do |installer|
9797
installer.pods_project.targets.each do |target|
9898
target.build_configurations.each do |config|
9999
# Specify 'Swift Version: 5.0' for resolving archieve errors.
100-
if target.name == 'react-native-video'
100+
if target.name == 'react-native-video' || target.name == 'MendixNative'
101101
config.build_settings['SWIFT_VERSION'] = '5.0'
102102
end
103103
if target.name == 'VisionCamera'

0 commit comments

Comments
 (0)