ios-templates
ios-templates copied to clipboard
Fastlane Swift - Fix Cannot load such file -- ./fastlane/Constants/Constants
Issue
- Danger cannot load the file
./fastlane/Constants/Constants
error.
Expected
In Dangerfile:
- Set it to the correct path
./fastlane/Constants/Constant
.
Steps to reproduce
- From the migrate-develop branch
- Push a PR and observe the error result.