Alright so I see XCode was trying to add the javascript file to the compiled sources folder. Deleted it from there, and moved it into the Copy Bundle Resources folder.
Now it appears with at the same location as my html file, I'm printing the paths and get:
Code:
2008-11-26 15:36:47.885 myapp[2729:20b] /Users/mark/Library/Application Support/iPhone Simulator/User/Applications/1CC029F4-AF6B-4E19-91BR-66DA276F83B5/myapp.app/test.html
2008-11-26 15:36:47.890 myapp[2729:20b] /Users/mark/Library/Application Support/iPhone Simulator/User/Applications/1CC029F4-AF6B-4E19-91BR-66DA276F83B5/myapp.app/test.js
But referencing it in that html file still fails, again, doing:
src="test.
js"
but no luck.