Jan 092013
 

I’m building app with PhoneGap/Cordova, it pretty much makes sense to share same html/cs/js across different forms, but this gave me quite some troublesome time …

It turned out Xcode does not follow relative symlink as mentioned here, you should move down to Rachel’s comment to see the finding.

I moved back to absolute symlink (start from /) and everything’s working now.