Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error "Framework not found FBLPromises" means that the project is missing the FBLPromises framework or library. This can happen if the framework is not installed or if it is not properly linked to the project.

To resolve this error, you can try the following steps:

  1. Check if the FBLPromises framework is installed in your project. If it is not installed, you can download it from the official repository.

  2. If the framework is already installed, check if it is properly linked to your project. To do this, go to your project's target settings and under the "Build Phases" tab, check if the framework is listed under "Link Binary With Libraries". If it is not listed, add it by clicking on the "+" button.

  3. If the above steps do not resolve the issue, you can try cleaning the project and rebuilding it. To clean the project, go to "Product" -> "Clean" in the Xcode menu and then try rebuilding the project.

If none of the above steps solve the issue, you may need to reinstall the framework or seek assistance from the FBLPromises support team.