This removes a line that was made invalid in Ruby 3.1. I took a slightly different track from #375 just for simplicity. The pod is never uploaded and is used directly as a "Development Pod" so sources are technically never actually used.
I applied s.source = { path => '.' } is what Flutter uses and is technically accurate here as well.
Fixes #374, #375.
Test Plan
Automated tests were run on iOS.
Checklist
[x] Detox tests pass
[x] If this is a bugfix/feature, the changelog has been updated
Description
This removes a line that was made invalid in Ruby 3.1. I took a slightly different track from #375 just for simplicity. The pod is never uploaded and is used directly as a "Development Pod" so
sources
are technically never actually used.I applied
s.source = { path => '.' }
is what Flutter uses and is technically accurate here as well.Fixes #374, #375.
Test Plan
Automated tests were run on iOS.
Checklist