The iOS Demo will not compile with XCode 10.2 and cannot be converted with 10.2. It requires 10.1. Updating the pod file with
# Pod for MongoDB / Stitch
pod 'StitchSDK', '~> 6.0.0'
# UI Extras
pod 'Toast-Swift', '~> 5.0.0'
pod 'BEMCheckBox', '~> 1.4.1'
helps but will still not compile with a number of errors such as
Command CompileSwift failed with a nonzero exit code
hasher.combine(id.oid) //this is fixed by adding 'bytes' to the parameter but the oid is still internally protected with an error of
'oid' is inaccessible due to 'internal' protection level
The iOS Demo will not compile with XCode 10.2 and cannot be converted with 10.2. It requires 10.1. Updating the pod file with
helps but will still not compile with a number of errors such as