
Xcode 工具技巧
打鱼的阿猫
这个作者很懒,什么都没留下…
展开
-
iOS 证书
其中Bundle Identifier为苹果的AppID,必须与应用发布是配置的Profile关联的AppID一致;Version为应用版本号,在App Store中显示的版本号,推荐与manifest.json中version下的name值一致;Build为编译版本号,App Store判断升级使用,推荐与manifest.json中version下的code值一致。原创 2015-08-25 15:07:57 · 572 阅读 · 0 评论 -
malformed or corrupted AST file: 'Unable to load module "/Users/yx/Library/Developer/Xcode/DerivedDa
使用不同版本的XCode出现的问题:atal error: malformed or corrupted AST file: 'Unable to load module "/Users/yx/Library/Developer/Xcode/DerivedData/ModuleCache/1KA884DWE9ZMV/UIKit-2P3JYM7GVC64.pcm": module fil转载 2015-08-11 14:50:41 · 592 阅读 · 0 评论 -
Xcode 中放置图片的位置,Images.xcassets 和直接放在源文件目录中的区别
1.Images.xcassets中的素材(1)只支持png格式的图片(2) 图片只支持[UIImage imageNamed]的方式实例化,但是不能从Bundle中加载。[使用[NSBundle MainBundle] pathForResources 拿不到 images.xcassets里面图片的路径](3) 在编译时,Images.xcassets中的所有转载 2015-08-04 10:13:38 · 9985 阅读 · 0 评论 -
While reading XXX pngcrush caught libpng error: N
While reading /XXX/XXX/XXX/img1.png pngcrush caught libpng error: Not a PNG filCould not find file: /Users/XXX/Library/Developer/Xcode/DerivedData/CookBookDemo-cnttcobrbmvbddeiesgsxnfwihfe/Build/Produ原创 2015-08-18 16:22:59 · 610 阅读 · 0 评论