iOS 各種報錯,各種error

2022-03-14 14:23:13 字數 749 閱讀 8797

是因為修改了標頭檔案,新增了空格啊什麼的

llvm(low level virtual machine) 低階編譯器

需要把note 後面提示要刪的指定的路徑檔案在finder中找到並完全刪除

如果是真的修改了system header ,那麼解決的方法:

1 還原  

2 重灌xcode

關於xib連線的三個bug

1、xib中的label連線有問題;去檢視xib 看是不是有某個拖拽的控制項關聯了乙個不存在的屬性;

reason: '[setvalue:forundefinedkey:]: this class is not key value coding-compliant for the key label.

2、zyviewcontroller  xib 中view與files』owner 的連線斷了 ;連上

reason: '-[uiviewcontroller _loadviewfromnibnamed:bundle:] loaded the "zyviewcontroller" nib but the view outlet was not set.

3、zyviewcontroller中沒有buttonclick方法;看 該類中 有沒有某個button繫結的這個方法,但是沒有實現;或者方法名寫錯了 

reason: '-[zyviewcontroller buttonclick:]: unrecognized selector sent to instance 0x8d62690'

request類的各種ERROR

urlerror有時候也會是物件 urlerror類繼承自oserror類,是urllib庫的error模組的基類,由request操作產生的異常都可以通過捕獲該類來處理。它具有乙個屬性reason,即返回錯誤的原因。from urllib.request import from urllib.er...

ceph安裝各種報錯

ceph deploy error runtimeerror failed to execute command ceph disk activate mark init sysvinit mount dev sdb1 說實話這個問題很二 我將osd單獨放到乙個分割槽sdb執行的命令是 ceph d...

IOS各種動畫

1。html view plain copy uibezierpath movepath uibezierpath bezierpath movepath movetopoint center movepath addquadcurvetopoint topos controlpoint cgpoi...