How do I resolve dependency with this repo?
Closed this issue ยท 6 comments
I'm currently trying to resolve this repo as a dependency to my project via SPM. Xcode is stuck looking up for the reference.
Interestingly enough, the issue number is 404. ๐
๐
How are you referencing it? Most probably you're using a tag and I haven't added a tag for a while now. I'd recommend you use a commit or the main branch. For example here is how we are using it in our App:
.package(name: "QuranEngine", url: "https://github.com/quran/quran-ios", .branch("main")),
๐๐ฝ
I can resolve dependency with the repo based on what you have suggested. Do we have a doc or a guide on how to use it for the features I've listed in my query?
Could you please revert the edit you made to the issue and instead open a new issue for the other inquiry? We would appreciate you doing this since it will allow others search for a similar problem and see the solution.
Thanks!
Thank you! Closing this now.