missing required architecture armv7 in file?

前端 未结 7 1972
自闭症患者
自闭症患者 2020-12-29 22:55

I keep getting this warning and errors can anyone help?

    ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms       /iPhoneOS.p         


        
相关标签:
7条回答
  • 2020-12-29 23:28

    I had the same issue for the framework Twilio Chat client. And when I went into carthage folder and inside it open the Info.plist file for Twilio Chat client framework the minimum deployment target was set to 11.0 but I was developing application for 10.0 so it was missing those architectures.

    How I resolved: I downgraded my Twilio Chat Client framework to earlier versions where deployment target was set to 9.0 and boom it works.

    0 讨论(0)
提交回复
热议问题