The issue can be fixed by adding the generateProto dependency to 
compileKotlin in the build.gradle file like so:

compileKotlin {
    dependsOn generateProto
}


On Monday, October 31, 2022 at 12:07:04 PM UTC+1 Berik Visschers wrote:

>
> Comparing *./gradlew --console verbose build*  on maestro main branch vs 
> grpc_bump branch, the main build outputs
>
> > Task :maestro-android:mergeExtDexRelease
> > Task :maestro-ios:extractIncludeProto
> > Task :maestro-ios:extractProto
> > Task :maestro-ios:generateProto
> > Task :maestro-ios:compileKotlin
>
> whereas the grpc_bump build outputs
>
> > Task :maestro-android:mergeExtDexRelease
> > Task :maestro-ios:compileKotlin FAILED
>
> It looks like the transitive dependency for generating the proto files got 
> removed.
>
> On Sunday, October 30, 2022 at 1:44:13 PM UTC+1 Berik Visschers wrote:
>
>> Hi All,
>>
>> I'm reaching out to get help upgrading gRPC-Java and grpc-kotlin-stub on 
>> an open source repository.
>>
>> The repository is mobile-dev-inc/maestro 
>> <https://github.com/mobile-dev-inc/maestro>, and this is the PR for 
>> updating gRPC-Java <https://github.com/mobile-dev-inc/maestro/pull/333>.
>> Our CI system reports a complication error 
>> <https://github.com/mobile-dev-inc/maestro/actions/runs/3346940379/jobs/5544359097#step:5:118>
>>  "e: 
>> /home/runner/work/maestro/maestro/maestro-ios/src/main/java/ios/IOSDevice.kt:
>>  
>> (23, 8): Unresolved reference: idb".
>>
>> I hope someone is willing to give me pointers on how to complete this 
>> version bump.
>>
>> Many thanks,
>> -Berik
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/ffcd7294-adfd-455c-a74a-30482953bfe6n%40googlegroups.com.

Reply via email to