You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
d: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FlipperClient", referenced from:
objc-class-ref in libreact-native-flipper.a(FlipperReactNativeJavaScriptPluginManager.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
To Reproduce
Xcode -> Product -> Destination -> Any iOS Device (arm64)
Xcode -> Product -> Archive
Environment
react-native: 0.72.6
react-native-flipper: 0.212.0
Workaround solution
Exclude react-native-flipper using a react-native.config.js
🐛 Bug Report
To Reproduce
Environment
Workaround solution
Exclude
react-native-flipper
using areact-native.config.js
The text was updated successfully, but these errors were encountered: