missing required architecture i386 in file

守給你的承諾、 提交于 2019-12-05 00:20:52

Add the CoreLocation framework, which has CLLocation, as well as MapKit.

I got the same issue.. after a long struggle I found the issue..

I resolved it this way..

  1. Go to Build Settings
  2. Search for 'framework search path'
  3. And delete the pre filled path.

Now it works perfectly.. hope it helps some one..

Be careful if you copy the framework from Finder to the project. Ensure that; "Copy file ..." option is NOT checked when you add it to your project.

Check the root folder of your project and if you've copied it. Delete it and try to add from scratch.

Adding from "Build Phases", "Link Binary With Libraries" section of Xcode is highly recommended.

Vinay

I used $(inherited) in Build Settings -> Search paths

Refer below URL for $(inherited) usage, What is $(inherited) in Xcode's search path settings?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!