Skip to content

Commit d8ea64e

Browse files
authored
Merge pull request #170 from mendix/moo/MOO-1498-dev-mode-issue-fix
[MOO-1498] - Fix GCC preprocessor definitions
2 parents 0c187df + 5bf5ffd commit d8ea64e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ abstract_target "Mendix" do
103103
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
104104
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
105105
if target.name.start_with?("React") || target.name == "RCTTypeSafety"
106-
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', "COCOAPODS=1", "RCT_DEV=1"]
106+
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] |= ['$(inherited)', "COCOAPODS=1", "RCT_DEV=1"]
107107
end
108108

109109
# Specify 'Swift Version: 5.0' for resolving archieve errors.

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,6 +2625,6 @@ SPEC CHECKSUMS:
26252625
VisionCamera: 7187b3dac1ff3071234ead959ce311875748e14f
26262626
Yoga: 92f3bb322c40a86b7233b815854730442e01b8c4
26272627

2628-
PODFILE CHECKSUM: a8ba4f8aa949fc78ec2919cd1aa7c8a2626f3a37
2628+
PODFILE CHECKSUM: 7e6973daa65dd92de8d8b405e44bae3e797d3b49
26292629

26302630
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)