4

I am compiling a iOS project with Xcode 9.3 but same issue on Xcode 9.2 image

How can I solve this issue? I am using cocoapods for these frameworks. Thank you.

HardcoreHenry
  • 5,909
  • 2
  • 19
  • 44
lbear9090
  • 61
  • 3
  • Have you tried deleting your derived data? https://stackoverflow.com/questions/38016143/how-to-delete-derived-data-in-xcode-8 – Popmedic Apr 11 '18 at 16:03
  • Thank you for the reply, Yes, I deleted the derived data. but same issue. – lbear9090 Apr 11 '18 at 17:20
  • I assume you are building for the simulator (hence the need for the x86_64 libs), does it work if you build for a device? It looks like it is saying that the frameworks don't have the simulator (x86_64) builds. – Popmedic Apr 11 '18 at 19:34
  • I am getting the same error in Xcode 10.1. I have converted my project Xcode 8.1 to Xcode 10.1 and updated all cocoa pods. When I clear derived data then its worked fine for the first time. I am getting an error when running the project the second time. @Popmedic Did you resolved this issue? – Shahabuddin Vansiwala Mar 04 '19 at 05:47
  • any luck with this? – Suhas Aithal Jun 11 '20 at 05:35
  • I think you are using any script and now frameworks embedded through Pod do not need lipo command. – Rohit Dhawan Aug 19 '20 at 11:09

0 Answers0