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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: