mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

App crashes on Xcode 11.4 #206

Open si-hartmann opened 4 years ago

si-hartmann commented 4 years ago

Xcode: 11.4 Stitch SDK: Version 6.1.0 Installed via CocoaPods

When building and running using Xcode 11.4 our app crashes with an error somewhere in the BSON module. It was running fine compiled with Xcode 11.3

Bildschirmfoto 2020-03-30 um 09 07 31 Bildschirmfoto 2020-03-30 um 09 09 25
pointsplenty commented 4 years ago

We are also having the same issue, our app crashes during profiling but debugging works fine.

awu-atomerse commented 4 years ago

similar here, debug build works but not release

jlichti commented 4 years ago

Running into the same error - crashes on debug for me.

si-hartmann commented 4 years ago

Still occurs in Xcode 11.4.1!

drewdipalma commented 4 years ago

Hi Folks – We are working on a new version of the SDKs which should address this issue and anticipate that they will be released within the following month.

si-hartmann commented 4 years ago

Will this new version be fully compatible with the current SDK, meaning without code changes?

drewdipalma commented 4 years ago

Hi @si-hartmann – There will be some minor syntax changes and re-naming but we believe it should be quick to make the transition. The upcoming version will also include the ability to include Realm in your application and sync to/from MongoDB Atlas.

si-hartmann commented 4 years ago

Is there a beta to get a preview?

drewdipalma commented 4 years ago

Hi @si-hartmann – We expect a public beta in approximately 2 weeks.

si-hartmann commented 4 years ago

@drewdipalma Any news on this?

jsflax commented 4 years ago

The beta has been released at https://github.com/realm/realm-cocoa. Please use v10.0.0-beta.2.

si-hartmann commented 3 years ago

Is there any migration guide from Stitch to Realm SDK? It seems to include quite some work.