I have added framework in my project. Its running fine in simulator but when I tried to run in device it give below error with crash :
Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/1B084028-3532-4156-8671-A2FD4614988F/appName.app/Frameworks/SquareReaderSDK.framework/Frameworks/CorePaymentCard.framework/CorePaymentCard: code signature invalid for '/private/var/containers/Bundle/Application/1B084028-3532-4156-8671-A2FD4614988F/appName 2.5.app/Frameworks/SquareReaderSDK.framework/Frameworks/CorePaymentCard.framework/CorePaymentCard'
Have added framework in Embedded Binaries as well.
Also if I make it optional then its not crashing but also not working.
Hi,
I have added framework in my project. Its running fine in simulator but when I tried to run in device it give below error with crash :
Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/1B084028-3532-4156-8671-A2FD4614988F/appName.app/Frameworks/SquareReaderSDK.framework/Frameworks/CorePaymentCard.framework/CorePaymentCard: code signature invalid for '/private/var/containers/Bundle/Application/1B084028-3532-4156-8671-A2FD4614988F/appName 2.5.app/Frameworks/SquareReaderSDK.framework/Frameworks/CorePaymentCard.framework/CorePaymentCard'
Have added framework in Embedded Binaries as well.
Also if I make it optional then its not crashing but also not working.