Error Library Xcode to connect to Remobjects Iphone

dyld: Library not loaded: @rpath/RemObjectsSDK.framework/RemObjectsSDK
Referenced from: /private/var/containers/Bundle/Application/A0574EE0-B400-4D9C-8559-D333A7497E26/Comercial.app/Comercial
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/A0574EE0-B400-4D9C-8559-D333A7497E26/Comercial.app/Frameworks/RemObjectsSDK.framework/RemObjectsSDK: code signature invalid for ‘/private/var/containers/Bundle/Application/A0574EE0-B400-4D9C-8559-D333A7497E26/Comercial.app/Frameworks/RemObjectsSDK.framework/RemObjectsSDK’

It looks like you might beed to resign the RemotingSDK.framework bundle to match your apps signature. Either by running codesign manually on the version you project references, or by passing --deep as code signing option when signing your app.