Commit 7617974e56fec826795c8a55800a899364b6d033
1 parent
5bf3eac2
no message
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveBLoginModule.podspec
| @@ -122,5 +122,6 @@ TODO: 网家家-登录模块. | @@ -122,5 +122,6 @@ TODO: 网家家-登录模块. | ||
| 122 | s.dependency 'CNLiveBusinessBaseModule' | 122 | s.dependency 'CNLiveBusinessBaseModule' |
| 123 | 123 | ||
| 124 | s.static_framework = true | 124 | s.static_framework = true |
| 125 | + s.xcconfig = { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES' } | ||
| 125 | 126 | ||
| 126 | end | 127 | end |
Example/CNLiveBLoginModule/CNLIVEAppDelegate.m
| @@ -8,8 +8,6 @@ | @@ -8,8 +8,6 @@ | ||
| 8 | 8 | ||
| 9 | #import "CNLIVEAppDelegate.h" | 9 | #import "CNLIVEAppDelegate.h" |
| 10 | #import "CNLiveLoginController.h" | 10 | #import "CNLiveLoginController.h" |
| 11 | - | ||
| 12 | - | ||
| 13 | #import "CNUserInfoManager.h" | 11 | #import "CNUserInfoManager.h" |
| 14 | #import "CNLiveEnvironment.h" | 12 | #import "CNLiveEnvironment.h" |
| 15 | #import <CNLiveUserSystemSDK/CNLiveUserSystemCenter.h> | 13 | #import <CNLiveUserSystemSDK/CNLiveUserSystemCenter.h> |