Hi,
the detailed how-to does not say which header path must be included in the user project so that it finds the iOS Ports. Looking at the examples, it seems it is something like
So this depends on where the iOS Ports are. Wouldn't it be possible to make iOS Ports copy the headers to XCode's build directory :
"$(BUILT_PRODUCTS_DIR)/../../include"
In this way, the user would just have to includes this dir no matter where the iOS Ports are on the file system.
cheers
Jan