Closed Nikhil277 closed 4 years ago
Hi @Nikhil277
Did you install the production SDK as there is a different SDK for production check out the readme and run the scripts that install the production SDK and rerun pod install and try again.
P.S. The error your'e describing above usually means that your'e missing a signing certificate to be able to run the app on a real iOS device, do you have a valid signing certificate form your apple's developers account?
Was this any help? Thanks.
Yes, I installed both the development as well as Production SDK. Ran the pod install, I double checked on those.
Regarding the certificates I am certain they are correct. Double checked those as well. Also tried all solutions mentioned here : https://stackoverflow.com/questions/38371044/ios-app-testing-app-installation-failed-no-code-signature-found.
I tried doing the steps on fresh branch a few times. I just can't figure out what is missing. Thanks for your quick reply.
Hi @Nikhil277
This error is most certainly not library related as you mentioned the build succeeds and the error you get is about xcode not being able to install the app on a real device, the causes for those types of errors are vast.
That said what OS, xcode and cocoapods version do you have?
Closing due to inactivity.
Hi,
I was able to integrate the SDK and test it in simulator as well as emulator. But when I try to run it on a device, the build is successful, but it won't install on the device. It would fail saying "Unable to install application". "Failure reason: No code signature found". I checked for all possibilities, but it won't run on device. I checked before integrating this SDK and it runs on device. Anyone else having a similar issue?