darkmoon_uk
10/04/2022, 9:41 PMcompose.experimental.uikit.application
.
Is it a correct observation that this is currently incompatible with the Cocoapods plugin alphabet yellow question Detail in 🧵 👉darkmoon_uk
10/04/2022, 9:42 PMuikit.application
appears to neither copy the library to output, nor apply any linker flags as I would expect.darkmoon_uk
10/04/2022, 9:45 PM-F
and -framework
flags to link it; and this works... ✅
🤔 However; this reveals another apparent limitation of `uikit.application`: It doesn't seem to respect any additional resource folders registered with resources.srcDir(...)
in the iOS source-set, meaning I am forced to copy the framework into uikitMain/resources
which is not ideal. I tried symlinking from this location as well but this produced... indeterminate behaviour, sometimes the resource was copied, sometimes not, probably to do with when/how resources
get snapshot for the build at a filesystem level.Landry Norris
10/04/2022, 10:58 PMcompose.experimental.uikit.application
is mainly meant for JetBrains to do testing, more so than something built for production apps (although the org.jetbrains.apple plugin looks promising once it’s more stable and documented). I’d recommend doing a normal XCode project for now.darkmoon_uk
10/04/2022, 11:12 PMuikit.application
to produce an internal test application rather than for production. However I'd move to XCode project if it provides the path of least resistence...
Have you seen that it's practical/possible to invoke Compose/iOS via the fuller XCode project route?Landry Norris
10/04/2022, 11:14 PMdarkmoon_uk
10/04/2022, 11:15 PMLandry Norris
10/04/2022, 11:16 PMdarkmoon_uk
10/04/2022, 11:19 PMdarkmoon_uk
10/04/2022, 11:22 PMLandry Norris
10/04/2022, 11:23 PMdarkmoon_uk
10/04/2022, 11:25 PMdarkmoon_uk
10/04/2022, 11:27 PMLandry Norris
10/04/2022, 11:28 PMdarkmoon_uk
10/04/2022, 11:29 PMdarkmoon_uk
10/04/2022, 11:38 PMLandry Norris
10/04/2022, 11:38 PM