From: William W. <flu...@gm...> - 2011-10-02 08:10:01
|
Thank you very much! I copied the resource files also to the Mac and edited the path in the XCode project and now it is working. It is a little awkward, but it will do for now. On Sat, Oct 1, 2011 at 1:56 AM, Panayotis Katsaloulis < pan...@pa...> wrote: > > 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. > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2dcopy2 > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |