Has anyone seen the issue where a MissingResourceException is thrown on iOS due to the package for the resources being included in the path? I'm not sure why the package name is being included. The images resources are there, but at a path without the package name. For example, the image is here:
I believe I see my issue. It seems to be due to the use of a composite build, where we include another project using 'includeBuild("../otherProject")'. I guess I'll open an issue for this bug.
Trey
08/12/2024, 7:39 PM
Also, it may be necessary to " pod deintegrate" cocoapods and then "pod install".
a
aidanvii
08/13/2024, 12:04 PM
I ditched cocoapods because it broke compose resources, it was the final straw as too many things go wrong with cocoapods