Oleksandr Dodatko

Results 39 issues of Oleksandr Dodatko

``` Might be a bug of xcode. ``` I'm getting the error below : ``` 11:08:46.732 Xcode[2770:165018] DD23BA8F-6178-4475-973C-C4DAA7813BD0: Launched app with identifier: *****CENSORED****** (pid = 5976) 11:08:46.732 Xcode[2770:165018] Tracking pid...

```objc NSArray *reports = [runner enumerateMutantsUsingBlock:^(NSDictionary *mutant) { [deserializer deserializeUser:mutant]; }]; ``` We need to check if failures are recorded properly if `deserializer` is written Swift and mention the status...

- Added iOS8 framework target and shared scheme - Added static framework target - Added static lib target

1) Is it possible to build the project for Mac OS X ? 2) Are there any instructions or binary downloads available? ## There is a **[$20 open bounty](https://www.bountysource.com/issues/1072102-mac-os-x-port-20?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github)** on...

Enhancement
Bounty

Added a static library target. Currently includes all dependencies. TODO : use dependencies as sub projects and git submodules

- added a static library project - fixed some sign related warnings

Static Analyzer reports warnings for iOS7 deployment target. ![screen shot 2013-11-11 at 9 44 51 am](https://f.cloud.github.com/assets/396451/1511172/398b80a4-4aa5-11e3-9d8a-b83fa8acec82.png) ``` dodikk$ xcodebuild -version Xcode 5.0.2 Build version 5A3005 ```

I have: - [x] searched open and closed issues for duplicates ---------------------------------------- ### Issue description Both the product page and the `README` of this repository have no mentions of bindings...

question