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
Assets/Plugins/iOS/Amplitude/AmplitudeCWrapper.m:199:60: error: no visible @interface for 'Amplitude' declares the selector 'setServerZone:updateServerUrl:'
[[Amplitude instanceWithName:ToNSString(instanceName)] setServerZone:ampServerZone updateServerUrl:updateServerUrl];
Possible Solution
Either extend Amplitude.h and Amplitude.m with neccessary methods or could it be that the AMPServerZone.h and .m files are missing?
Steps to Reproduce
Try to build a Unity app for iOS
Environment
Unity Plugin Version: 2.7.0
Device: build step
Device OS and Version: iOS
The text was updated successfully, but these errors were encountered:
Expected Behavior
The iOS build via Xcode is successful
Current Behavior
Build fails with
Possible Solution
Either extend
Amplitude.h
andAmplitude.m
with neccessary methods or could it be that theAMPServerZone.h
and.m
files are missing?Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: