ios - Xcode 8.1 Not Autocompleting type alias callbacks -


it's weird xcode (version 8.1 (8b62)) act this, not helping me auto complete callbacks, let me give specific example:

see photo, when double click or enter in suggested call back, singlerequestcallback, xcode should give me block. it's not. instead xcode completing statement firebasesinglerequest.singlerequestcallback, , if double click on suggested call back, xcode give bug report in editor , making codes white.

that happens in firebase library , in uiviewcontroller functions (such dismiss). see second screenshot.

enter image description here

enter image description here

steps made:

  1. clean , clean build of project.
  2. restart xcode
  3. shut down machine.

so question is: how fix this? causes issue?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -