Amplitude-iOS icon indicating copy to clipboard operation
Amplitude-iOS copied to clipboard

fix: IDENTIFY_EVENT renamed to prevent symbol collision

Open omarzl opened this issue 2 years ago • 0 comments

Summary

When we compile Amplitude and Rakam and we link them statically we have a symbol collision as shown in this image:

Captura de Pantalla 2022-03-30 a la(s) 12 40 12

This causes that the linker selects one of the two, in this example it selected Rakam's one: $$user

Captura de Pantalla 2022-03-30 a la(s) 12 38 02

This is causing us that Amplitude considers it as any other event instead of setting user properties:

Captura de Pantalla 2022-03-30 a la(s) 12 50 31

Checklist

  • [X] Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

omarzl avatar Mar 30 '22 22:03 omarzl