1.部署到真机异常 dyld`dyld_fatal_error:

->  0x120015088 <+0>: brk    #0x3

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire

Referenced from: /var/mobile/Containers/Bundle/Application/E1AC6933-4A9B-4A0B-B

解决方案:将引用的库同时引用到Embedded Binaries

2 undefined symbols for architecture armv7 referenced from

解决方案:在Build Phases的Link Binary With Libraries中添加丢失的库

3.ld: warning: directory not found for option

解决方案:删除Search Paths里的错误项/ Framework Search Paths/Library Search Paths

4.swift项目中:no rule to process file ‘a’ of type sourcecode.c.h for architecture arm64

解决方案:在Build Phase的Compile Sources里去除掉.h的文件

5.this class is not key value coding-compliant for the key xxx

出现这个错误的的原因是删除了代码的属性,没有删除视图中IBOutlet

6.(null): error: /Users/xxx/Documents/xxx/PhotoBrowser: No such file or directory

清除已删除的项  Build Phases > CopyBundleResources

7.No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “xxx” were found.

这个错误是unity打包出来的解决方案,试试更改Boundle identifier在重新Build 一份。

持续更新!

8 Users/eliteenergy/Downloads/projectName/Pods/Target Support Files/Pods/Pods-frameworks.sh

终端输入以上路径 chmod a+x [path]

A valid provisioning profile for this executable was not found

This happened to me yesterday. What happened was that when I added the device Xcode included it in the wrong profile by default. This is easier to fix now that Apple has updated the provisioning portal:

  1. Log in to developer.apple.com/ios and click Certificates, Identifiers & Profiles
  2. Click devices and make sure that the device in question is listed
  3. Click provisioning profiles > All and select the one you want to use
  4. Click the edit button
  5. You will see another devices list which also has a label which will probably say "3 of 4 devices selected" or something of that nature.
  6. Check the select all box or scroll through the list and check the device. If your device was unchecked, this is your problem.
  7. Click "Generate"
  8. DON'T hit Download & Install – while this will work it's likely to screw up your project file if you've already installed the provisioning profile (see this question for more info).
  9. Open Xcode, open the Organizer, switch to the Devices tab, and hit the Refresh button in the lower right corner. This will pull in the changes to the provisioning profile.

Now it should work.

最新文章

  1. Java 反射 使用总结
  2. js整数补零
  3. NET中验证控件表达式汇总
  4. centos 随意截屏
  5. oracle日期操作
  6. 4.2.2 网络编程之Socket
  7. Java基础-JDK动态代理
  8. 【wikioi】1285 宠物收养所
  9. Cheatsheet: 2015 03.01 ~ 03.31
  10. 【转】Android:Bluetooth 的打开和关闭--不错
  11. java JMS消息队列
  12. Javascript高级程序设计读书笔记(第三章)
  13. 互斥体与互锁 &lt;第五篇&gt;
  14. Oozie入门
  15. 理解Vue中的Render渲染函数
  16. JavaScript语法详解:JS简介&amp;变量
  17. Java基础教程1:环境配置及第一个HelloWorld.java
  18. Go语言嵌入类型
  19. C#分割字符串并统计重复出现的次数
  20. 压缩软件WinRar 5.5 x64去广告方式【窗口类名下断】

热门文章

  1. 图片轮播插件-carouFredSel
  2. 从OGRE,GAMEPLAY3D,COCOS2D-X看开源
  3. 使用SpringMVC+mybatis+事务控制+JSON 配置最简单WEB
  4. UDP TCP 消息边界
  5. $POST数组论证($GET || $COOKIE || $REQUEST 同理)
  6. WP 类似扑克牌布局控件和类似扑克卡片控件
  7. Unity3D研究院之IOS全自动打包生成ipa
  8. Error: The VPN client agent was unable to create the interprocess communication depot.
  9. Project Euler 93:Arithmetic expressions 算术表达式
  10. lintcode 中等题 :Maximum Product Subarray 最大连续乘积子序列