From: Panayotis K. <pan...@pa...> - 2011-10-01 07:58:27
|
On 1 Οκτ 2011, at 9:58 π.μ., William Wilson wrote: > As for the relative vs absolute path issue, I really don't think that is the issue, else I would expect an error in the build phase in Xcode. I looked in the generated xcodeproj and found no references to any kind of xml file, whether relative or absolute paths. In any case doing my Android development on the Mac is a non starter even if I did think it would work. This is the expected behavior. No resource files are visible in the Xcode project, and if something is missing, no error can be seen. I understand you need to fine tune this build stage. In the Xcode project, there is a list of build stages; the last one is an execution of a bash script. What is does is to copy the resource files to the produced iOS application bundle, at the end of the compilation. Have a look at this file and make sure that the resources are found inside the produced *.app folder. |