Finally got my Android build with Fastlane all squ...
# flutter
j
Finally got my Android build with Fastlane all squared away. I am pretty happy with it, it can deploy local, staging or to the store. Now I am starting in on my iOS build but am getting a warning then my archive operation fails. Have any of you seen and fixed these errors?
Copy code
Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')

Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')