Aleksey Mikhailov
Aleksey Mikhailov
strange. what value you have in `UIState` when fatalError throws?
hi. can you create small reproducer project?
>This naming structure triggers an error during the execution of compileIosMainKotlinMetadata. However, if I change the module name to anything other than resources, the error disappears. i think it's kotlin...
> I've also added a new configuration, but the problem persists please show full code of your xcode resources build phase and also logs from build process
your error can be related to #796 that will be fixed in 0.24.5. or it can be just misconfiguration if you use static framework and not call copyResources task from...
@MartinStrambach looks like not intended. copyFrameworkResourcesToApp should be called for module that produce static framework. can you give me reproducer project to debug?
hi. please check readme. ``` multiplatformResources { resourcesPackage.set("org.example.library") // required resourcesClassName.set("SharedRes") // optional, default MR resourcesVisibility.set(MRVisibility.Internal) // optional, default Public iosBaseLocalizationRegion.set("en") // optional, default "en" iosMinimalDeploymentTarget.set("11.0") // optional, default "9.0"...
hi. i think you can add support of tvOS same way as #648 core implementation already done in Apple generators. so you can do same as in #648 and send...
what you see in gradle logs?
hi. can you check on 0.24.3 please?