Skip to content

Commit

Permalink
fix arm simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Jan 26, 2024
1 parent 395c20a commit 61f5f28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mParticle-Radar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ Pod::Spec.new do |s|
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'RadarSDK', '~> 3.4.4'
s.ios.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/RadarSDK/**',
'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.ios.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"' }
end

0 comments on commit 61f5f28

Please sign in to comment.