Skip to content

Commit 599a7ad

Browse files
committed
fix building Twitter Auth module
1 parent df54c75 commit 599a7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuthUI/FIRAuthUIErrors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <Foundation/Foundation.h>
17+
@import Foundation;
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

FirebaseUI_dev_tw.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
twitter.resources = "FirebaseTwitterAuthUI/{Resources,Strings}/*", "FirebaseTwitterAuthUI/*.xib"
1818
twitter.dependency 'FirebaseAuthUI/AuthBase'
1919
twitter.dependency 'TwitterKit', '~> 2.4'
20-
twitter.pod_target_xcconfig = { 'CLANG_ENABLE_MODULES' => 'NO' }
20+
twitter.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PROJECT_DIR)/TwitterCore/iOS"' }
2121
end
2222

2323
end

0 commit comments

Comments
 (0)