Error: Unable to launch Xcode on device

I have been launching my app on both stimulator and as well as device but however after importing a chart and installing a cocoapod into xcode, there might have an error that i could not launch my xcode in a device but i could launch it in stimulators.

These are the errors that given after i compiled. But i have embed the framework in the xcode.

dyld: Library not loaded: @rpath/Charts.framework/Charts

Referenced from: /private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/M-Tracker

Reason: no suitable image found. Did find:

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: code signature invalid for '/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts'

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: stat() failed with errno=25

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: code signature invalid for '/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts'

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: stat() failed with errno=1

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: code signature invalid for '/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts'

/private/var/containers/Bundle/Application/3A33C3EE-61D5-4C1D-9E36-B8F15D77D4E0/M-Tracker.app/Frameworks/Charts.framework/Charts: stat() failed with errno=1

I have been googling this but could not find any solutions to this.