0

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]1 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]2

Asperi
  • 228,894
  • 20
  • 464
  • 690
Mansidak
  • 136
  • 6
  • Please [edit] your question to include your code and errors as **text** rather than as a screenshot. On stack overflow images should not be used for textual content, see [*Discourage screenshots of code and/or errors*](https://meta.stackoverflow.com/a/307500) and [*Why not upload images of code on SO when asking a question*](https://meta.stackoverflow.com/a/285557) for why. For instructions on formatting see *[How do I format my code blocks?](https://meta.stackexchange.com/q/22186)*. A [mcve] showing what you have tried that did not work would maximize your chances of getting help. See [ask]. – dbc Jun 26 '22 at 18:20
  • What version of Xcode are you using? What version of the firebase modules are you using? How are you installing firebase? Pods? Swift package manager? – Paulw11 Jun 26 '22 at 21:33
  • Also see https://stackoverflow.com/questions/68931476/this-code-signature-is-no-longer-supported-when-building-app-on-iphone-12 – Paulw11 Jun 26 '22 at 21:34
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 27 '22 at 06:30

0 Answers0