-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Hi everybody.
I have an error when I tried to start my app in an Iphone 7 plus with IOS 13.3.1, but in an others Iphone with a IOS oldest it is working fine, it is the error that I have obtain:
dyld: Library not loaded: @rpath/FloatRatingView.framework/FloatRatingView
Referenced from: /private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Kafuu
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView: code signature invalid for '/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView'
/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView: code signature invalid for '/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView'
/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView: stat() failed with errno=1
/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView: code signature invalid for '/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView'
/private/var/containers/Bundle/Application/C1FE3C2D-55F9-4A68-B182-26C43EDA4B98/Kafuu.app/Frameworks/FloatRatingView.framework/FloatRatingView: stat() failed with errno=1
(lldb)
Regards