You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I have no clue about XCode and Pods, this seems to be the problem and helped me fix the issue locally.
Thanks. this problem already exists so
In Flutter:
add this line in pod_install PodFile: installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end
When trying to run a project with swift-sodium on XCode 13, targeting the iOs Simulator, you will get an error message containing
According to https://stackoverflow.com/a/63955114, this is an issue with M1 support and can be fixed by adding the following lines to to the Podspec:
Note: I have no clue about XCode and Pods, this seems to be the problem and helped me fix the issue locally.
The text was updated successfully, but these errors were encountered: