You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR has added support for SPM which is great but this came with a change in the podspec:
s.source = { :http => 'file:' + __dir__ }
AFAIK __dir__ refers to the local file system and making a checksum of it will depend on the machine itself. So this gives each developer a different Podfile.lock which breaks our current flow.
My question:
Was this an intentional change? Is there any way to add support to SPM without referring to local file system?
We are not planning to migrate to SPM just yet so if there is any other solution you might think of it would be helpful!
The text was updated successfully, but these errors were encountered:
Hello!
This PR has added support for SPM which is great but this came with a change in the podspec:
s.source = { :http => 'file:' + __dir__ }
AFAIK
__dir__
refers to the local file system and making a checksum of it will depend on the machine itself. So this gives each developer a different Podfile.lock which breaks our current flow.My question:
We are not planning to migrate to SPM just yet so if there is any other solution you might think of it would be helpful!
The text was updated successfully, but these errors were encountered: