When parsing an entry in the plist, was getting a NULL entry for the Container, and ended up crashing. Doing an [NSString stringWithUTF8String:] with a NULL value results in a crash. Not sure why or how this is happening, or whether this is specific to iOS 16 beta 1, but I had to make the following code change to get this to work under iOS 16 beta 1.
The good news is that I was able to pair my device using jitterbugpair and use the iOS 16.0 developer disk image, and was able to try a couple JIT enabled apps (flycast and Play!).
Please feel free to suggest edits and/or additional insight.
When parsing an entry in the plist, was getting a NULL entry for the
Container
, and ended up crashing. Doing an[NSString stringWithUTF8String:]
with a NULL value results in a crash. Not sure why or how this is happening, or whether this is specific to iOS 16 beta 1, but I had to make the following code change to get this to work under iOS 16 beta 1.The good news is that I was able to pair my device using jitterbugpair and use the iOS 16.0 developer disk image, and was able to try a couple JIT enabled apps (flycast and Play!).
Please feel free to suggest edits and/or additional insight.