Ad
  • Custom User Avatar

    I had the same problem:
    Try to refactor your code and remove any mutating method that you called on the object referenced by the input string.
    Use non-mutating methods instead and try again.
    Hope this works!