Xcode8 Issue with "GPRCClient.framework" - swift

I am getting this error in Xcode when running on a real device and I could not find a solution. Running on simulator works fine.
dyld: Library not loaded: #rpath/GRPCClient.framework/GRPCClient Referenced from: /var/containers/Bundle/Application/87E018E3-6128-41B7-B285-417FAF97143D/vivisell.app/vivisell
Reason: image not found

Related

Failed to install a project to a real device

Someone who solved this problem by emulating on an iPhone.
It is a project that a library was embedded and well I already gave it a lot of laps and all the Build Setting configurations, from the signature of the build functions are correctly I do not understand what may be happening I have xcode 12.0.1 I will thank you very much for a feetback,
este es mi error:
dyld: Symbol not found: _$s8DropDownAAC9DirectionO6bottomyA2DmFWC
Referenced from: /private/var/containers/Bundle/Application/0E7CFCF6-F3E3-422F-8EF9-BD721F6D0ADB/proyectodemo.app/Frameworks/FrameworkDemo.framework/FrameworkDemo
Expected in: /private/var/containers/Bundle/Application/0E7CFCF6-F3E3-422F-8EF9-BD721F6D0ADB/proyectodemo.app/Frameworks/DropDown.framework/DropDown
in /private/var/containers/Bundle/Application/0E7CFCF6-F3E3-422F-8EF9-BD721F6D0ADB/proyectodemo.app/Frameworks/FrameworkDemo.framework/FrameworkDemo
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
(lldb)

How to fix dyld: Library not loaded: #rpath/libtbb.dylib

i'm using HiC-Pro mapping program on macOS Catalina. When it's running the log says:
dyld: Library not loaded: #rpath/libtbb.dylib
Referenced from: /Applications/anaconda3/bin/bowtie2-align-s
Reason: image not found
(ERR): Description of arguments failed!
Exiting now ...
Does anyone know how to fix this library not loaded error message?
I just started getting this error, as well -- environments I had installed just a couple weeks ago that included Bowtie2 still work, but when I install a new environment with the same Conda yaml file today it is no longer working, with this same error.
Try installing tbb through
brew install tbb
This fixed the error for me for a different binary that threw the same error.

dyld: Library not loaded: #rpath with iOS13 // Cocoapod // Swift 5.0

I really can't find a way to solve my probleme.
To explain it quickly: I had an app that retrived data from Firebase with some Frameworks and this app worked fine. But recently, the app crash when I build it on my iPhone, but not on the Simulator. I updated cocoapods to see if it solve the probleme but no.
When I try running it on the device I get this error :
dyld: Library not loaded: #rpath/GTMSessionFetcher.framework/GTMSessionFetcher
Referenced from: /private/var/mobile/Containers/Bundle/Application/0F2C2461-A68B-4ABA-A604-B88E6E9D1BB1/AppName.app/AppName
Reason: image not found
I've tried different solutions, but none of them really worked. Please help me.

error Reason: no suitable image found. when run on device [duplicate]

This question already has answers here:
dyld: Library not loaded: #rpath/libswiftCore.dylib / Image not found
(27 answers)
Closed 5 years ago.
I've created a project in Xcode 8. When I run it on the simulator, it works fine, but when I run it on a real device it doesn't run.
dyld: Library not loaded: #rpath/libswiftCore.dylib
Referenced from: /var/containers/Bundle/Application/871C44C1-B21B-418C-840E-DAB05DA1D542/Test03.app/Test03
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/871C44C1-B21B-418C-840E-DAB05DA1D542/Test03.app/Frameworks/libswiftCore.dylib: code signing blocked mmap() of '/private/var/containers/Bundle/Application/871C44C1-B21B-418C-840E-DAB05DA1D542/Test03.app/Frameworks/libswiftCore.dylib'
Following the below steps
remove your app from the device
clean your project
remove derived data (xcode->preferences->Loactiona->click on red part->and remove all file from DerivedData)
4. build and run in your device i think run

Xcode doesn't run app on devices but simulator. dyld: Library not loaded, Reason: image not found

I am trying to run an open source project on my Xcode to my devices.
The app runs normally on simulator. But has fatal error when running on a device.
dyld: Library not loaded:
/Users/Kevinscience/cerbero/dist/ios_universal/lib/libspiceglue.0.dylib
Referenced from:
/var/mobile/Containers/Bundle/Application/317EAAE1-F492-44DE-B4BB-68B222E73C44/flexVDI.app/flexVDI
Reason: image not found (lldb)
Please help me to solve this problem.