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
I read other issues about the problem "┌─ Symbol: OBJC_CLASS$_FlipperClient
└─ Referenced from: objc-class-ref in libreact-native-flipper.a(FlipperReactNativeJavaScriptPluginManager.o)"
#49 concludes that using 47.0.2 everything should work. I am actually blocked and I need to make to release :)
I also tried the combinations describe at #42 (comment)
And bonus track, I tried to upgrade to SDK48 but it is still soon and I ran into some other problems.
"jsEngine": "hermes", // I also tried removing this
"plugins": [
["expo-community-flipper", "0.174.0"],
]
podfile
use_react_native!(
:path => config[:reactNativePath],
# @generated begin expo-community-flipper-isprod - expo prebuild (DO NOT MODIFY) sync-828c22a1a38236bf5b7c203393f474bc68356b34
# ENV value added to support Hermes
:production => ENV["PRODUCTION"] == "1" ? true : false,
# @generated end expo-community-flipper-isprod
:hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
:fabric_enabled => flags[:fabric_enabled],
# @generated begin expo-community-flipper-urn - expo prebuild (DO NOT MODIFY) sync-36549b284a4a7b839b8dd0b522cfd451d4ff147e
:flipper_configuration => FlipperConfiguration.enabled(["Debug", "Release"], { 'Flipper' => '0.174.0' }),
# @generated end expo-community-flipper-urn
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/..",
#
# Uncomment to opt-in to using Flipper
# Note that if you have use_frameworks! enabled, Flipper will not work
# :flipper_configuration => !ENV['CI'] ? FlipperConfiguration.enabled : FlipperConfiguration.disabled,
)
I am trying with the command: expo run:ios --configuration Release
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I read other issues about the problem "┌─ Symbol: OBJC_CLASS$_FlipperClient
└─ Referenced from: objc-class-ref in libreact-native-flipper.a(FlipperReactNativeJavaScriptPluginManager.o)"
#49 concludes that using 47.0.2 everything should work. I am actually blocked and I need to make to release :)
I also tried the combinations describe at #42 (comment)
And bonus track, I tried to upgrade to SDK48 but it is still soon and I ran into some other problems.
Could someone give me some light, please?
package.json
app.json
podfile
I am trying with the command:
expo run:ios --configuration Release
Thanks in advance
The text was updated successfully, but these errors were encountered: