iOS开发问题总结

pch was compiled with module cache...

解决方法:
1.Close your project or workspace.
2.In Finder: ⇧shift+⌘cmd+G
3.Paste: ~/Library/Developer/Xcode/DerivedData/
4.Delete the ModuleCache folder and empty trash.
5.Open up your project.
6.Clean: ⇧shift+⌘cmd+K
7.Build: ⌘cmd+B

The file “Logs” couldn’t be saved in the folder “Library” because a file with the same name already exists.

解决方法:
iOS Simulator -> Reset Content and Settings.

Your build settings specify a provisioning profile with the UUID,no provisioning profile was found

解决方法:
1.找到项目xcodeproj文件,右键打开包内容;
2.找到project.pbxproj文件全局搜索“PROVISIONING_PROFILE",将相关UUID都删除;
3.保存文件重新打开项目,重新安装provisioning profile文件即可.

Error returned in reply:Connection invalid.

解决方法:
重启Xcode和模拟器即可.

Swift中pods导入OC库报file not found

解决方法:
1.target->Build Settings->Objective-C Bridging Header,设置路径;
2.在Bridging-Header(桥接文件)中�引入.h文件要包含上层文件夹,否则Xcode找不到: #import "AFNetworking/AFNetworking.h"

Cornerstone无法上传项目.a文件

解决方法:
1.cmd+,进入设置界面,选中Subversion取消选项Use default global ignores;
2.�终端输入vi ~/.subversion/config找到# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo # *.rej *~ #*# .#* .*.swp .DS_Store,输入i进入编辑模式�替换成global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store,输入:wq保存退出;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值