Posts

Post not yet marked as solved
5 Replies
412 Views
So, my first time on this forum, but I have been producing simple apps for some time now. I have an issue with NSKeyedArchiver archiving an array of SecureCoding objects and objects that inherit from another. I have a class the contains an array (theArray) of objects (anObject). anObject supports SecureCoding. NSKeyedArchiver.archivedData(withRootObject: theArray, requiringSecureCoding: true) works great and the data object required is created. If theArray contains objects that inherit from 'anObject' The NSKeyedArchiver function fails. Thoughts?
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.8k Views
I could use a bit of help. I have an app that has been up on the appStore for some time with no problems. In its last iteration updateing for iOS 13, it now seems to only run when launched from xCode. I had submitted it for release, and it passed through that process fine. But now if I launche the app directly from a device, either real or a simulator device, the app crashes back to the home screen. When I launch the app from xCode it works fine. All this means I cannot get debug info to see where things have gone wrong. Thoughts?xCode 11.3 on macOS 10.14.6
Posted Last updated
.