错误“线程1:EXC_BAD_INSTRUCTION(代码= EXC_I386_INVOP,子代码= 0x0)”在委托中意味着什么?

时间:2016-11-03 03:20:04

标签: ios swift xcode

我收到此错误,我该如何解决此错误?我在AppDelegate中添加了这个代码来制作CRUD应用程序而且我不知道如何解决它。

.photo {
    position:relative;
    overflow:hidden;
    text-align:center;
}

.photo img {
    position:absolute;
    height:100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin:auto auto;
}

我的参考资料来自http://codewithchris.com/iphone-app-connect-to-mysql-database/

因为我使用XCode 8,在本教程中使用xcode 7.

0 个答案:

没有答案