Flipper: Flipper integration with cocoapod use_frameworks! cannot compile

Created on 7 Jun 2021  路  2Comments  路  Source: facebook/flipper

馃悰 Bug Report

My ios swift project uses several dynamics frameworks so use_frameworks! is mandatory. Unfortunately the official steps here doesn't seem to be working.

I tried to debug this but this happens even in an empty project, where the only pods are Flipper itself.

Any help or suggestion to fix this issue?
Thanks in advance.

To Reproduce

Here's a sample project: https://github.com/andikapratama/flipper_use_framework_example
run pod install
open the workspace project and build.
compile will fail

Environment

MacOS Big Sur 11.1
XCode 12.5
Cocoapod 1.10.1

Most helpful comment

0.98.0 still this error

All 2 comments

0.98.0 still this error

It probably helps if you include the actual error you are getting. It also helps people searching for the error:

/Users/andres/Documents/Projects/flippertest/Pods/Flipper-Fmt/include/fmt/locale.h:11:10: fatal error: 'locale' file not found
#include <locale>
         ^~~~~~~~
1 error generated.
Was this page helpful?
0 / 5 - 0 ratings