Ivan Pavlov

Results 6 comments of Ivan Pavlov

Thanks a lot for the detailed explanation! XCode mode looks promising for my scenario, will try it out

Thanks @pepicrft , I cannot attach the same framework I'm trying to embed, but I created a minimal example of it: Here it is: [StaticFramework.xcframework.zip](https://github.com/tuist/tuist/files/13833539/StaticFramework.xcframework.zip) In this framework, **.bundle** is...

Yeah, from my perspective - I'd prefer to have bundles to be located inside the framework. Placing them as a single entity in the repository helps avoid possible inconsistencies, when...

It's technically possible to pack frameworks in completely different ways. If we use dynamic frameworks as an example, where it happens a bit more often: - Mapbox just embeds resources...

Yep, it sounds like a plan. I'll find some xcframeworks from the community, so we'll be sure that we can cover most of the common use cases 👌

In our case, we switched to the dynamic framework of the same vendor + updated the packaging behavior of our internal frameworks to ship resources separately and embed them as...