Skip to content

Commit

Permalink
chore: Fixing AWSLex.podspec (#5476)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Dec 10, 2024
1 parent 7f5efd6 commit ce10c22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AWSLex.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Pod::Spec.new do |s|
s.resource_bundle = { 'AWSLex' => ['AWSLex/Media.xcassets', 'AWSLex/PrivacyInfo.xcprivacy'] }

# Exclude arm64 when building for simulator on Xcode 12+
s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'OTHER_LDFLAGS': '-ObjC -ld64'
}

end

0 comments on commit ce10c22

Please sign in to comment.