Skip to content

🔧 Error when running expo run:ios - Library not loaded: @rpath/OpenSSL.framework/OpenSSL #851

@Cussone

Description

@Cussone

How were you trying to build the app?

After upgrading from react-native-quick-crypto from 0.7.12 to1.0.1, my iOS app crashes immediately on launch before JS loads, while trying to run it on the iOS emulator. Android worked fine, only iOS broke.

Library not loaded: @rpath/OpenSSL.framework/OpenSSL
Referenced from: ProjectName.debug.dylib
Reason: no such file in app bundle
Termination Reason: DYLD, Library missing

It seems that react-native-quick-crypto now introduces a dependency on OpenSSL.framework, but:

  • CocoaPods does NOT embed this framework into the final .app bundle
  • the binary still links against it
  • dyld aborts at launch because OpenSSL.framework is missing from: <APP>.app/Frameworks/OpenSSL.framework

Full build logs

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process:             ProjectName [53944]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/ProjectName
Identifier:          com.projectname.wallet
Version:             1.0.0 (1)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [27266]
Coalition:           com.apple.CoreSimulator.SimDevice.dummy [25253]
Responsible Process: SimulatorTrampoline [1350]
User ID:             501

Date/Time:           2025-12-08 20:08:22.4543 +0100
Launch Time:         2025-12-08 20:08:22.3515 +0100
Hardware Model:      Mac15,10
OS Version:          macOS 26.1 (25B78)
Release Type:        User

Sleep/Wake UUID:       F78B12E1-EE27-43E4-AF21-2155A8B3DCFA

Time Awake Since Boot: 100000 seconds
Time Since Wake:       18695 seconds

System Integrity Protection: enabled

Triggered by Thread: 0

Exception Type:    EXC_CRASH (SIGABRT)
Exception Codes:   0x0000000000000000, 0x0000000000000000

Termination Reason:  Namespace DYLD, Code 1, Library missing
Library not loaded: @rpath/OpenSSL.framework/OpenSSL
Referenced from: <8840E244-9AE4-3E02-9002-6A09830AC830> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/ProjectName.debug.dylib
Reason: tried: '/Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/OpenSSL.framework/OpenSSL' (no such file), '/usr/lib/swift/OpenSSL.framework/OpenSSL' (no such file, not in dyld cache), '/Users/username/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/Frameworks/OpenSSL.framework/OpenSSL' (no such file), '/Users/username/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/F084560D
(terminated at launch; ignore backtrace)

Dyld Error Message:
  1


Thread 0 Crashed:
0   dyld                          	       0x100f25940 __abort_with_payload + 8
1   dyld                          	       0x100fabe20 abort_with_payload_wrapper_internal + 104
2   dyld                          	       0x100fabe54 abort_with_payload + 16
3   ???                           	       0x100dc8704 ???
4   ???                           	       0x100d944ec ???
5   ???                           	       0x100d9219c ???
6   ???                           	       0x100d9165c ???
7   ???                           	       0x100d912a4 ???
8   dyld                          	       0x100f2abec dyld4::prepareSim(dyld4::RuntimeState&, char const*) + 1300
9   dyld                          	       0x100f296a0 dyld4::prepare(dyld4::APIs&, mach_o::Header const*) + 368
10  dyld                          	       0x100f28d04 start + 7104


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000006   x1: 0x0000000000000001   x2: 0x000000016f06fdb0   x3: 0x000000000000010b
    x4: 0x000000016f06f9b0   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x0000000000000020   x9: 0x0000000000000012  x10: 0x0000000000000000  x11: 0x207972617262694c
   x12: 0x0000000000000030  x13: 0x0000000000000005  x14: 0x0000000000000005  x15: 0x0000000000000000
   x16: 0x0000000000000209  x17: 0xcadd00016f06e4a0  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x000000016f06f9b0  x21: 0x000000000000010b  x22: 0x000000016f06fdb0  x23: 0x0000000000000001
   x24: 0x0000000000000006  x25: 0x000000001f070004  x26: 0x0000000000000001  x27: 0x000000016f070bc8
   x28: 0x000000016f070bd8   fp: 0x000000016f06f970   lr: 0x0000000100fabe20
    sp: 0x000000016f06f930   pc: 0x0000000100f25940 cpsr: 0x00001000
   far: 0x0000000000000000  esr: 0x56000080 (Syscall)

Binary Images:
       0x100f20000 -        0x100fbffff dyld (*) <b50f5a1a-be81-3068-92e1-3554f2be478a> /usr/lib/dyld
       0x100d7c000 -        0x100d7ffff com.projectname.wallet (1.0.0) <dc9dcfba-5f55-347e-832d-2ae8e7d93a0c> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/ProjectName
       0x104f10000 -        0x10620ffff ProjectName.debug.dylib (*) <8840e244-9ae4-3e02-9002-6a09830ac830> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/ProjectName.debug.dylib
       0x108e10000 -        0x109c23fff react-native.React (1.0) <ac487519-d12b-3ed8-b013-5010ec9bc032> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/Frameworks/React.framework/React
       0x1013e4000 -        0x10154bfff third-party.ReactNativeDependencies (1.0) <1c45f8d4-664a-3470-8fd0-341a04b1a28c> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/Frameworks/ReactNativeDependencies.framework/ReactNativeDependencies
       0x101e04000 -        0x10218bfff dev.hermesengine.iphonesimulator (0.12.0) <944bd49b-ad2e-3e3c-96ac-0603909fdd97> /Users/USER/Library/Developer/CoreSimulator/Devices/dummy/data/Containers/Bundle/Application/dummy/ProjectName.app/Frameworks/hermes.framework/hermes
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 3
    thread_create: 0
    thread_set_state: 88

VM Region Summary:
ReadOnly portion of Libraries: Total=947.1M resident=0K(0%) swapped_out_or_unallocated=947.1M(100%)
Writable regions: Total=9121K written=513K(6%) resident=513K(6%) swapped_out=0K(0%) unallocated=8608K(94%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
STACK GUARD                       56.0M        1 
Stack                             8176K        1 
VM_ALLOCATE                         16K        1 
__DATA                            6090K       99 
__DATA_CONST                      13.0M      102 
__DATA_DIRTY                        27K        7 
__FONT_DATA                        2352        1 
__LINKEDIT                       768.7M        7 
__OBJC_RW                         2703K        1 
__TEXT                           178.4M      105 
__TPRO_CONST                       148K        2 
dyld private memory                2.5G        5 
mapped file                        800K        6 
page table in kernel               513K        1 
===========                     =======  ======= 
TOTAL                              3.5G      339 


-----------
Full Report
-----------

{"app_name":"ProjectName","timestamp":"2025-12-08 20:08:23.00 +0100","app_version":"1.0.0","slice_uuid":"dc9dcfba-5f55-347e-832d-2ae8e7d93a0c","build_version":"1","platform":7,"bundleID":"com.projectname.wallet","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.1 (25B78)","roots_installed":0,"name":"ProjectName"}
{
  "uptime" : 100000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac15,10",
  "coalitionID" : 25253,
  "osVersion" : {
    "train" : "macOS 26.1",
    "build" : "25B78",
    "releaseType" : "User"
  },
  "captureTime" : "2025-12-08 20:08:22.4543 +0100",
  "codeSigningMonitor" : 2,
  "pid" : 53944,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2025-12-08 20:08:22.3515 +0100",
  "procStartAbsTime" : 2459262539960,
  "procExitAbsTime" : 2459264846841,
  "procName" : "ProjectName",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/ProjectName",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0.0","CFBundleVersion":"1","CFBundleIdentifier":"com.projectname.wallet"},
  "storeInfo" : {"thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 27266,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.dummy",
  "appleIntelligenceStatus" : {"state":"available"},
  "developerMode" : 1,
  "responsiblePid" : 1350,
  "responsibleProc" : "SimulatorTrampoline",
  "codeSigningID" : "com.projectname.wallet",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570425857,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"eAAAALwAAAAoAQAAcAAAAAABAABoAAAAGAEAADgBAAAwQYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkRb1\/5e\/AwCR\/XvBqP8PX9bAA1\/WEC2A0g=="},
  "wakeTime" : 18695,
  "fatalDyldError" : 1,
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"code":1,"flags":518,"namespace":"DYLD","indicator":"Library missing","details":["(terminated at launch; ignore backtrace)"],"reasons":["Library not loaded: @rpath\/OpenSSL.framework\/OpenSSL","Referenced from: <8840E244-9AE4-3E02-9002-6A09830AC830> \/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/ProjectName.debug.dylib","Reason: tried: '\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/OpenSSL.framework\/OpenSSL' (no such file), '\/usr\/lib\/swift\/OpenSSL.framework\/OpenSSL' (no such file, not in dyld cache), '\/Users\/username\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/Frameworks\/OpenSSL.framework\/OpenSSL' (no such file), '\/Users\/username\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/F084560D"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":88,"task_for_pid":3},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":2622930,"threadState":{"x":[{"value":6},{"value":1},{"value":6157696432},{"value":267},{"value":6157695408},{"value":0},{"value":0},{"value":0},{"value":32},{"value":18},{"value":0},{"value":2340027244252129612},{"value":48},{"value":5},{"value":5},{"value":0},{"value":521},{"value":14617839971672188064},{"value":0},{"value":0},{"value":6157695408},{"value":267},{"value":6157696432},{"value":1},{"value":6},{"value":520552452},{"value":1},{"value":6157700040},{"value":6157700056}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4311399968},"cpsr":{"value":4096},"fp":{"value":6157695344},"sp":{"value":6157695280},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":4310849856,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":22848,"symbol":"__abort_with_payload","symbolLocation":8,"imageIndex":0},{"imageOffset":572960,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":104,"imageIndex":0},{"imageOffset":573012,"symbol":"abort_with_payload","symbolLocation":16,"imageIndex":0},{"imageOffset":4309419780,"imageIndex":6},{"imageOffset":4309206252,"imageIndex":6},{"imageOffset":4309197212,"imageIndex":6},{"imageOffset":4309194332,"imageIndex":6},{"imageOffset":4309193380,"imageIndex":6},{"imageOffset":44012,"symbol":"dyld4::prepareSim(dyld4::RuntimeState&, char const*)","symbolLocation":1300,"imageIndex":0},{"imageOffset":38560,"symbol":"dyld4::prepare(dyld4::APIs&, mach_o::Header const*)","symbolLocation":368,"imageIndex":0},{"imageOffset":36100,"symbol":"start","symbolLocation":7104,"imageIndex":0}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4310827008,
    "size" : 655360,
    "uuid" : "b50f5a1a-be81-3068-92e1-3554f2be478a",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309106688,
    "CFBundleShortVersionString" : "1.0.0",
    "CFBundleIdentifier" : "com.projectname.wallet",
    "size" : 16384,
    "uuid" : "dc9dcfba-5f55-347e-832d-2ae8e7d93a0c",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/ProjectName",
    "name" : "ProjectName",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4377870336,
    "size" : 19922944,
    "uuid" : "8840e244-9ae4-3e02-9002-6a09830ac830",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/ProjectName.debug.dylib",
    "name" : "ProjectName.debug.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4443930624,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "react-native.React",
    "size" : 14761984,
    "uuid" : "ac487519-d12b-3ed8-b013-5010ec9bc032",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/Frameworks\/React.framework\/React",
    "name" : "React",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4315824128,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "third-party.ReactNativeDependencies",
    "size" : 1474560,
    "uuid" : "1c45f8d4-664a-3470-8fd0-341a04b1a28c",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/Frameworks\/ReactNativeDependencies.framework\/ReactNativeDependencies",
    "name" : "ReactNativeDependencies",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4326440960,
    "CFBundleShortVersionString" : "0.12.0",
    "CFBundleIdentifier" : "dev.hermesengine.iphonesimulator",
    "size" : 3702784,
    "uuid" : "944bd49b-ad2e-3e3c-96ac-0603909fdd97",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/dummy\/data\/Containers\/Bundle\/Application\/dummy\/ProjectName.app\/Frameworks\/hermes.framework\/hermes",
    "name" : "hermes",
    "CFBundleVersion" : "0.12.0"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 6442450944,
  "size" : 3881631744,
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=947.1M resident=0K(0%) swapped_out_or_unallocated=947.1M(100%)\nWritable regions: Total=9121K written=513K(6%) resident=513K(6%) swapped_out=0K(0%) unallocated=8608K(94%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nSTACK GUARD                       56.0M        1 \nStack                             8176K        1 \nVM_ALLOCATE                         16K        1 \n__DATA                            6090K       99 \n__DATA_CONST                      13.0M      102 \n__DATA_DIRTY                        27K        7 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       768.7M        7 \n__OBJC_RW                         2703K        1 \n__TEXT                           178.4M      105 \n__TPRO_CONST                       148K        2 \ndyld private memory                2.5G        5 \nmapped file                        800K        6 \npage table in kernel               513K        1 \n===========                     =======  ======= \nTOTAL                              3.5G      339 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "deploymentId" : 240000000
    },
    {
      "factorPackIds" : [

      ],
      "deploymentId" : 240000000
    }
  ],
  "experiments" : [
  ]
}
}

Project dependencies

"@amplitude/analytics-react-native": "1.5.13",
"@craftzdog/react-native-buffer": "6.0.5",
"@dev-plugins/react-navigation": "0.3.1",
"@ethersproject/bignumber": "5.7.0",
"@expo/vector-icons": "15.0.3",
"@gorhom/bottom-sheet": "5.2.6",
"@hookform/resolvers": "5.1.1",
"@legendapp/list": "2.0.9",
"@noble/ciphers": "2.0.0",
"@noble/curves": "2.0.0",
"@noble/hashes": "2.0.0",
"@react-native-community/slider": "5.0.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "7.4.0",
"@react-navigation/native": "7.1.8",
"@rn-primitives/accordion": "1.2.0",
"@rn-primitives/collapsible": "1.2.0",
"@rn-primitives/dropdown-menu": "1.2.0",
"@rn-primitives/portal": "1.3.0",
"@rn-primitives/progress": "1.2.0",
"@rn-primitives/select": "1.2.0",
"@rn-primitives/slot": "1.2.0",
"@rn-primitives/switch": "1.2.0",
"@rn-primitives/tabs": "1.2.0",
"@rn-primitives/types": "1.2.0",
"@scure/bip39": "2.0.0",
"@sentry/react-native": "7.2.0",
"@tailwindcss/cli": "4.0.13",
"@tradle/react-native-http": "2.0.1",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"async-retry": "1.3.3",
"babel-plugin-inline-import": "3.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-af1b7da-20250417",
"base64url": "3.0.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"core-js": "3.45.1",
"devalue": "5.5.0",
"dexie": "4.0.9",
"dexie-react-hooks": "4.2.0",
"emittery": "1.0.3",
"ethers": "6.13.4",
"events": "3.3.0",
"expo": "54.0.26",
"expo-application": "7.0.7",
"expo-blur": "15.0.7",
"expo-build-properties": "1.0.9",
"expo-camera": "17.0.9",
"expo-clipboard": "8.0.7",
"expo-constants": "18.0.10",
"expo-dev-client": "6.0.19",
"expo-device": "8.0.9",
"expo-font": "14.0.9",
"expo-linking": "8.0.9",
"expo-modules-core": "3.0.28",
"expo-navigation-bar": "5.0.9",
"expo-notifications": "0.32.13",
"expo-router": "6.0.16",
"expo-secure-store": "15.0.7",
"expo-splash-screen": "31.0.11",
"expo-status-bar": "3.0.8",
"expo-symbols": "1.0.7",
"expo-system-ui": "6.0.8",
"expo-web-browser": "15.0.9",
"fake-indexeddb": "6.0.0",
"fflate": "0.8.2",
"https-browserify": "1.0.0",
"install": "0.13.0",
"jose": "5.9.6",
"jotai": "2.12.5",
"lodash-es": "4.17.21",
"lucide-react-native": "0.475.0",
"memoizee": "0.4.17",
"nativewind": "4.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "7.53.1",
"react-i18next": "16.0.0",
"react-native": "0.81.5",
"react-native-android-open-settings": "1.3.0",
"react-native-confirmation-code-field": "8.0.1",
"react-native-device-info": "15.0.1",
"react-native-gesture-handler": "2.28.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-keychain": "10.0.0",
"react-native-mmkv": "4.0.0",
"react-native-nitro-modules": "0.31.0",
"react-native-polyfill-globals": "3.1.0",
"react-native-quick-crypto": "1.0.1",
"react-native-reanimated": "4.1.2",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "4.16.0",
"react-native-svg": "15.12.1",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-qr-code": "2.0.15",
"rn-emoji-keyboard": "1.7.0",
"rxjs": "7.8.2",
"semver": "7.7.3",
"starknet": "8.1.2",
"stream-browserify": "3.0.0",
"superjson": "2.2.1",
"swr": "2.3.4",
"tailwind-merge": "3.0.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"text-encoding": "0.7.0",
"tslib": "2.8.1",
"url": "0.11.4",
"url-join": "5.0.0",
"util": "0.12.5",
"webextension-polyfill": "0.12.0",
"zod": "4.0.5"
"@babel/core": "7.28.0",
"@babel/plugin-transform-dynamic-import": "7.27.1",
"@babel/plugin-transform-modules-commonjs": "7.27.1",
"@babel/types": "^7.28.5",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/cli": "20.0.0",
"@react-native/metro-config": "0.82.0",
"@rnx-kit/metro-config": "2.1.2",
"@rnx-kit/metro-plugin-duplicates-checker": "3.0.0",
"@rnx-kit/metro-resolver-symlinks": "0.2.5",
"@testing-library/react-native": "13.2.0",
"@types/chrome": "0.0.283",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/react": "19.1.13",
"@types/react-test-renderer": "19.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"dexie-logger": "1.2.6",
"dotenv": "17.0.0",
"eslint": "9.15.0",
"eslint-config-expo": "10.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"fs-extra": "11.3.0",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-expo": "54.0.13",
"prettier": "3.3.3",
"react-native-css-interop": "0.2.1",
"react-native-svg-transformer": "1.5.1",
"react-test-renderer": "19.0.0",
"ts-node": "10.9.2",
"tsx": "4.19.2",
"typescript": "5.9.2",
"vite": "6.0.2"

QuickCrypto Version

1.0.1

Target platforms

iOS

Operating system

MacOS

Can you build the QuickCrypto Example app?

No, I cannot build the Example app either

Additional information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions