Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] fix compile error when weexsdk used by other app
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhan-he committed Apr 10, 2019
1 parent 9e4c648 commit bfb9d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/sdk/WeexSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4095,6 +4095,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_CODE_COVERAGE = NO;
CLANG_ENABLE_MODULES = NO;
CLANG_WARN_COMMA = NO;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
Expand Down Expand Up @@ -4153,6 +4154,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_CODE_COVERAGE = NO;
CLANG_ENABLE_MODULES = NO;
CLANG_WARN_COMMA = NO;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
Expand Down

0 comments on commit bfb9d78

Please sign in to comment.