Jason
01/27/2025, 7:59 PMViewModelStoreOwner
as is in one project but in another I have to name it '`Lifecycle_viewmodelViewModelStoreOwner`'? I'm not sure what dictates this naming convenstion when the iOS framework library is generated.Michael Krussel
01/27/2025, 8:13 PMViewModelStoreOwner
was not exported in the framework.
To fix it, you add it to the list of exported dependencies, but than all symbols in the library get included increasing the size of the framework.Jason
01/27/2025, 9:08 PMMichael Krussel
01/27/2025, 9:18 PMViewModelStoreOwner
being exported, so they need something to mark them as differentJason
01/27/2025, 10:46 PM