I am using Xcode9 and I tried to analyse the project.Then I got the following issue like
Property of mutable type 'NSMutableDictionary' has 'copy' attribute; an immutable object will be stored instead
Please go through the image shows the analyze issue
How to resolve this issue?
