ios - import XXNibBridge into my project, but semantic issue occurs saying [unknown type name 'link'] after running this project -
- xxnibbridge imported pch file of project
- run project, semantic issue occurs, saying
[unknown type name 'link']

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?
Comments
Post a Comment