几天前我一直在尝试解决这个问题。我正在将JSQMessagesViewController添加到我的 iOS 项目中。通过拖放从 Github 下载的 JSQMessagesViewController 文件夹手动添加库。试图为 jsqmessagesviewcontroller 添加一个桥接头。试图添加
#import JSQMessagesViewController
#import JSQMessages.h
后来,当我构建项目时,我发现了这个错误消息
error: failed to remove /Users/user/Library/Developer/Xcode/DerivedData/CHATAPP-gcvyuyhkvbxvnlfnrrbmaebxevhx/Build/Products/Debug-iphonesimulator/CHATAPP.app/Info.plist: “Info.plist” couldn’t be removed.
我尝试搜索但没有任何帮助...出了什么问题?如何消除此错误?使用 swift 2.2 和 xcode 7.2