error while loading project into device..about libsqlite3.0dylib file is missing

I am developimg an app. In the middle of my project suddenly the libsqlite3.0dylib file turned into red color. When I was trying to load the project into simulator it was running and into device it was showing the rolling error.

I removed the red color file and freshly added the libsqlite3.0dylib file. Then also it showing error. I have seen many more forums and did not get the right choice to proceed with my app.

What might cause this and how do I solve it?

ld: warning: ignoring file /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/libsqlite3.0.dylib, missing required architecture i386 in file ld: warning: ignoring file /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/libSystem.dylib, missing required architecture i386 in file ld: in /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/libobjc.A.dylib, missing required architecture i386 in file for architecture i386


In your Target 's Build Settings , remove everything in Framework Search Paths . This should fix your issue.

Hope this helps !

PS : This is an issue that has been on SO before. You can see solutions here, Build Error - missing required architecture i386 in file .

Since you fail to understand how to solve the issue, I will also attach a photo on how your Framework Search Paths should look. Empty .

在这里输入图像描述

链接地址: http://www.djcxy.com/p/52452.html

上一篇: 加速x264编码

下一篇: 错误,同时加载项目到设备..关于libsqlite3.0dylib文件丢失