xcode - Objective-C Swift bridging header -
after using xcode created objective-c bridging header xcode returns swift compiler error complaining bridging header not exist.
had been able use xcode created bridging header day yesterday before xcode generated error when project compiling. have attempted resolve issue solutions here have been unable resolve issue. 
any suggestions? in advance.
i moved project location , xcode (v 6.4 ) still looked bridging header in old folder location weird. way fixed using absolute path bridging header (@aggressor's solution of dragging file bridging header field populated field absolute path) . hoping later version of xcode fix - seems stupid ide bug me...
- also ensure check project tests target (if have one) , same there
Comments
Post a Comment