Same issue here, Macbook Pro M2 Pro 16 inch
Post
Replies
Boosts
Views
Activity
Same issue, wasted like 2/3 hours on this. Dosen't work on simulator as expected but works fine on real device.
This might help somebody
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
I wonder why this is not included in SwiftUI !!! What were the developers thinking ?