Skip to content

Commit 2ff1465

Browse files
committed
build(ios): enable modules in xcode project, should fix SDK 8+ build
1 parent c6c4623 commit 2ff1465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/titanium-web-dialog.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
isa = XCBuildConfiguration;
222222
baseConfigurationReference = 24DD6D1B1134B66800162E58 /* titanium.xcconfig */;
223223
buildSettings = {
224+
CLANG_ENABLE_MODULES = YES;
224225
CLANG_ENABLE_OBJC_ARC = YES;
225226
CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
226227
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -264,6 +265,7 @@
264265
baseConfigurationReference = 24DD6D1B1134B66800162E58 /* titanium.xcconfig */;
265266
buildSettings = {
266267
ALWAYS_SEARCH_USER_PATHS = NO;
268+
CLANG_ENABLE_MODULES = YES;
267269
CLANG_ENABLE_OBJC_ARC = YES;
268270
CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
269271
DEPLOYMENT_POSTPROCESSING = YES;

0 commit comments

Comments
 (0)