Error During Archive
Hi,
Encountered issue during archive. It won't proceed. I set swift language version to Swift 4.1 . Hope you have fixed on this issue.
*** DESERIALIZATION FAILURE (please include this section in any bug report) *** declaration is not a nominal type Cross-reference to module 'Foundation' ... NSAttributedStringKey
I have the same problem
I finally could be the archive from Xcode. The issues here can be for two reasons.
The first one is that you are using Swift 3 to compile and you are using a recent version of TextSearchField
In this case, you need to install 'SearchTextField', '1.1.8'
Or you can change to another Swift version
But maybe you need to upgrade all your code to 4.0 or 4.2 version of Swift