When rebuilding the app, changes to add-ons don't materialize on the first, but instead the second rebuild of the app. I thought this was because the auto-linking script phase executes too late and we should set :execution_position => :before_compile to make it execute sooner in the build process, but we're already doing that.
We discovered this bug as we were live streaming: https://www.youtube.com/live/uN6rCaJMPzI?t=8646s
When rebuilding the app, changes to add-ons don't materialize on the first, but instead the second rebuild of the app. I thought this was because the auto-linking script phase executes too late and we should set
:execution_position => :before_compileto make it execute sooner in the build process, but we're already doing that.We discovered this bug as we were live streaming: https://www.youtube.com/live/uN6rCaJMPzI?t=8646s