Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3510084
D9228.id31287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
984 B
Referenced Files
None
Subscribers
None
D9228.id31287.diff
View Options
diff --git a/native/ios/Podfile b/native/ios/Podfile
--- a/native/ios/Podfile
+++ b/native/ios/Podfile
@@ -83,6 +83,9 @@
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO'
+ # The below is to address: https://linear.app/comm/issue/ENG-4984
+ # Context: https://github.com/facebook/react-native/issues/37748
+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end
diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock
--- a/native/ios/Podfile.lock
+++ b/native/ios/Podfile.lock
@@ -952,6 +952,6 @@
Yoga: dc109b79db907f0f589fc423e991b09ec42d2295
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
-PODFILE CHECKSUM: 60ed9de6b14a66c6022cd82cafcb04594edd7eaf
+PODFILE CHECKSUM: e45238be1b6262e5cd4dbe34492a16945fc2ae43
COCOAPODS: 1.12.1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 11:30 AM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690822
Default Alt Text
D9228.id31287.diff (984 B)
Attached To
Mode
D9228: [iOS] Set `_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION` flag to unblock iOS build
Attached
Detach File
Event Timeline
Log In to Comment