Sagar Dagdu

Results 14 comments of Sagar Dagdu

Hi @invinciible , could you please post the crash log? I wasn't able to reproduce the crashes on my side.

> Great that you have CocoaPods support, what about Carthage? 😄 > > https://medium.com/@filippotosetto/how-to-create-a-carthage-framework-8d9d65f98ac2 Planning very soon, thanks for the resource 👍🏻

Hi @chinmaykdas , @SamiSharaf , @asiby I've written a DownloadManager in **Swift 3** which has similar features to this, you can check it out : https://github.com/SagarSDagdu/SDDownloadManager

Hello @nathanfallet , Is it possible that we release 0.15.0 on Cocoapods (with the privacy manifest added) without visionOS support and then work on adding visionOS support in later versions?...

Hi @nathanfallet , I spent a couple of days on this issue and I have come up with a bare minimum solution needed to push the spec to Cocoapods repo...

As a result of the above, I think we will need to drop support for iOS 11 in 0.15.0 (As app store requires all apps to be submitted using Xcode...

@nathanfallet The simplest way to test out what I have done is, checkout to the mentioned branch, run `bundle install` and then try linting the podpsec

@nathanfallet Yes, the issue comes from Cocoapods itself! Other libraries are also facing this issue, for example, [here](https://github.com/groue/GRDB.swift/issues/1518) is a link to an issue that is open in GRDB which...

@Orvid I am getting similar kind of compilation error when RCT-Folly is installed through Cocoapods in a React Native application. Folly version is `2024.01.01.00`, React Native version is `0.74.2`, Xcode...

Including `` explicitly doesn't help. ![Screenshot 2024-06-28 at 11 46 29 AM](https://github.com/facebook/folly/assets/11807135/f573cdc6-a58c-455c-851b-8aaaeda84061)