How to exclude Model I/O framework with legacy code?

Hello,


I am currently porting a legacy project to iOS 9.0 and my code (OpenGLES 2) which has been working fine with iOS 8.+ gets in conflict with the Model I/O framework which I do not need.


How do I prevent my project in iOS 9.0 from making use of the Model I/O framework?


Thank you very much.


Kind regards, Lars

Hello,


This is what happens if — for obvious reasons — you do not write the 3D framework all by yourself.


There was a class forward declaration, but the header of the class was not imported/included in the implementation. Interesting though that Xcode tries to find a solution and that this error would travel all up to check whether the Model I/O framework could help, because of the same naming of used methods. Even, if you do not make use of Model I/O, nor GameKit.


Thank you, but it has been a false alarm.

How to exclude Model I/O framework with legacy code?
 
 
Q