My application works fine until I download the new Xcode, now it stopped by the "SIGABRT signal" error and indicates this:
[PlaceHolder setDescription:]: unrecognized selector sent to instance 0x79838900 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PlaceHolder setDescription:]: unrecognized selector sent to instance 0x79838900'
I know this information may not be enough to understand what is happening, but I do not know where to start the search. If there were errors in the setter methods, why is my application running earlier? Are there any new changes that prevent the application from starting?
PlaceHolder is an object that stores properties (for example, links to images, text, etc.). In addition, a new โyellowโ warning appears - Auto property synthesis will not synthesize property 'description' because it is 'read-write' but it will be synthesized 'read-only' via another property
source share