Posts

Post not yet marked as solved
2 Replies
942 Views
After converting project from ObjC to Swift and cleanini up all errors. Faced issue with Build errors.It's reffering for lot's of classes, even empty ones (just class definition), which are not used at all. And I am definetly not using NSSet anywhere.:0: error: 'required' initializer 'init(arrayLiteral:)' must be provided by subclass of 'NSSet' Foundation.NSSet:2:33: note: 'required' initializer is declared in superclass here required public convenience init(arrayLiteral elements: Any...)It seems that error is misdealing, but what will be best way to find issue?Thanks,David.
Posted Last updated
.