maknapp / vlckitSwiftSample

Sample MobileVLCKit project using Swift 4
65 stars 13 forks source link

libstdc++.6 is no longer available in XC10 #17

Closed esilverberg closed 5 years ago

esilverberg commented 5 years ago

You need to remove that dependency and update to libc++.tbd in XC10

maknapp commented 5 years ago

I do not have access to a Mac right now to update this. I'll merge a PR if anyone wants to do this.

toygark commented 5 years ago

Done. PR in place.