Vinod Nayak

Results 2 issues of Vinod Nayak

I have updated my Xcode from 10.1 to 10.2 am not able to run the app getting the following error: The following binaries use incompatible versions of swift(Swift stdlib tool...

inactive

I just implemented this simple method to fetch all available tags/zones import UIKit import Parse import EstimoteProximitySDK class HomeViewController: UIViewController { let estimoteCloudCredentials = CloudCredentials(appID: "xxxxxxxx", appToken: "xxxxxxxxxxxxx") var proximityObserver:...