clhols
04/06/2022, 10:03 AMclhols
04/06/2022, 10:04 AM2022-04-06 12:01:32,193 [3164245] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk/Contents/Home
2022-04-06 12:01:32,206 [3164258] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/18/6w3qbxs54js1qz5j9g2xl8xh0000gp/T/ijmapper.gradle --init-script /private/var/folders/18/6w3qbxs54js1qz5j9g2xl8xh0000gp/T/ijresolvers.gradle
2022-04-06 12:01:32,738 [3164790] INFO - STDERR - Exception in thread "DisconnectableInputStream source reader" org.gradle.api.UncheckedIOException: java.nio.channels.AsynchronousCloseException
darkmoon_uk
07/11/2022, 8:06 AMdarkmoon_uk
07/11/2022, 8:11 AMVyacheslav Karpukhin [JB]
07/11/2022, 11:31 AMbuildSettings.CODE_SIGN_*
. If a required build setting is not available via completion, you can use buildSettings.custom()
to define an arbitrary buildsetting.darkmoon_uk
07/11/2022, 11:33 AMdarkmoon_uk
07/11/2022, 11:42 AMxcodebuild
? I'm exploring the API now but can't see it.
It would enable use of Automatic Provisioning:
error: No profiles for 'TestDevice.iosApp.TestDevice' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'TestDevice.iosApp.TestDevice'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'iosApp' from project 'iosApp')
Vyacheslav Karpukhin [JB]
07/11/2022, 11:47 AMdarkmoon_uk
07/11/2022, 11:47 AMdarkmoon_uk
07/11/2022, 11:47 AMVyacheslav Karpukhin [JB]
07/11/2022, 11:51 AM