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.
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
MacOS Big Sur 11.1
XCode 12.5
Cocoapod 1.10.1
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.
Most helpful comment
0.98.0 still this error