ccgus / fmdb

A Cocoa / Objective-C wrapper around SQLite
Other
13.84k stars 2.77k forks source link

Support for visionOS #850

Closed serajahmad01 closed 1 year ago

serajahmad01 commented 1 year ago

Hi Team,

Is there any timeline or ETA for the support of VisionOS (Apple's new device) on FMDB?

Thanks, Seraj

ccgus commented 1 year ago

Does it not work? I haven't tried, but I bet they just compile fine.

medabida commented 1 year ago

Any updates on this ? when Building with Carthage i am getting the following error

*** Skipped building fmdb due to the error:
Dependency "fmdb" has no shared framework schemes for any of the platforms: visionOS
serajahmad01 commented 1 year ago

Hi All,

Adding "visionOS" in the Supported Platform of Target "FMDB-IOS" and rebuilding worked for me.

image
medabida commented 1 year ago

@serajahmad01 Thank you. I am not a big fan of forking the repo and doing those changes manually because i would loos the auto-update in case a new version of FMDB gets released.. @ccgus any plans on applying this fix on the FMDB repo ? ill be happy to create an MR myself to fix this..

ccgus commented 1 year ago

Fixes + pull requests are appreciated.

medabida commented 1 year ago

Pull request -> https://github.com/ccgus/fmdb/pull/851