[UIWindow endDisablingInterfaceAutorotationAnimated:] called on <UITextEffectsWindow: 0x1011f4590; frame = (0 0; 414 736); opaque = NO; autoresize = W+H; layer = <UIWindowLayer: 0x1702319e0>> without matching -beginDisablingInterfaceAutorotation. Ignoring.
原因是兩次嘗試對keypad調(diào)用endDisablingInterfaceAutorotationAnimated
- 報(bào)錯(cuò):no index path for table cell being reused
把 cell 作為 tableView 的 header 或 footer 會導(dǎo)致以上報(bào)錯(cuò)
需要把 header 或 footer 放進(jìn)一個(gè)容器里,否則可能導(dǎo)致 no index path for table cell being reused 的錯(cuò)誤,以及 header fooder在界面上消失
2.運(yùn)行項(xiàng)目時(shí):This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.
像這樣
把原來的程序卸掉即可
3.linker command failed with exit code 1 (use -v to see invocation)
文件重復(fù)
4
This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.
iPhone上已經(jīng)裝了包標(biāo)識符一樣的 App,刪掉再運(yùn)行。