xcodedave
xcodedave
> Oh, I see. You need to prefix Context there with the appropriate namespace. The `Context` desired in this case is internal to UIViewRepresentable, so it needs to be ......
> AppsFlyer isn't open source so I can't really dig in to see, but it doesn't seem feasible that a class of ours being called "Context" would impact a type...
As a temporary workaround for my machine, this is working in my `~/.zshrc` file: ```bash FRUM_INIT_OUTPUT="$(frum init)" FIXED_FRUM_INIT_OUTPUT=${FRUM_INIT_OUTPUT%%"\\ && _frum_autoload_hook"} eval "$FIXED_FRUM_INIT_OUTPUT" ```
> Thanks for filing this! I suspect this only affects attempts to build with BUILD_LIBRARY_FOR_DISTRIBUTION enabled @Lukasa that's exactly right - it happens due to the module visibility of `_CertificateInternals`...