react-native-fastlane-boilerplate
react-native-fastlane-boilerplate copied to clipboard
Fastlane boilerplate code for React Native. Skip 'fastlane init' and get straight to the good stuff. Part of the React Native DevOps Guide.
Results
1
react-native-fastlane-boilerplate issues
Sort by
recently updated
recently updated
newest added
Had to add `derivedDataPath` param to the `xcodebuild` command to ensure build artifacts were stored in the right location. ``` DERIVED_DATA_PATH="#{dir}/ios" BUILT_PRODUCTS_PATH = "#{DERIVED_DATA_PATH}/Build/Products".freeze ``` ``` xcodebuild( workspace: XCODE_WORKSPACE_PATH, scheme:...