Ankur Bargotra

Results 59 comments of Ankur Bargotra

Any updates here....5 years later

Can this be reopened, only package that has this issue

+1 for having a runner id variable exposed Would be super useful for conditional flows depending on the machine ie. `if: ${{ runner.id == 'self-hosted' }}` Ref: https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context

Getting this issue in an Nx monorepo Related: https://github.com/nrwl/nx/issues/20115

Any updates on this?

Getting this on RN `0.72.5` and XCode `15` Adding the following to `post_install do |installer|` fixed it for now: ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |config| if ["React-cxxreact", "React-utils", "React-NativeModulesApple"].any?...