ARVideoKit icon indicating copy to clipboard operation
ARVideoKit copied to clipboard

import ARVideoKIT error Could not build Objective-C module 'ARVideoKit'

Open omi9430 opened this issue 6 years ago • 1 comments

Hello, I am facing this issue when i install pod and try to import ARVideoKit the following error show's up"Could not build Objective-C module 'ARVideoKit'" once i manage the scheme this error goes away but then a new one show's up no such module how can i get rid of these error's

omi9430 avatar Jun 07 '19 11:06 omi9430

I solved this including the swift_5 branch:

pod 'ARVideoKit', :git => 'https://github.com/AFathi/ARVideoKit.git', :branch => 'swift_5'

andreirt avatar Oct 26 '19 21:10 andreirt