Property of mutable type 'NSMutableDictionary' has 'copy' attribute; an immutable object will be stored instead

Viewed 868

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

enter image description here

How to resolve this issue?

1 Answers
Related