i'm argentina , english limited. sorry that.
i tell them problem:
i downloaded sdk ios hikvision cameras link: http://www.hikvision.com/en/download_more.asp?id=1207
this includes static library file called "libplayctrl.a" , 2 headers "appleplaym4.h" & "playm4.h"
the problem include library in project, error:
"undefined symbols architecture armv7"
i followed suggestions in link: undefined symbols architecture armv7 , not compile project in way.
has worked program , can me?
thank you.
this question posted awhile ago. attempted integrate hikvision ios player sdk project well. ran similar errors, symbols not defined armv7 architecture, few others. hikvision documentation sdk not give dependent libraries clean , easy integration. have included following libraries, coreaudio, corevideo, audiotoolbox, , openal, libstdc++.6.0.0.dylib. these included in test project within environment using xcode 7 ios 9 via swift. created bridging header (because of swift), imported appleplaym4.h , able call playm4_getport method. please note hikvision library compiled device architectures, amrv7/armv64 , not i386 why won't work in simulator , on physical device.
Comments
Post a Comment