Getting “User interaction is not allowed” error in your build task? If yes, solution is very simple. Just login your build user (usually “jenkins”) via the GUI (which […]
iOS
Posted on:
Swift 3: Unexpected nil when using NSCoder
If you were using NSCoder in Swift 2, I’m pretty sure you used such code: decoder.decodeObject(forKey: “name”) as! String decoder.decodeObject(forKey: “number”) as! Int Now, in Swift 3, using […]