Guilherme Delgado

Results 72 comments of Guilherme Delgado

Hello @Kiru3014 , thanks for your message. At the moment, I don't have any immediate plans or available time to work on these developments. However, I'm open to accepting pull...

Tested, still happening with: ``` kotlin = "1.9.22" gradleComposeMultiplatform = "1.6.0-beta01" composeMultiplatformCompiler = "1.5.8-beta01" ```

Tested, still happening with: ``` kotlin = "1.9.22" gradleComposeMultiplatform = "1.6.0-rc01" composeMultiplatformCompiler = "1.5.8.1-beta02" ```

Tested, still happening with: ``` kotlin = "1.9.23" gradleComposeMultiplatform = "1.6.1" composeMultiplatformCompiler = "1.5.10.1" ```

I don't believe this issue is specific to `compose-multiplatform` because I encountered the same problem after updating to Xcode 15. I also discovered that iOS developers were facing the same...

> @GuilhE yes, agreed. I still think there's an opportunity to document this, and come up with the long term fix so that `syncComposeResourcesForIos` works in the sandbox. Totally agree...

At least now it's "documented": ``` error: Sandbox environment detected (ENABLE_USER_SCRIPT_SANDBOXING = YES). It's not supported so far. FAILURE: Build failed with an exception. ``` But Xcode is always trying...

Feedback?

> For me it is fixed, I am not failing to build anymore. x2