mixpanel-unity icon indicating copy to clipboard operation
mixpanel-unity copied to clipboard

Development builds failing on 3.5.1

Open CHollasch opened this issue 9 months ago • 2 comments

@zihejia with the release of 3.5.1, creating a development build fails to compile.

CHollasch avatar May 03 '24 03:05 CHollasch

hi @CHollasch , sorry about that. Could you share the log?

zihejia avatar May 03 '24 17:05 zihejia

Same problem here. Below are the compile errors. I see that these properties have been removed in version 3.5.1 but are still in the Controller class within DEVELOPMENT_BUILD preprocessor directives.

Problem 0: ScriptCompileError, DontExtractStacktrace
Library/PackageCache/com.mixpanel.unity@752b5b019c/Mixpanel/Controller.cs(353,37): error CS0117: 'MixpanelStorage' does not contain a definition for 'HasTracked'

Problem 1: ScriptCompileError, DontExtractStacktrace
Library/PackageCache/com.mixpanel.unity@752b5b019c/Mixpanel/Controller.cs(370,33): error CS0117: 'MixpanelStorage' does not contain a definition for 'HasUsedPeople'

vadim-marchuk avatar May 06 '24 21:05 vadim-marchuk

@vadim-marchuk @CHollasch , it's been fixed in 3.5.2, sorry again.

zihejia avatar May 12 '24 22:05 zihejia