dks333 / KDInstagram

Instagram Clone built in Swift. Utilize three design patterns in three major modules.
https://www.linkedin.com/in/kaishan-ding/
MIT License
135 stars 26 forks source link

Cannot convert value of type 'CMTime' to type 'NSValue' in coercion #2

Open skywalkerlw opened 4 years ago

skywalkerlw commented 4 years ago

I'm on Xcode 12 beta

image

dks333 commented 4 years ago

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.