Skip to content

Commit

Permalink
Merge pull request #16 from Saranshmalik/patch/xcode-build-fix
Browse files Browse the repository at this point in the history
Patch: Fix for xcode build issue
  • Loading branch information
Saranshmalik authored Mar 27, 2021
2 parents d808952 + e7a0e57 commit df769ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RNZendeskChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Pod::Spec.new do |s|
s.dependency 'ZendeskAnswerBotSDK'
s.dependency 'ZendeskSupportSDK', '~> 5.0.5'
s.dependency 'ZendeskChatSDK'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
1 change: 1 addition & 0 deletions ios/RNZendeskChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit df769ed

Please sign in to comment.