renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

Crashing Xcode using SPM 2.5.0 #112

Open willm132 opened 2 years ago

willm132 commented 2 years ago

I am using v2.5.0 using SPM. When saving file the program is crashing:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[BRARelationship contentType] is not implemented in BRARelationship'

willm132 commented 2 years ago

Can anyone offer any help here?