ARVideoKit icon indicating copy to clipboard operation
ARVideoKit copied to clipboard

pod installation issue

Open Anu150030170 opened this issue 3 years ago • 2 comments

When run app using pods then the video exported is of different size compared to video exported during manual adding of framework in Swift package Manager.

Any help please...

Anu150030170 avatar Feb 23 '21 08:02 Anu150030170

Latest version uploaded to cocoapods is 1.5.12. It's pretty old version that doesn't have some options added to control record aspect ratio. If you install same version with SwiftPM you'll probably get same results

hypafrag avatar Apr 09 '22 13:04 hypafrag

Cocao Pods supports using a repo so you could pull in the library to your project that way. https://stackoverflow.com/questions/39930664/how-to-install-a-pod-from-a-specific-branch

digitallysavvy avatar Apr 13 '22 15:04 digitallysavvy