Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
PODs dependencies
-
Hi, I have in my config.xml this pod dependencies.
<pod name="Firebase/MLVision"/> <pod name="Firebase/MLVisionFaceModel"/> <pod name="Firebase/MLVisionBarcodeModel"/> <pod name="TrustKit"/>
The build is ok but when I run the app in my iphone device, it crashes…
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, dependent dylib ‘@rpath/FBLPromises.framework/FBLPromises’ not found for ‘/private/var/containers/Bundle/Application/93FD2BA0-D560-4C2D-A0A5-0D92F699022C/daniel4.app/daniel4’, tried but didn’t find: ‘/usr/lib/swift/FBLPromises.framework/FBLPromises’ ‘/private/var/containers/Bundle/Application/93FD2BA0-D560-4C2D-A0A5-0D92F699022C/daniel4.app/Frameworks/FBLPromises.framework/FBLPromises’ ‘@rpath/FBLPromises.framework/FBLPromises’ '/System/Library/Frameworks/FBLPromises.framework/FBLPromises’
Highlighted by Thread: 0Any idea ?