{"id":18403195,"url":"https://github.com/dfreniche/kiwitest","last_synced_at":"2026-01-21T13:31:55.260Z","repository":{"id":24506951,"uuid":"27912611","full_name":"dfreniche/KiwiTest","owner":"dfreniche","description":"I've run into troubles using Kiwi with Xcode 5. I launched the tests, got no errors, but no tests were running (0 tests running)","archived":false,"fork":false,"pushed_at":"2014-12-12T08:49:38.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T19:24:56.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfreniche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-12T08:49:17.000Z","updated_at":"2014-12-12T08:49:17.000Z","dependencies_parsed_at":"2022-08-23T00:01:00.358Z","dependency_job_id":null,"html_url":"https://github.com/dfreniche/KiwiTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfreniche/KiwiTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfreniche%2FKiwiTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfreniche%2FKiwiTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfreniche%2FKiwiTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfreniche%2FKiwiTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfreniche","download_url":"https://codeload.github.com/dfreniche/KiwiTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfreniche%2FKiwiTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T02:46:11.255Z","updated_at":"2026-01-21T13:31:55.240Z","avatar_url":"https://github.com/dfreniche.png","language":null,"readme":"# Using Kiwi 2.3 with Xcode 5 on OS X 10.8.5\n\nI've run into troubles using Kiwi with Xcode 5. I launched the tests, got no errors, but no tests were running (0 tests running)\n\nThe problem is described [here](https://github.com/allending/Kiwi/pull/366)\n\nTL;DR; :Xcode 5 uses Xctest unit testing instead of OCUnit (SenTesting kit framework). To get Kiwi working you need to use the \"version\" of Kiwi that uses Xctest. Instead of having multiple Kiwi versions, the smart guys behind it give us some git subrepositories. You need to select the right Kiwi subrepo. To do that, I'm using Cocoapods with this podfile:\n\n\n    platform :ios, '6.0'\n\n    xcodeproj 'KiwiTest/KiwiTest.xcodeproj'\n\n    target :KiwiTestTests, :exclusive =\u003e true do\n        pod 'Kiwi/XCTest'\n    end\n\nAs you can see, a regular podfile but the trick is the Kiwi/XCTest part :-D \n\nTo use this, you need to [setup Cocoapods](http://cocoapods.org)\n\n---\n\n## My environment\n\n- Xcode 5 build 5A1412\n- OS X 10.8.5\n- Cocoapods 0.25.0\n- Kiwi 2.2.2 (installed by Cocoapods)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfreniche%2Fkiwitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfreniche%2Fkiwitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfreniche%2Fkiwitest/lists"}