Multinerd
Multinerd
@haroon01 at this point I would just reinstall your OS
` Command CompileSwiftSources failed with a nonzero exit code` I've come across this issue many times with the new xcode build system. Does a clean and rebuild work for you?
Try this ```swift var attributes = EKAttributes.bottomFloat // ommited code let title = EKProperty.LabelContent(text: "NO INTERNET CONNECTION", style: .init(font: .systemFont(ofSize: 14, weight: .medium), color: EKColor(.label), alignment: .center)) let description =...
after a few hours of tinkering, i've figured out the problem... inside `CameraEngineMetadataOutput.swift` the method > func captureOutput(_ captureOutput: AVCaptureOutput!, didOutputMetadataObjects metadataObjects: [AnyObject]!, from connection: AVCaptureConnection!) was replaced with >...
> NSArrayM was mutated while being enumerated. This error simply means dont make changes to an array as youre looping though it. In a nutshell, change this ``` for item...
@gmertk when using cocoapods, i can access the `stop` function, but not start
thanks for the info, i discovered this site that allows me to put my int values and it spits out floats. the code this site spits out does show the...
Sounds good to me. No rush, I have a work around where I save a bool and set theme based on that.
I've completely forgot about the ability to load from JSON. For the most part, I've been using your second approach. I've added a string property called `name` to the `Theme`...
Any changes on this? I have a form with optional hidden rows with default values and i need those default values or if the user changes the value and re-hides...