我通过它安装了cocoa pods库和一些框架.现在,当我编译项目时,构建失败了.

错误:

以下是文本的一部分:

Ld /Users/polzovatel/Library/Developer/Xcode/DerivedData/Project-bybevfqrgvqqldbzsgewqafpmylj/Build/Products/Debug-iphonesimulator/Project app/Project normal i386
    cd /Users/polzovatel/Projects/iOS-master/Project_iPhone
    export IPHONEOS_DEPLOYMENT_TARGET=6.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

我需要做什么来解决这个问题?

推荐答案

通过删除Link Binary中的-lPods-Projectname.a(对于较新版本,删除Frameworks组下的-lPods-Projectname.a)修复了此问题.

Objective-c相关问答推荐

Objective C 布尔数组

animateWithDuration:animations: 会阻塞主线程吗?

dispatch_get_global_queue 和 dispatch_queue_create 有什么区别?

如何调整 UIModalPresentationFormSheet 的大小?

.m 文件中的空@interface 声明是做什么用的?

Objective-C:如何从子类访问父属性?

在我的 iOS Mail 和 Safari 应用程序中支持 Open In... 菜单项

在不导入自己的情况下播放系统声音

了解 performSegueWithIdentifier

如何删除手势识别器

无法加载 xcode 项目,因为它已从另一个项目或工作区打开

如何在 iOS 7 启动期间更改状态栏样式

架构 i386 clang 的重复符号

Xcode - 如何将 XIB 连接到 ViewController 类

zoom UIView 及其所有子项

当 UIView 框架更改时,视图内的 AVPlayer 层不会调整大小

command/usr/bin/codedesign 失败,退出代码 1-代码符号错误

如何实现全局 iPhone 异常处理?

在 iOS 8 中使用 NSMutableAttributedString 的字符串的下划线部分不起作用

无法更改 UILabel 文本 colored颜色