简体   繁体   中英

Build Errors Using Cocoapods and AFNetworking

First time I have used Cocoapods and so far it has not been a good experience. I am trying t build my project and I am getting errors as below:

在此处输入图片说明

I have googled and googled and googled but have not found anything that is useful. Can anyone please give me any idea as to why this is happening? This is very frustrating as I have spent hours trying to install Cocoapods and am having no luck!

EDIT: More detailed screenshot of the error

在此处输入图片说明

I've seen this issue before when I didn't include the libsqlite3.0.dylib framework in my project. Go to targets - build settings - linked frameworks and libraries - add that framework and build and clean.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM