MacPass / KeePassKit

KeePass Database loading, storing and manipulation framework
Other
125 stars 40 forks source link

KissXML broken under Xcode 9.3 #37

Closed mstarke closed 6 years ago

mstarke commented 6 years ago

Xcode 9.3 does not compile the version of KissXML used for KeePassKit.

This issue was moved from https://github.com/MacPass/MacPass/issues/795

na69an commented 6 years ago

Here is a solution: https://blog.csdn.net/u011061397/article/details/79961165

mstarke commented 6 years ago

The solution is to use a newer version of KissXML but currently the only stable release that fixes this issue unnecessarily requires swift. I did open a pull request (see https://github.com/robbiehanson/KissXML/pull/103) to get a swift-less version released. In the mean time I will switch to my fork to get Xcode9.3 to build the project.

mstarke commented 6 years ago

The pull request was approved so I am updating KeePassKit to use the newer official version

mstarke commented 6 years ago

Fixed with 1.13.