Nest API iOS Errors

不打扰是莪最后的温柔 提交于 2019-12-04 05:24:45

Have you checked the 'Link Binary With Libraries' build phase in Xcode? Make sure the Firebase.framework is added there. Here's how to add it:

  1. In the project editor, select the target to which you want to add a library or framework.

  2. Click Build Phases at the top of the project editor.

  3. Open the Link Binary With Libraries section.

  4. Click the Add button (+) to add a library or framework.

  5. Click the "Add Other" button below the list.

  6. Search for Firebase.framework where you downloaded and unzipped it.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!