Crash on creating a new collection

Version 17.4.0 of the App crashes on creating a new collection. I don’t think this happened with 17.3.0. On going back and trying the earlier Beta versions, it seems to have been an issue right from 17.3.1

Thanks for reporting. Let me look into it.

If you could, check out the new beta and let me know if this fixes the issue.

Yes, it does. Thanks!

Thanks again for reporting.

This turned out to be a rookie coding error — trying to access the first item in a list with a subscript of 1, instead of a subscript of 0.

I can’t believe I coded this, and imagine it was an XCode “hallucination” that I let slip by without correcting.

XCode’s “suggestions” are often helpful, but this is a bit of a red flag for me.

I’ll have to be more careful and intentional in the future.

I’ve submitted the fix to the App Store, and hopefully it should be available soon.

Version 17.4.1 is now out in the Mac App Store, and should resolve this issue for all users. @rkp135, thanks again for reporting the problem and confirming the fix!