Coding编译连接过程中遇到的问题及解决方法(iOS)

Coding 上下载地址:https://coding.net/u/coding/p/Coding-iOS/git

Github源码下载地址:https://github.com/Coding/Coding-iOS

Coding 上下载地址: https://coding.net/u/coding/p/Coding-iPad/git

Github源码下载地址:https://github.com/Coding/Coding-iPad

第一个问题:

diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory

error: The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ or update your CocoaPods installation.

解决方法:pod install

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Coding_iOS` to `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.debug.xcconfig` or include the `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.debug.xcconfig` in your build configuration.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Coding_iOS` to `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.release.xcconfig` or include the `Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS.release.xcconfig` in your build configuration.

cocoapods方面遇到的警告解决方法:

然后再: pod install

2. ld: library not found for -lPods

clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方法:几年了,由于第一次遇到这个问题,以前顶多也就是说ld: library not found for -lxxx  等缺失第三方库,这次的问题是缺失pods,网上说的方法也都基本上用过了,但是没有用。偶然看到stackoverflow上面有一段关于解决该问题的描述,虽然不是很匹配我的问题,但是我找到了我的项目对应的位置,并做了将libPods.a直接删除的操作,居然问题解决了。

无论如何,问题是解决了,也算是一种方法,以后遇到类似的问题,也可以参照一下。

时间: 2024-10-07 10:11:06

Coding编译连接过程中遇到的问题及解决方法(iOS)的相关文章

蘑菇街TeamTalk编译连接过程中遇到的问题及解决方法(iOS客户端)

今天浏览博文的时候,“蘑菇街开源的即时通讯框架,包括iOS.Android.Mac.Windows客户端和后台 Github源码下载地址:https://github.com/mogujie/TeamTalk ”这段话吸引了我,我就git clone https://github.com/mogujie/TeamTalk.git  到本地.一运行,没想到出现了很多问题.没办法,只能一个一个的解决,为了总结一下解决的思路以及过程,所以我写下了这片文章. 下面就详细介绍一下: 1. error: T

CentOS编译PHP过程中常见错误信息的解决方法

原文链接:http://www.linuxidc.com/Linux/2014-05/102327.htm ******************************************************************************* checking for BZip2 support- yes checking for BZip2 in default path- not found configure: error: Please reinstall the

LAMP系列之PHP编译过程中常见错误信息的解决方法

LAMP系列之PHP编译过程中常见错误信息的解决方法 在CentOS编译PHP5的时候有时会遇到以下的一些错误信息,基本上都可以通过yum安装相应的库来解决.以下是具体的一些解决办法: ******************************************************************************* checking for BZip2 support- yes checking  for BZip2 in default path- not foun

PHP编译过程中常见错误信息的解决方法

PHP编译过程中常见错误信息的解决方 checking for BZip2 support- yes checking for BZip2 in default path- not found configure: error: Please reinstall the BZip2 distribution Fix: yum install bzip2-devel checking for cURL support- yes checking if we should use cURL for

学习Android过程中遇到的问题及解决方法——电话监听

也许有时你会有这样一个需求:通电话时有一个重要的事需要记下来或者和一个陌生人特别是大骗子通话时,这是就想如果能把通话录下来就方便多了.(这才是我写这个代码的目的!!!) 在此过程中,犯了一个很大的错误.对电话状态还不熟悉就开始编程,使得我就算编写正确也出现各种bug. 先将代码列出来,供大家参考,然后解释错误和相关知识. activity_main.xml: 1 <?xml version="1.0" encoding="utf-8"?> 2 <L

将Eclipse项目转换成AndroidStudio项目过程中遇到的问题以及解决方法

将Eclipse项目转换成AndroidStudio项目也不是第一次了,昨天转的时候遇到几个问题: 首先将项目导入androidstudio,导完后报错: 问题一: Error:java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: Error:Execution failed for task ':app:mergeDebugResources'.> Error: jav

linux使用过程中遇到的问题和解决方法

  测试过程中,出现以下错误,导致远程ssh连接不上,最终导致测试结果失败.系统日志如下: Sep 1 03:15:03 node3 avahi-daemon[5834]: Invalid response packet from host 193.168.17.222. Sep 1 03:15:03 node3 avahi-daemon[5834]: Invalid response packet from host 193.168.142.6. Sep 1 03:15:09 node3 av

将实朴主流程移植到九安的过程中遇到的问题及解决方法

经过一个星期的努力,已完成将实朴主流程移植到九安的工作任务,期间遇到了不少问题.由于是新入职的新手,遇到的问题都是第一次接触到的,通过向老同事虚心讨教,基本上都找到了解决的方法.现将我遇到的问题及解决的方法大致罗列如下: 一.进入StarLims时报错 ① 报错信息:ORA-01033:Oracle initialization or shutdown in progress 报错原因:Oracle实例没有启动 解决方法: <1> 进入SQL Plus,执行命令:sqlplus/nolog &

使用javamail发信过程中的一些问题及解决方法

http://www.blogjava.net/TrampEagle/archive/2006/05/26/48326.html 今天在研究javamail发信的过程中,出现了一些小问题,现总结如下,以免后来者走些不必要的弯路,先把完整的能够正常运行的代码示例粘贴如下:发邮件源代码:package com.hyq.test; import java.util.Properties;import javax.mail.*;import javax.mail.internet.*; public c