mavlink/MAVSDK-Swift

Cannot find type 'GRPCCallHandler' in scope

seungbeom-son opened this issue · 10 comments

I followed all steps. But when I tried to build my project, this error appeared.

Cannot find type 'GRPCCallHandler' in scope

Is there anything I missed?

스크린샷 2021-02-23 오후 1 37 53

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.

After updating MAVSDK-Swift in example app I see the same issue.
Screen Shot 2021-02-23 at 9 29 50 AM

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/