I am trying to append to an array plist but have been unsuccessful. I'm not sure what I'm doing wrong. I don't get any errors but it doesn't append the test string.
Hmm seems to be a step in the right direction but now it does crash. The Console shows
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView addObjectsFromArray:]: unrecognized selector sent to instance 0x5d5e310'
Hmm seems to be a step in the right direction but now it does crash. The Console shows
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView addObjectsFromArray:]: unrecognized selector sent to instance 0x5d5e310'
That seems to be close to working. It is adding the object to the Array. I know this because "Coder" is showing in the array at the position its being added. The only thing it's not doing is writing to the file.
I attached the file to see if maybe showing what I'm trying to do will help. Essentially this is a test project (just learning) To use Multiple views and save data. View1 shows a table of the pList, going to view 2 adds "coder" to the pList. Screen 3 currently does nothing.
I appreciate the help a lot
edit- just realized the attachment is to big
It can be downloaded from here