1、在XCode中新建静态库工程:DDLogLib。2、添加对外暴露接口的头文件DDLogLibHeader.h3、命令行进入DDLogLib目录,运行pod init,并修改Podfile4、运行pod install,并打开DDLogLib.xcworkspace。5、运行pod spec cr...
分类:
移动开发 时间:
2015-11-20 12:16:06
阅读次数:
214
每次 $ pod install 不生成 xcworkspace 文件, 结束都会报错:MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-...
分类:
其他好文 时间:
2015-10-01 20:25:33
阅读次数:
145
参照:http://www.tairan.com/archives/2245 命令行build pods项目的命令如下: xcrun xcodebuild -workspace itemplate.xcworkspace -scheme itemplate build 命令行运行test用例的命令如下(使用光xcodebuild ...
分类:
移动开发 时间:
2015-09-07 18:07:22
阅读次数:
166
前段时间一直出现这样一个错误:Diff: /../Podfile.lock: No such file or directory1. 删除工程文件夹下的Podfile、Podfile.lock及Pods文件夹2. 删除xcworkspace文件3. 使用xcodeproj文件打开工程,删除Frame...
分类:
其他好文 时间:
2015-08-30 11:13:33
阅读次数:
161
说明: project.xcworkspace说明:is a directory of files describing the workspace or projects. Although some of the answers here indicate it is unnecess...
分类:
移动开发 时间:
2015-07-06 14:05:29
阅读次数:
147
当使用CocoaPods导入第三方框架进行iOS应用开发的时候,不要选择下图中的DiscardAllChanges..因为直接Commit到git时,导入的第三方框架不会被记录,尤其是在使用CocoaPods的时候,选择该选项会导致通过podinstall生成的xcworkspace文件直接消失。更恰当的方式是通过终端以命令..
分类:
其他好文 时间:
2015-07-02 01:18:52
阅读次数:
290
"你的工程".xcodeproj
> (Right Click & Show Package Contents) > project.xcworkspace > (Right Click & Show Package Contents) > xcSharedData > "Your Project".xccheckout
在文件里面删除相关svn信息
如图
按照上面操作...
分类:
其他好文 时间:
2015-05-25 14:35:16
阅读次数:
134
一.创建步骤第一步,创建Workspace-> Huanghuacai.xcworkspace第二步:给你的框架起一个霸气侧漏的名字,但是在请名字之前要去查重,看看你的名字是否已经存在,可以在终端上输入以下指令pod search 名字第三步,框架通常都是为应用程序服务的,因此在WorkSpace中...
分类:
移动开发 时间:
2015-05-16 13:23:15
阅读次数:
243
1、从互联网上或者其他途径拿过来的工程代码,往往会报下面的提示: (1)打开文件的时候出现窗口提示You don’t have permission to save the file “project.xcworkspace” in the folder “****.xcodeproj”. (2)进...
分类:
系统相关 时间:
2015-04-23 01:50:11
阅读次数:
829
GIT忽略iOS项目UserInterfaceState.xcuserstate1.删除仓库中跟踪的UserInterfaceState.xcuserstate git rm --cached iamhere/IAmHere.xcodeproj/project.xcworkspace/xcuser....
分类:
其他好文 时间:
2015-04-07 19:02:06
阅读次数:
147