mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Unable to Build Project for Mac Catalyst #208

Open 4everTonyStark opened 4 years ago

4everTonyStark commented 4 years ago

I have a Swift iOS project that uses the Stitch SDK to synchronize my data to MongoDB. I am attempting to bring my app to MacOS using Apple's Project Catalyst. However, when I compile the app in Xcode, I get the following error:

Screen Shot 2020-04-27 at 11 18 41 AM

From using other third party libraries, I know that this error means the framework/library did not support Mac Catalyst when it was compiled into a framework/library. Is Mac Catalyst support coming to the Stitch iOS SDK in the near future? If not, is there a different library or framework you would recommend to connect my Catalyst app to MongoDB? I've looked into the MongoDB Swift driver repository https://github.com/mongodb/mongo-swift-driver, but as that is still in alpha/beta, I found it was much too unstable to be used at the moment. Thanks.

austinwg commented 2 years ago

Is it possible to share bson.framework xode project? Then I can build it for mac and use it.