Appcelerator studioでalloyのviewを組んでいて遭遇したエラー

Error parsing XML file. element parse error: Error: invalid

または、
Error parsing XML file. element parse error: Error: attribute equal must after attrName

→全角スペースが入っていないか確認。

 

・Error parsing XML file. end tag name: Window is not match the current start tagName..
→タグが閉じていない(”/“ が付いていないとか)箇所が無いか確認

 

・Script Error Couldn't find module: alloy/controllers/.. for architecture: x86_64..
(新規に作ったviewを開こうとすると起こる)
→どういう訳か、もう一度ビルドし直すと解決。(インクリメンタルビルド的な事をしており、そこに1度では含まれないリソースファイルがあるとか?)

 

・Error: ETIMEDOUT..
at Timer.listOnTimeout (timers.js:119:15)
→アプリケーション再起動

 

・Cannot read property 'substring' of undefined..
→アプリケーション再起動(長時間起動していると起こるっぽい)


※その他、例えば、iosシミュレーター待ちみたいな状態になって止まってしまう(ビルド停止は出来るが)などがあったが、
そういったのは概ね、アプリケーションの再起動で直った。