Just tried the iOS exporter with fusion 2.5 for the first time today and got the following error when trying to run my app from Xcode:
'Box2D/Collision/b2BroadPhase.h' file not found
It stopped on the following line in Xcode: #include <Box2D/Collision/b2BroadPhase.h>
This line is in file: Other Sources/Box2D/Collision/b2BroadPhase.cpp
Anyone else had this or knows why this is?
I'm using Xcode version 4.6.2, does the new exporter require version 5? (I cant use Xcode 5 cause my OSx is too old)