Skip to content

Commit

Permalink
fix(ios): Update podspec to support host arc
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Oct 13, 2023
1 parent d57b3ae commit 7d40b2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions usabilla-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ Pod::Spec.new do |s|

s.dependency 'React'
s.dependency 'Usabilla', '~> 6.5'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 7d40b2f

Please sign in to comment.