mongodb / stitch-tutorials

Tutorial apps for web, iOS, and Android that use Stitch, Atlas, and various authentication providers.
2 stars 17 forks source link

iOS tutorial will not compile XCode 10.2 #3

Closed Jaycyn closed 5 years ago

Jaycyn commented 5 years ago

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

Jaycyn commented 5 years ago

See new tutorials

MongoDB stitch