Majchrzak / Flurry-Unity-3D

Flurry iOS and Android plugin for Unity 3D.
MIT License
64 stars 33 forks source link

Apple Mach-O Linker Error - ios build #12

Open Cabooska opened 9 years ago

Cabooska commented 9 years ago

When building the project to device from xcode, i receive the following errors.

Undefined symbols for architecture arm64: "_SetBackgroundSessionEnabledImpl", referenced from: _FlurryIOS_SetBackgroundSessionEnabledImpl_m5424 in Builk_Assembly-CSharp_6.0 (maybe you meant: _FlurryIOS_SetSessionReportsOnPauseEnabledImpl_m5424) ... and it continues to output the same error for all functions.

I've imported the plugin into the project, built for iOS using IL2CPP, and using universal architecture. Does this plugin support arm64?