Flickr Image Searching app using RxSwift and MVVM architechture, and CoreData for saving past searches.
- Xcode 13
- iOS 13+
sudo gem install cocoapods
cd "Project directory"/FlickSearch
pod install
If you're using M1 Macbook, you maybe will face an error while executing the previous command, so try the following command:
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
After installing pods, open FlickSearch.xcworkspace file, then hit "Command+B"