You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
../../../../include
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
The text was updated successfully, but these errors were encountered:
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 :
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
The text was updated successfully, but these errors were encountered: