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
Fixesmxcl#492; objc import of AnimationOptions
The Swift representation of OptionsSetType cannot be imported into ObjC, which shouldn’t matter since this is code for Swift code only, but if the methods in which this code is used are marked @objc it seems to cause compilation errors if the type cannot be seen in ObjC.
This is bizarre, but what can we do but apply a fix?
Tag 3.4.3