2

I use relatedSDK for Firebase integration and while uploading App I encounter this error.

enter image description here

ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable." ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."

jwpfox
  • 5,124
  • 11
  • 45
  • 42
Ankit Sharma
  • 251
  • 2
  • 9

1 Answers1

1

It might be of the "Embedded Framework" build phase.

See my answer over here https://stackoverflow.com/a/48693391/140927

Holtwick
  • 1,849
  • 23
  • 29