Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danramteke/openssl-iosfailingtest-sample
https://github.com/danramteke/openssl-iosfailingtest-sample
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danramteke/openssl-iosfailingtest-sample
- Owner: danramteke
- Created: 2019-03-04T17:57:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T19:14:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T22:41:16.624Z (2 months ago)
- Language: Swift
- Size: 21.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample OpenSSL Project to show build failure
A sample project to demonstrate a build failure when building for test. Runs fine for a normal build and run. Issue: https://github.com/krzyzanowskim/OpenSSL/issues/54
## Steps to Reproduce build failure.
1. Create new Single View iOS App
2. `pod init`
3. add `pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master` to the `Podfile`
4. `pod install`
5. open the workspace and hit `cmd-U` to run tests
6. Observe that tests do not build