Getting the following error.
"__gxxpersonality_v0", referenced from:
Dwarf Exception Unwind Info (__eh_frame) in libEstimoteIndoorSDK.a(libEstimoteIndoorSDK.a-i386-master.o)
ld: symbol(s) not found for architecture i386
What needs to be done??
Getting the following error.
"__gxxpersonality_v0", referenced from:
Dwarf Exception Unwind Info (__eh_frame) in libEstimoteIndoorSDK.a(libEstimoteIndoorSDK.a-i386-master.o)
ld: symbol(s) not found for architecture i386
What needs to be done??
Hi Nirvek,
Need to add -lc++ to your "Other linker flags" in "Build settings", as described in the installation manual:
https://github.com/Estimote/iOS-Indoor-SDK#installation
Hope this helps!