So I have a Project that has Firebase package dependencies in Xcode. Whenever I try to run it on my real iPhone (not the simulator, my actual iPhone) I get the error as follows [enter image description here] Now I started a fresh new Hello World project and it runs fine on my iPhone. However, the moment I add firebase package dependency to the Hello World Project I got the same error I was getting with my original project.
So does anyone know if package dependencies can cause signature issues? Any input shall be appreciated!
PS: Details of the error:[enter image description here]