ios - import XXNibBridge into my project, but semantic issue occurs saying [unknown type name 'link'] after running this project -


  1. xxnibbridge imported pch file of project
  2. run project, semantic issue occurs, saying [unknown type name 'link']

click see screenshot

is there can do?

don't use link (i don't know trying there) , instead use #import (or #include).

if you'd know more pch files (or if should use them -- don't have to, more not), there related questions here on stackoverflow can more information. like:

what prefix.pch file in xcode?

why isn't projectname-prefix.pch created automatically in xcode 6?

why .pch file not available in swift?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -