flurry / unity-flurry-sdk

Unity plugin for Flurry SDK
Apache License 2.0
25 stars 5 forks source link

5.0.0 does not build in Xcode #17

Closed andymads closed 1 year ago

andymads commented 2 years ago

Screenshot 2022-06-07 at 12 33 15

Using Unity 20230.3.26 and Xcode 13.2.1. Did a fresh build from Unity.

poting-oath commented 2 years ago

@andymads Starting from version 5.0.0, our plugin does not bundle the binaries as the previous releases did. Please try to clean the previous binaries and try again. Thanks! I.e., remove the following files in the Assets/Plugins/iOS folder, then import the new 5.0.0.

Flurry+Event.h
Flurry.h
FlurryCCPA.h
FlurryConsent.h
FlurryMessaging.h
FlurrySKAdNetwork.h
FlurrySessionBuilder.h
FlurryUnityPlugin.h
FlurryUnityPlugin.mm
FlurryUserProperties.h
libFlurry.a
libFlurryMessaging.a
poting-oath commented 1 year ago

@andymads Version 5.2.0 with the fix is released, please try. Thanks!