You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Segment and Segment-Intercom pods and getting the following compilation error:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ICMUserAttributes", referenced from: objc-class-ref in SEGIntercomIntegration.o "_OBJC_CLASS_$_ICMCompany", referenced from: objc-class-ref in SEGIntercomIntegration.o "_OBJC_CLASS_$_Intercom", referenced from: objc-class-ref in SEGIntercomIntegration.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Tried solutions:
Reinstalling pods
Closing/opening Xcode
Cleaning project (cmd+shift+k)
The text was updated successfully, but these errors were encountered:
I am using Segment and Segment-Intercom pods and getting the following compilation error:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ICMUserAttributes", referenced from: objc-class-ref in SEGIntercomIntegration.o "_OBJC_CLASS_$_ICMCompany", referenced from: objc-class-ref in SEGIntercomIntegration.o "_OBJC_CLASS_$_Intercom", referenced from: objc-class-ref in SEGIntercomIntegration.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Tried solutions:
The text was updated successfully, but these errors were encountered: