I tried using the latest alamofire pod with my project. I am getting error while running in simulator "could not find module 'Alamofire' for architecture 'x86_64'; found: arm64, arm, armv7" but it works in phones. I tried deleting derived data, clean and build project again. Any idea or any suggestions would be appreciated. Let me know if you need more details
Alamofire Environment
Alamofire version:5 beta 6
Xcode version:10.2
Swift version:5
Platform(s) running Alamofire:iOS
macOS version running Xcode:Mojave
Make sure your project has x86 and x86_64 set as valid architectures so you can build for the simulator.
Sorry, we use our GitHub project for bug reports and feature requests. In the future, you should open questions like this on Stack Overflow.
Cheers. 🍻
From our Contribution Guidelines
We don't use GitHub as a support forum. For any usage questions that are not specific to the project itself, please ask on Stack Overflow instead. By doing so, you'll be more likely to quickly solve your problem, and you'll allow anyone else with the same question to find the answer. This also allows maintainers to focus on improving the project for others.