Go to project -> build settings. In Architectures -> Excluded architectures add for all debug and release fields field "Any iOS simulator SDK" with value "arm64" (without quotes). Do the same for pods architectures. After that clean project (shift - cmd - k) and run the project.
Post
Replies
Boosts
Views
Activity
Add line "arm64" (without quotes) to path: Xcode -> Project -> Build settings -> Architectures -> Excluded architectures
Also do the same for Pods. In both cases for both debug and release fields.
I hope this will help.
Best regards.