[titanium]ios app的更新錯誤

LINEで送る
[`evernote` not found]

做完app後總是會遇到要更新的時候,正常來說,我們只要到iTunes connect新增一個新版本的資訊,然後再把tiapp.xml的版本改成較高的新版本發佈就可以了!

不過,等著我的卻是:
This bundle is invalid. The key CFBundleShortVersionString in the Info.plist file must contain a higher version than that of the previously uploaded version.
的錯誤訊息!!!

明明該做的檢查都做了,版本也都設定的比上衣個版本還高了,為什麼還會出現這個訊息勒?
其實原因我也不知道@@
我只知道我的解決方式是這樣:

  1. 到/app/build/iphone/,把當中的Info.plist移到/app/下面
  2. 雙擊Info.plist編輯它的「Bundle versions string, short」到新版本
  3. 刪掉/app/build
  4. 重新編譯

這樣就解決了!