1.linker command failed with exit code 1 (use -v to see invocation)
变量大小写错误,文件引入重复.
这个坑我摔了多次,导入的第三方,如果要删除重新添加一定要删彻底,不然呵呵.
我导了IJKMediaFramework的第三方,因为需要手动集成,除了点错.删掉重添,结果没删除干净....文件夹下的是拷贝到工程 的一直出现 from not find IJKMediaFramework.
- 创建证书的时候Xcode报错 Your build settings specify a provisioning profile with the UUID “015105a-5e55-40b7-96ba-89fb19ee4e09”, however, no such provisioning profile was found.
Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles.
这里可以打开文件的包内容,复制UUID, 使用搜索,将UUID删除.之后关闭Xcode.(不知道使用clean有没有用,好久没遇到了)
3.Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“yanfa4”) has an AppID of “com.yfa4.zhengshu” which does not match your bundle identifier “JiLong.---”.
删除BundleID .重写.
4.No valid signing identities (i.e. certificate and private key pair) were found. 密钥与证书不对,需要在General 中将bundle ID修改成你的bundle ID .这条是第三条的下一步修改.
5.待续