xcode 4 + phonegap … not update JS upon build?

后端 未结 10 1091
误落风尘
误落风尘 2020-12-09 12:48

I\'ve run into a weird issue that has had me scratching my head for the past hour.

I\'m working on an iPad app using Xcode 4 and PhoneGap. It\'s using jQuery. I\'ve

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 13:25

    Just add a new "Run Script" build phase to your target in XCode and paste this :

    touch -cm ${SRCROOT}/www
    

提交回复
热议问题