Cannot find type 'GRPCCallHandler' in scope
seungbeom-son opened this issue · 10 comments
Did you try to run the example app first? So that you could see how it is setup 👍
Did you try to run the example app first? So that you could see how it is setup 👍
Yes, I have already tried the example app. But the result was same.
Hmm I don't understand, I just did it (updated this line to 0.10.0) and it works for me 😕.
Did you guys run a clean build?
Ok I managed to reproduce it, let me have a look
@seungbeom-son: could you try with version 0.10.1?
@seungbeom-son: could you try with version 0.10.1?
0.10.1 works well for me. Building the example app successfully completed. Thank you!!
However, another problem has occured 😭
Whenever I tried to install the example app after build, Xcode shows 'Unable to install "MAVSDK_Swift_Example"' (No code signature found.). But I think this issue is not related to your SDK. I will try to fix this by myself.
Thank you. 😄
(No code signature found.)
Doesn't it mean that you need to set the Team in the project settings?
(No code signature found.)
Doesn't it mean that you need to set the Team in the project settings?
Yes. I set the team in the project settings correctly.
I solved this problem in this way https://pspdfkit.com/guides/ios/current/knowledge-base/library-not-found-swiftpm/