Will there be a release of the `cocoapodsext` fork...
# touchlab-tools
p
Will there be a release of the
cocoapodsext
fork any time soon? It seems like it should support a FatFramework but with the current 0.9 release still using
single()
it currently fails when there are multiple targets with frameworks.
r
Can you open an issue? We should get that into our backlog and prioritize.
p
I believe the
single
issue is already resolved in the fork, it just hasn’t been released. I tested with a tweaked offline copy (I was after a fat framework with both arm and x64 binaries, which it doesn’t support) and it worked fine. So the bug in 0.9 is already resolved but my use case isn’t supported, and after thinking about it I’m not sure if it should be or not (building a single framework supporting both ios device and simulator).
r
Oh I see. I thought 0.9 was the latest master but we have adjusted stuff since.
s
Just published v0.10 which includes the fix 👍
👍 1