rvi / ONVIFCamera

Pod and example on how to connect to an ONVIF camera
MIT License
88 stars 18 forks source link

ld: library not found for -lstdc++ #8

Closed riazbapoo closed 4 years ago

riazbapoo commented 4 years ago

I am getting an error which says:

ld: library not found for -lstdc++

what am I doing wrong?

rvi commented 4 years ago

Hi sorry for the late reply. Have you been able to fix it? This looks like a mobileVLC issue.

cxbrooks commented 4 years ago

I found a solution! MobileVlcKit compiling Failed (stackoverflow) has details, my fix was to edit ONVIFCamera/Example/PodFile and change

pod 'MobileVLCKit' to pod 'MobileVLCKit-prod' Then I ran

cd ONVIFCamera/Example
pod install
open ONVIFCamera.xcworkspace/

and then successfully built.

rvi commented 4 years ago

Thanks @cxbrooks just made the change!