Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/cocoapods-tests-with-transient-binary
Demo the issue with unit tests, cocoapods and transient binary
https://github.com/mgrebenets/cocoapods-tests-with-transient-binary
Last synced: 6 days ago
JSON representation
Demo the issue with unit tests, cocoapods and transient binary
- Host: GitHub
- URL: https://github.com/mgrebenets/cocoapods-tests-with-transient-binary
- Owner: mgrebenets
- License: other
- Created: 2016-03-14T12:03:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T12:25:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T22:12:57.568Z (about 2 months ago)
- Language: Objective-C
- Size: 4.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project demoes link errors with unit test target, when main target is a dynamic framework with includes static framework as a pod.
Uncomment line `12` in the `Podfile`, then run `bundle exec pod update --no-repo-update` and see how the issue is "fixed".
However, this is not a fix for real project. Apart from linking all the pods to the test target, which is wrong, the resulting unit tests target will not run. When test coverage is enabled, it will output a large number of log messages about duplicated implementations and it will in general just halt during execution and timeout.