xcode 4 + phonegap … not update JS upon build?

后端 未结 10 1085
误落风尘
误落风尘 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:20

    I do not have mac right now, but few things to try:

    • Try to look at Your project build (or prebuild or something) action where www folder is supposed to be copied.

    • Try to change index.html and see if it works.

    • Try to copy paste all Your javascript code to index.html script tag

    • Try to validate Your javascript (For example: Google Closure Compiler) and see if it has no problems

提交回复
热议问题