igortxito
igortxito
I use code 8.3.2 and the app runs without problem. The error is printed in the console when I run "inject source". There is one archive written in Objecttive-C and...
The same. The problem is when there is bridging header file: Compiling /Users/.../repositorio/..../..../XXXXBaseViewController.swift :0: error: unable to read PCH file /var/folders/_7/twhp3br50wx35pmhq04wy5fw0000gn/T/Projectname-Bridging-Header-00ca7f.pch: 'No such file or directory' :0: error: PCH file...
I think the problem is the precompilation of headers option in Build Phases. I dont know why but unchecking it seems to solve the problem
@johnpatrickmorgan what approach would you recommend using your library if it's for an ipad app where sometimes is neccsary the navigationViewStyle(.columns) approach? THANKS!