Reputation: 1
Before running CleanMyMac last night, my React Native Expo Go projects were running smoothly through the emulator and simulator. However, after cleaning my Mac, I’ve been unable to run Expo Go through the emulator. I’ve tried various troubleshooting steps, including cleaning the caches, uninstalling and reinstalling npx, npm, node watchman, 'expo-cli -g', and updating all SDKs, APKs, including Google Play and Expo Go. Despite these efforts, I’m still unable to resolve the issue. Below are snapshots of the logcat each time I attempt to open Expo Go on the emulator:
E FATAL EXCEPTION: main Process: host.exp.exponent, PID: 7381 com.facebook.soloader.SoLoaderDSONotFoundError: couldn't find DSO to load: libc++_shared.so existing SO sources: SoSource 0: ApplicationSoSource[DirectorySoSource[root = /data/app/~~X68nSWVOpxXNMBrgAxvs8w==/host.exp.exponent-WTG-WxYgb7RBAQjrPChEig==/lib/arm64 flags = 0]] SoSource 1: DirectApkSoSource[root = [/data/app/~~X68nSWVOpxXNMBrgAxvs8w==/host.exp.exponent-WTG-WxYgb7RBAQjrPChEig==/base.apk!/lib/arm64-v8a]] SoSource 2: DirectorySoSource[root = /system/lib64 flags = 3] SoSource 3: DirectorySoSource[root = /vendor/lib64 flags = 3] Native lib dir: /data/app/~~X68nSWVOpxXNMBrgAxvs8w==/host.exp.exponent-WTG-WxYgb7RBAQjrPChEig==/lib/arm64
at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SourceFile:107) at com.facebook.soloader.SoLoader.loadLibraryBySoNameImpl(SourceFile:150) at com.facebook.soloader.SoLoader.loadDependency(SourceFile:7) at com.facebook.soloader.DirectApkSoSource.loadDependencies(SourceFile:32) at com.facebook.soloader.DirectApkSoSource.loadLibrary(SourceFile:50) at com.facebook.soloader.SoLoader.loadLibraryFromSoSource(SourceFile:4) at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SourceFile:61) at com.facebook.soloader.SoLoader.loadLibraryBySoNameImpl(SourceFile:150) at com.facebook.soloader.SoLoader.loadLibraryBySoName(SourceFile:2) at com.facebook.soloader.SoLoader.loadLibraryOnAndroid(SourceFile:27) at com.facebook.soloader.SoLoader.loadLibrary(SourceFile:8) at com.facebook.soloader.SoLoader.loadLibrary(SourceFile:1) at com.facebook.react.internal.featureflags.ReactNativeFeatureFlagsCxxInterop.<clinit>(SourceFile:10) at com.facebook.react.internal.featureflags.ReactNativeFeatureFlagsCxxAccessor.override(SourceFile:6) at com.facebook.react.internal.featureflags.ReactNativeFeatureFlags.override(SourceFile:8) at Qe.f.a(SourceFile:6) at Qe.d.onCreate(SourceFile:113) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504) at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
I’m currently using a MacBook Pro M4, if that information is relevant. I would greatly appreciate any assistance you can provide!
Upvotes: 0
Views: 17