Skip to content

Commit

Permalink
Merge pull request #728 from mendix/fix/xcode-issue
Browse files Browse the repository at this point in the history
[MOO-1199] Resolve build errors due to recent Xcode update
  • Loading branch information
UrazAkgultan authored Oct 13, 2023
2 parents 83be7a0 + 37b00d7 commit de01f11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed

- We fixed build errors caused by the recent XCode 15 update.

## [7.0.8] - 2023-09-25

### Fixed

- We have enhanced file encryption on Android.

## [7.0.7] - 2023-09-22
Expand Down
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ post_install do |installer|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] << "DEBUG=1"
end
end
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end
# Ensure deployment_target is set correctly for all projects
Expand Down

0 comments on commit de01f11

Please sign in to comment.