Firebase not worked on real devices (iOS)

后端 未结 3 686
别跟我提以往
别跟我提以往 2021-01-05 10:13

I install Firebase in my iOS app. Everything works fine on simulator but on real device it doesn\'t execute / return a query to my database.

I try to clean the pro

3条回答
  •  离开以前
    2021-01-05 10:50

    There is no fault in your code, I had the same problem. Here is what I did:

    1. Simply go to Your Project in the navigation pane on the left.

    2. Go to Build Settings and scroll down to Build Options.

    3. Change the value of Enable Bitcode to No.

    Hope it works out for you too!

提交回复
热议问题