NghiaTranUIT / artify-macos

🌎 18th century Arts for everyone
https://artify.launchaco.com
GNU Lesser General Public License v3.0
178 stars 9 forks source link

Build error: Value of type 'ImageTask' has no member 'map' #67

Open meiziteacher opened 4 years ago

meiziteacher commented 4 years ago

build with Xcode 11, found error : Value of type 'ImageTask' has no member 'map' in func downloadAndSavePhoto() of DownloadService.swift

NghiaTranUIT commented 4 years ago

If you would run this project in Xcode 11, I suggest that you should update all cocoapod library

$ bundle exec pod update

because some method RxSwift doesn't run properly in the latest Xcode.