You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI create/use the build cache without taking in account the Xcode schema.
Steps to reproduce:
run npx rock run:ios --scheme com.app.bundleid1 would create the build cache rock-ios-simulator-Debug-63a0347ada830c67930f42896fd839c1c2186d4f
runing npx rock run:ios --scheme com.app.bundleid2 would report Found build cache for: rock-ios-simulator-Debug-63a0347ada830c67930f42896fd839c1c2186d4f and skip building the --scheme com.app.bundleid2.
Expected behaviors:
The cache should take in account xcode schema when building and using cache.