I am getting following error from one of the pod frameworks while running the app (Build is a success).
dyld: Symbol not found: __ZN5swift34swift50override_conformsToProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E.
Referenced from: X framework
Expected in: frameworks/DeviceKit.framework/DeviceKit
Xcode 12.4
React native 0.63
cocoapods: 1.10.1
Related
I'm trying to run my code compiled with XCode 14.2 to an iPad with IOS 13.2 but always throws me this error :
dyld: Symbol not found: _$s7SwiftUI4ViewP14_viewListCount6inputsSiSgAA01_ceF6InputsV_tFZTq
Referenced from: /private/var/containers/Bundle/Application/*******
Expected in: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
in /private/var/containers/Bundle/Application/*******
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
Message from debugger: failed to send the k packet
If I try to compile it into iPad with ios 15 it works
anybody knows what is happening ??
thank you
I have some problem with electron builder. I always get this errors in console when I try to build windows nsis or portable version of my app
ExecError: /Users/yx/Library/Caches/electron-builder/nsis/nsis-3.0.4.1/mac/makensis exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Error output:
Error output:
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/yx/Library/Caches/electron-builder/nsis/nsis-3.0.4.1/mac/makensis (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /Users/yx/Library/Caches/electron-builder/nsis/nsis-3.0.4.1/mac/makensis (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
at ChildProcess.<anonymous> (/Users/yx/Sites/test-app/electron-app/node_modules/vue-cli-plugin-electron-builder/node_modules/builder-util/src/util.ts:243:14)
at Object.onceWrapper (node:events:483:26)
at ChildProcess.emit (node:events:376:20)
at maybeClose (node:internal/child_process:1063:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:295:5) {
exitCode: null,
alreadyLogged: false,
code: 'ERR_ELECTRON_BUILDER_CANNOT_EXECUTE'
}
I'm looking on the github repo but the only usggested solution is to downgrade electron builder. I've checked my package.json file and it seems that the installed version of electron builder is "electron-builder": "^21.2.0" but when the build process start it will print a different version inside the vue ui console
INFO Building app with electron-builder:
• electron-builder version=22.9.1 os=17.7.0
• packaging platform=win32 arch=ia32 electron=11.0.3 appOutDir=build/win-ia32-unpacked
•
building target=portable file=build/test-portable.exe archs=ia32
Is there any fix to this problem?
The issue appears on macOS 10.13 and earlier. I don't know about 10.14, but on 10.15 there's no such an issue.
I fixed that by installing electron-builder 22.10.5 (last version which works on old macOS).
If your actual builder version is not the same as in package.json, try
npm r electron-builder
npm i -D electron-builder#22.10.5
When I ran a C++ application in XCode on MacOS 10.14 that uses OpenGL and Assimp, everything compiled, but I got this error
dyld: Library not loaded: #rpath/libIrrXMLd.dylib
Referenced from: /usr/local/lib/libassimpd.5.dylib
Reason: image not found
Program ended with exit code: 9
Searched on Google and seems like no one has had this problem before
I am using module react-native-ble-plx for blutooth.
But when link the module and adding frameworks and when running in iOS it throws me error like
dyld: Library not loaded: #rpath/libswiftCore.dylib
Referenced from: /Users/stellent/Library/Developer/CoreSimulator/Devices/3E50C000-22C0-4519-BEAD-6092EA083132/data/Containers/Bundle/Application/B2064C92-B8CC-43EC-B69D-E8B2FB21893B/bluetoothsample.app/Frameworks/RxBluetoothKit.framework/RxBluetoothKit
Reason: image not found
(lldb)
This happens in xocde 9.1 in xcode 8 its working fine.
Can anyone tell me how to solve this
Thanks,
I have installed bettercap on Macbook Pro OSX EL Capitan 10.11.3, after installing while I start bettercap it shows below error.
dyld: lazy symbol binding failed: Symbol not found: _pcap_lookupdev
Referenced from: /Library/Ruby/Gems/2.0.0/gems/pcaprub-0.12.1/lib/pcaprub_c.bundle
Expected in: flat namespace
dyld: Symbol not found: _pcap_lookupdev
Referenced from: /Library/Ruby/Gems/2.0.0/gems/pcaprub-0.12.1/lib/pcaprub_c.bundle
Expected in: flat namespace
Here is a screenshot:
me too, but libpcap is installed on the system.
/usr/lib/libpcap.A.dylib
/usr/lib/libpcap.dylib
also pcaprub with gem is installed and is who that give us this error.