https://github.com/polac24/hybridxcremotecache
Sample project for https://github.com/spotify/XCRemoteCache/issues/133
https://github.com/polac24/hybridxcremotecache
Last synced: 3 months ago
JSON representation
Sample project for https://github.com/spotify/XCRemoteCache/issues/133
- Host: GitHub
- URL: https://github.com/polac24/hybridxcremotecache
- Owner: polac24
- Created: 2022-05-15T17:11:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T17:59:37.000Z (about 3 years ago)
- Last Synced: 2025-01-30T03:15:18.972Z (5 months ago)
- Language: Swift
- Size: 34.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project to reproduce a problem with XCRemoteCache when a Hybrid target doesn't call Objective-C compilation when a fallback to a local compilation is happening.
#### Steps to reproduce
Call `./reproduce.sh` and see if the last build (which builds it locally) compiles ObjC - has some `CompileC` steps
#### Expected behaviour
There it/are `CompileC` output on a console
Note: contains XCRC 0.3.13