ios - Xcode8 : Why Xcode8 is not building/compiling after converting to Swift3 syntax's -
i ran project in xcode8 asked me convert swift3 syntax's did it, there many errors errors fixing 2 days. after converted swift3 step step(error resolving). when build not ran once either in device or simulator. why not moving further ? it not throwing errors fix any(checked again , again) i worried. there need check in build settings or in code ? please refer below image warnings: xcode8 compiler bug : sometimes compiler not detecting errors in xcode8 so started commenting 1 one method/class in swift files there found 1 method troubling compiler has not updated swift3 syntax's after changed syntax's ran successfully many things need check if facing above issue in xcode8 swift3 please refer below syntax's thank above comments helps me think issue nsfetchrequest before : //let fetchrequest = nsfetchrequest() nsfetchrequest in swift3: let fetchrequest = nsfetchrequest<sample>(entityname: "sample") note: *