Skip to content

Commit

Permalink
Update flutter_login_facebook.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritinlife committed Jun 20, 2020
1 parent 17e5c16 commit c097bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/flutter_login_facebook.podspec
Expand Up @@ -18,6 +18,9 @@ Login via Facebook for Flutter projects.
s.dependency 'FBSDKLoginKit', '~> 7.0'
s.platform = :ios, '9.0'

#https://github.com/flutter/flutter/issues/14161
s.static_framework = true

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
Expand Down

0 comments on commit c097bbb

Please sign in to comment.