I am creating a coffee shop app where when I did pod install, it got installed and when I open the .xcworkspace I get an error to QuadraTouch and also Realm saying "Could Not build Object-C module 'QuadratTouch'? Does anyone know what is going on?
Here is my pod file
platform :ios, '10.2'
use_frameworks!
target 'CoffeeShop' do
pod 'QuadratTouch', '>= 1.0'
pod 'RealmSwift'
end