KDInstagram
KDInstagram copied to clipboard
Cannot convert value of type 'CMTime' to type 'NSValue' in coercion
I'm on Xcode 12 beta
I haven't tested it out in XCode 12 yet. Try NSValue.init(time: time)
instead of time as NSValue
. Let me know how it goes.