E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Podfile
版本号中的~/^
podfile
中,会经常遇到版本号的配置。"~"算是比较常见的,之前一直没搞清楚它的含义。版本号1.2.0major.minor.patch版本号分为major,minor,patch。
我落泪_情绪零碎
·
2020-06-24 02:18
CocoaPods安装第三方SDK报错[!] The dependency `ReactiveCocoa (~> 4.1.0)` is not used in any concrete target.
Thedependency`ReactiveCocoa(~>4.1.0)`isnotusedinanyconcretetarget.解决方法:在
podfile
文件中输入如下:platform:iOS,“
梁大大大大大壮_
·
2020-06-23 17:41
pod lint lint 报错
环境(现象)私有库(A)依赖私有库(B)
podfile
中pod‘B’,podspec中s.dependency'B'podinstall/update可以编译运行成功podliblint报错,提示找不到某些
码客波L
·
2020-06-23 17:07
Cocoapods 使用方法
CocoaPods的使用方法,在网上的资料都是抄来抄去的,自己学习后总结了一下.第一步:创建项目第二步:创建
Podfile
文件在终端中cd到项目总目录cd/Users/tusm/Desktop/cocoapodsSecodns
呼哮山庄
·
2020-06-23 15:37
CocoaPods的安装和使用
的时候会提示:podinstall出错ThedependencyAFNetworking(~>2.6.0)isnotusedinanyconcretetarget.原因是:低版本的cocoapods的
Podfile
夜的v
·
2020-06-23 15:13
iOS开源二进制使用插件 - 使用教程
本地配置文件-
Podfile
_local二进制源码调试podbincode,类似美团iOS工程zsource命令背后的那些事儿的效果。
LevySu
·
2020-06-23 14:25
【ThirdParty】iOS-友盟分享
现在友盟网站中添加新的应用,获得此应用的唯一Appkey官方文档:http://dev.umeng.com/social/ios/quick-integration#1_21.Cocoapods集成SDK将需要的写入
Podfile
亲爱的大倩倩
·
2020-06-23 08:54
CocoaPods 编译错误 “clang: error: no such file or directory: 'xxx' ” 解决
编译时候出现:clang:error:nosuchfileordirectory:‘xxxx’原因:OtherLinkerFlags设置有问题解决方法:从
podfile
中删除它之后,我今天遇到了类似Cocoapod
feosun
·
2020-06-23 07:59
iOS
cocoapod 下载三方库报错
Unabletosatisfythefollowingrequirements:-`MJExtension`requiredby`
Podfile
`-`MJExtension(=2.4.4)`requiredby
福将的逆袭
·
2020-06-23 02:30
iOS Unit自动化测试框架Quick简单使用
在
Podfile
中添加pod命令,如下通过defxxxend来包裹pod命令,这样该def可以被用于多个相同的t
Smiacter_Yin
·
2020-06-22 19:36
开始使用 QMUI iOS
在你的项目的
Podfile
里添加如下内容:pod'QMUIKit'然后运行podinstall即可。
Three_Zhang
·
2020-06-22 06:11
第三方库的使用
iOS 新建
Podfile
2、到项目文件夹中打开
podfile
文件,输入source'https://github.com/CocoaPods/Specs.git'platform:ios,'8.0'defpodspod'AFNetworking
童宁_深圳_iOS
·
2020-06-22 01:57
CocoaPods 编译错误 "clang: error: no such file or directory: 'xxx' ” 解决方案
CocoaPods编译错误“clang:error:nosuchfileordirectory:‘xxx’”解决方案cocopods删除已安装的类库,
Podfile
删除导入的代码,终端podinstall
IDEAINNET
·
2020-06-22 01:15
UI
OC
Xcode
iOS
cocoapods
Podfile
.lock: No such file or directory Manifest.lock: No such file or directory 在React Native中报错
/
Podfile
.lock:Nosuchfileordirectorydiff:/Manifest.lock:Nosuchfileordirectoryerror:ThesandboxisnotinsyncwiththePodfile.lock.Run'podinstall'orupdateyourCocoaPodsinst
cc_sunIsland
·
2020-06-21 17:30
React
Native
Pod Install 之后会将
Podfile
.lock 中的某些库 添加/删除 单引号
可能会遇到你刚从远程服务器拉下来的代码,在没有新增加或者删除第三方库的时候,编译后也报错,需要执行podinstall来安装缺失的第三方库;而当你执行完podinstall之后,你发现改动的文件仅仅是修改了
Podfile
.lock
Camoufleur
·
2020-06-21 17:05
flutter混编集成jitsi meet的记录
Android、iOS主要是参考:https://flutter.dev/docs/development/platform-integration/platform-channelsiOS端:iOS端报错主要是
podfile
.locknot
秋田狗提不起劲儿
·
2020-06-21 12:16
pod安装JPush太慢,安不上
podfile
中写入以下命令pod'JPush','~>2.2.0'然后执行podinstall或者podinstall--no-repo-update--verbose半天没有动静。
十一岁的加重
·
2020-06-21 12:58
cocospods 问题
CouldnotautomaticallyselectanXcodeworkspace.SpecifyoneinyourPodfilelikeso:workspace'path/to/Workspace.xcworkspace'在你的
podfile
王强iOS
·
2020-06-21 07:55
iOS依赖管理CocoaPods使用
podinit生成
Podfile
。vimPodfile用vim打开
Podfile
进行编辑。pod'AFNetworking','~>3.0'输入需要下载的依赖库,这里以AFNetworking为例。
sojlu
·
2020-06-21 07:06
ios
ios
cocoapods
CocoaPods归纳
CocoaPods上的功能clear是清除页面pod--version查看cocoapods的版本号gemlist查看CocoaPods上的目录vimPodfile创建
Podfile
文件esc退出输入:
style_施
·
2020-06-21 02:53
Carthage安装与使用
安装完成后查看版本号carthageversionimage.png二.使用进入项目所在文件夹cd项目路径例如:cdDesktop/Carthage-Test创建空的Cartfile文件(类比CocoaPods的
Podfile
CoderCurtis
·
2020-06-20 12:15
Cocoapods原理分析及版本冲突问题
Cocoapods作为依赖库管理工具,在这里和大家分享总结下CocoaPod相关原理1.podinstall原理1.1podinstall和podupdate区别podinstall:执行该命令,会去优先查找是否有
podfile
.lock
格雷s
·
2020-06-19 10:53
iOS CocoaPods注意事项
关于.gitignore当执行podinstall之后,除了
Podfile
外,CocoaPods还会生成一个名为
Podfile
.lock的文件,这个文件不应该加入到.gitignore中。
一意孤行的程序员
·
2020-06-18 13:00
iOS CocoaPods注意事项
关于.gitignore当执行podinstall之后,除了
Podfile
外,CocoaPods还会生成一个名为
Podfile
.lock的文件,这个文件不应该加入到.gitignore中。
一意孤行的程序员
·
2020-06-18 13:00
iOS 使用cocoapod为工程导入第三方库
依旧是因为最近老要用,而我自己经常忘记啊啊啊...1、为主工程生成
podfile
文件,必须有.xcodeproj目录里面,执行podinitWechatIMG4.png2、编辑
podfile
文件,把你想要导入的框架导进去
红太狼的小灰帽丶
·
2020-06-14 09:03
iOS Cocoapods 更新指定的库
定位到相关文件的操作为终端输入cd+空格+拖入相关文件一、指定第三方SDK的版本
Podfile
二、更新指定第三方库终端执行:podupdate库名三、只安装新增库,不更新已安装的库podinstall把
爪爪123
·
2020-06-12 18:49
pod使用笔记
升级所有程序包sudogemupdate删除老版本的程序包sudogemcleanup查看pod版本pod--version创建
Podfile
文件podinit更新所有库podupdate安装依赖库podinstall
Mr丶xi先森
·
2020-06-11 16:29
iOS 单元测试引用pod第三方头文件问题
现象:今日需要对Demo工程pod中集成的自己开发的framework进行单元测试,发现pod中framework头文件无法引用,解决办法:修改
podfile
文件,将pod中集成的framework也添加到单元测试
MrSYLong
·
2020-06-02 13:05
Cocoapods导入新的第三方库后,原引用文件提示"File not found"
最近更新了一下本地的cocoapods,因为长时间没有去做较大的内容更新.
podfile
的内容基本上没有新增,然后尝试导入一个新的第三方库,导入的结果是成功的,但是原有的第三方库引用全部都提示"filenotfound
水陌纤上
·
2020-05-25 16:39
CDN: trunk Repo update failed
最近Cocoapods升级到1.8.4后,install/update/search的时候出现问题,问题如下:Snip20200521_1.png按照官方文档
podfile
文件中添加source源:source'https
一念起
·
2020-05-21 11:37
Uncategorized Command CompileSwift failed with a nonzero exit code
UncategorizedCommandCompileSwiftfailedwithanonzeroexitcode翻译出来是这样的:未分类的命令CompileSwift失败,退出码为非零截图:解决办法:报错的三方库,
Podfile
ios攻城狮2014
·
2020-05-11 11:17
bug
iOS 13 适配小记
执行完毕对
Podfile
里的SDK进行挨个search,查看当前最新版本。podsearchxxxx找到当前最新版本并修改版本号。确保有可能会受13影响的库都升级到最新之后podinstall。
boyka_yang
·
2020-04-21 16:55
Flutter 采坑 之 [!] The 'Pods-Runner' target has transitive dependencies that include statically lin...
解决办法打开iOS目录下的
Podfile
,删除掉use_frameworks!在重新执行flutterrun即可
松_THOM
·
2020-04-18 16:22
flutter增加QQ登录添加第三方库时遇到:[!] CDN: trunk Repo update failed
解决办法:在
podfile
文件中指定source源为master:source'https://github.com/CocoaPods/Specs.git'添加前target'Runner'douse_frameworks
Noah_L_JC
·
2020-04-17 11:38
CocoaPods在终端模式下的使用
到工程目录.png4.在终端输入vimPodfile5.输入i进入编辑模式6.输入项目信息及要导入的三方库名称和版本号(版本号可不写,默认安装三方库的最新版本)7.按下Esc8.输入:wq退出编辑模式编辑
Podfile
.png9
henuColorWolf
·
2020-04-14 17:42
【iOS】 CocoaPods 的基本使用
2020年更新常用指令podupdate库名更新指定第三方库podinstall把
Podfile
内全部的库更新重新安装podinstall--verbose--no-repo-update该命令只安装新添加的库
MR_詹
·
2020-04-14 17:50
CocoaPods 创建私有库(终极版)
CocoaPods创建私有库简要步骤及说明:1.在远端创建项目仓库、specrepo仓库2.在本地创建项目仓库、specrepo仓库3.本地仓库、远端仓库对应建立关系4.
Podfile
、podspec操作
ZJ_偶尔上路
·
2020-04-14 16:55
CocoaPods中
Podfile
语法(转)
一个简单的Podfiletarget'MyApp'pod'AFNetworking','~>1.0'一个复杂的Podfileplatform:ios,'9.0'inhibit_all_warnings!target"MyApp"dopod'ObjectiveSugar','~>0.5'target"MyAppTests"doinherit!:search_pathspod'OCMock','~>2
Smallwolf_JS
·
2020-04-14 14:18
2018-05-22
cocoapods的使用在终端敲入cd将文件夹拖拽进终端终端输入touchPodfile,建立
Podfile
(配置文件)podsearch+框架名cocoaPods是1.0.0及以上版本,
Podfile
44dff0c7f560
·
2020-04-14 14:15
CocoaPods安装和使用
CocoaPods的安装依赖于ruby环境,所以在安装CocoaPods之前要安装ruby环境安装CocoaPods$sudogeminstallcocoapods2、使用场景1:在项目中导入类库(1)创建
Podfile
springerPrivate
·
2020-04-14 03:47
Swift_
Podfile
文件配置格式
swift使用cocopod配置格式,Mark一下。图片#Uncommentthislinetodefineaglobalplatformforyourprojectplatform:ios,'9.0'#Commentthislineifyou'renotusingSwiftanddon'twanttousedynamicframeworksuse_frameworks!target'TestDe
mansionwayh
·
2020-04-13 18:54
记:CocoaPods 安装FMDB第一次尝试
Invalid`
Podfile
`file:syntaxerror,unexpected',',expectingend-of-input'FMDB','~>2.6.2'[!]
DeadRabbit
·
2020-04-13 17:59
SDK接入方法
创建制作Framework的框架文件,设置mach为static一:准备一个
podfile
,如下:target'CaoHuaSDKFrameWork'dopod'GTMBase64','~>1.0.0'
IceWall_Rin
·
2020-04-13 10:36
更新Xcode8.0后遇到的问题记录
Xcode7.3.1是中没有任何问题的,去github上看作者最近的更新是10天前,所以我猜想作者正式支持Xcode8的版本应该还是没有发出来.为了解决问题只有使用XMPPFramework最新的分支3.7.0版本.在
podfile
CasouV
·
2020-04-12 19:36
The dependency `` is not used in any concrete 解决办法
在更换完电脑或者升级了
podfile
版本之后pod的内容必须明确的指出所用的第三方库的target否则会出现错误:Thedependency``isnotusedinanyconcrete为了解决这个问题进入了
sttech
·
2020-04-12 17:47
pod install? or pod update ?
简单来说,就是:1.使用podinstall来安装新的库,即使你的工程里面已经有了
Podfile
,并且已经执行过podinstall命令了;所以即使你是添加或移除库,都应该使用podinstall。
风尘子
·
2020-04-12 16:52
The dependency `` is not used in any concrete target.--pod install时报错
source'https://github.com/CocoaPods/Specs.gitpod'DXPopover'从Github上down的项目的
podfile
,podinstall时出现“Thedependency
clover_jmy
·
2020-04-12 14:39
Wax的安装
waxwax安装说明的地址:https://github.com/alibaba/wax/wiki/Installation使用cocoapods安装在说明中的使用gittag和gitcommit,在
Podfile
不枯不枯
·
2020-04-12 09:12
cocopods管理第三方库。the dependency `xxx` is not used in any concrete target.
thedependencyxxxisnotusedinanyconcretetarget.这是由于Pods升级,引入了target的概念,必须在
Podfile
中指定target,此步必失败。
extanstory
·
2020-04-12 08:28
常用的第三方框架下载
开发者也可以用CocoaPods来设置目标工程对ReactiveCocoa的依赖,只需要编辑
Podfile
文件,增加如下内容即可:>>AFNetwo
许威彬
·
2020-04-12 03:53
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他