paradoxally / Trivia-Swift

An elegant and efficient macOS trivia bot that combines the power of search with the nature of crowd-sourced trivia.
MIT License
4 stars 2 forks source link

No such module 'ObjectMapper' #6

Open Nikohtr opened 6 years ago

Nikohtr commented 6 years ago

When I try to build the project it says: No such module 'ObjectMapper'

screen shot 2018-05-27 at 19 21 58 screen shot 2018-05-27 at 19 20 06
paradoxally commented 6 years ago

Did you run pod install or pod update after cloning the repository?

Nikohtr commented 6 years ago

yes I did

paradoxally commented 6 years ago

Okay, so I tried to reproduce the issue by cloning the repo to a new folder and opening the .xcworkspace file in Xcode. Pressing cmd + B (build) works fine on my end. I did not need to update or install Pods (probably because the Pods cache was already updated on my machine).

Make sure you clone the latest version to avoid any issues. I recommend that you follow these steps to clear your current cache and then install the Pods again.

JeffreyBytes commented 6 years ago

Make sure you're opening the workspace not the xc project.