Skip to content

Commit

Permalink
Exclude arm64 from CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAsterisco committed Nov 29, 2020
1 parent e0b02d2 commit ebf66cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/RxFireAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
CODE_SIGN_ENTITLEMENTS = RxFireAuth/RxFireAuth_Example.entitlements;
DEVELOPMENT_TEAM = 43C9YP2S4Y;
INFOPLIST_FILE = RxFireAuth/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "io.mrasterisco.github.RxFireAuth-Example";
Expand All @@ -734,7 +734,7 @@
CODE_SIGN_ENTITLEMENTS = RxFireAuth/RxFireAuth_Example.entitlements;
DEVELOPMENT_TEAM = 43C9YP2S4Y;
INFOPLIST_FILE = RxFireAuth/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "io.mrasterisco.github.RxFireAuth-Example";
Expand Down
6 changes: 6 additions & 0 deletions RxFireAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@ Pod::Spec.new do |s|
s.dependency 'RxCocoa', '~> 5'
s.osx.dependency 'AppAuth', '~> 1.4'
s.static_framework = true

# See https://github.com/CocoaPods/CocoaPods/issues/10065
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit ebf66cd

Please sign in to comment.