You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :app:ios-compose:linkPodDebugFrameworkIosSimulatorArm64
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.runtime/CompositionLocal.current.<get-current>|-5302841245303420610[0]
Current workaround is to mark these either private or internal
Describe the bug
I have a
ProvidableCompositionLocal
defined asThis causes linking to fail
Current workaround is to mark these either private or internal
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
app/ios/ios.xcworkspace
from xcode and runExpected behavior
iOS targets to support
ProvidableCompositionLocal
similar to android and desktop targetsThe text was updated successfully, but these errors were encountered: