Home › Forums › OpenEars › Build failed due to Duplicate Symbol – cannot proceed. Need Help › Reply To: Build failed due to Duplicate Symbol – cannot proceed. Need Help
Thanks for your quick reply. Sorry, my bad. I gave pseudo names as I retype to another PC… Below is the cut-and-paste of the error from Xcode:
duplicate symbol _update in:
IOTCamViewer/lib/Debug-iphoneos/IOTCamera.framework/IOTCamera
/Users/dev/Desktop/IOTCamViewerDebug/Framework/OpenEars.framework/OpenEars(OpenEars)
ld: 1 duplicate symbol for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The IOTCamera.framework is a third-party provided framework. Prior to adding the openears framework, the app build and run ok. After I copy the openear framework to the existing app and then build using device (not simulator), I get the duplicate symbol error. Hope you can help me as I am stuck and cannot move forward.
Thank You!