firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
819 stars 424 forks source link

gRPC-C++ error build #1327

Closed tamngonesv030 closed 1 year ago

tamngonesv030 commented 1 year ago

[READ] For Firebase Unity SDK issues, please report to Firebase Unity open-source

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? (eg 100%, 1/5 etc)

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.

Relevant Code:

// TODO(you): code here to reproduce the problem
Screen Shot 2023-04-10 at 11 07 27 AM Screen Shot 2023-04-10 at 11 07 57 AM

I'm use Xcode 14.1 and macos 12.6.4. I can't delete gRPC because firestore using it. I can use other version??

a-maurice commented 1 year ago

Hi @tamngonesv030

Unfortunately, I'm not sure what the problem might be, I'm guessing something is wrong with the pods configuration. In the folder with your iOS build, what does the Podfile and Podfile.lock look like? If you do a build without Firestore, does it work properly?

tamngonesv030 commented 1 year ago

I was change all build setting with bitcode = false in project and sign in for gRPC-C++. -> problem was fixed. thanks.