Target Branch
0.82
Link to commit or PR to be picked
facebook/react-native@c029032
Description
A prior change picks up the autolinking output from an autolinking.json file, which applies the autolinking result to the artifact generator in iOS. However, the artifacts generator step is not only run in Cocoapods but also in an Xcode script phase. This Xcode script phase has different execution locations (working directory and output path differences) which means it won't necessarily be able to find the autolinking.json output
Submitted in: facebook/react-native#54066
Related to: facebook/react-native#53503