将现代Swift语法更新为现代Swift语法和项目将不再编译

时间:2017-05-24 20:55:45

标签: swift xcode swift3 swift2

我最近将StackOverflow中的一段代码粘贴到我的Swift 3项目中,代码是用Swift 2编写的,所以我突出了代码部分并做了Xcode - >编辑 - >转换 - >现代Swift语法。不知道它会"转换"我的整个项目。

现在我的项目有76个错误,我解除了更改并使用了源代码控制" pull"我的最后一次"推"确保我有一份应用程序的工作副本。代码现在与我点击之前的代码相同"转换"但是现在代码仍然 无法编译。 在我点击"转换"之前,代码编译得很好。这是完全相同的代码,但我仍然有76个编译时错误。

如何让错误留下我的非错误代码?我应该删除我的项目还是(最好)只有一个我可以执行的简单修复?

1 个答案:

答案 0 :(得分:0)

尝试使用Xcode中的<form method='POST'> <table> <tr> <td height="41" colspan="12" align="center">ATTAINMENT OF PO( PO-CO MAPPING) </td> </tr> <tr> <td width="17%" rowspan="2" align="center">NAME OF THE MODULES</td> <td height="34" colspan="11" align="center">PROGRAME OUTCOMES</td> </tr> <tr> <td width="7%" align="center">PO1</td> <td width="7%" align="center">PO2</td> </tr> <tr> <td height="71" align="center">MATHEMATICS</td> <td align="center"> <input type="number" class="select1 required" name="value[]" onKeyPress="if(this.value.length==2) return false;" onChange="calcAvg('select1','calculation1','calatt1');" style="width:60px">&nbsp;</td> <td align="center"> <input type="number" class="select2 required" name="value[]" onKeyPress="if(this.value.length==2) return false;" onChange="calcAvg('select2','calculation2','calatt2');" style="width:60px">&nbsp;</td> </tr> <tr> <td height="71" align="center">SCIENCE</td> <td align="center"> <input type="number" class="select1 required" name="value[]" onKeyPress="if(this.value.length==2) return false;" onChange="calcAvg('select1','calculation1','calatt1');" style="width:60px">&nbsp;</td> <td align="center"> <input type="number" class="select2 required" name="value[]" onKeyPress="if(this.value.length==2) return false;" onChange="calcAvg('select2','calculation2','calatt2');" style="width:60px">&nbsp; </td> </tr> <tr bgcolor="#9999CC"> <td height="71" align="center">PO AVERAGES</td> <td align="center"> <input type="text" name="Avg" id="calculation1" readonly style="width:60px">&nbsp;</td> <td align="center"> <input type="text" name="Avg1" id="calculation2" readonly style="width:60px">&nbsp;</td> </tr> <tr> <td height="71" align="center">PO ATTAINMENT</td> <td align="center"> <input type="text" name="Att1" id="calatt1" readonly style="width:60px">&nbsp;</td> <td align="center"> <input type="text" name="Att2" id="calatt2" readonly style="width:60px">&nbsp;</td> </tr> </table> <p align="center"> <input type="button" name="submit" value="submit" onclick='validateForm()'> </p> </form>清理项目。

enter image description here