我能找到的只是文件之类的:
Put this in your config file
, make sure the icon.png is in your root folder
.. 好的。我已经尝试过这一切,我什至不知道有多少 $*U%)#ing 次以及有多少不同的方式.. 要么没有应用更改,要么显示默认的 phonegap 徽标.. 或者应用程序崩溃:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'config.xml parse error line 4 col 40' * First throw call stack: (0x19a012 0x2b6be7e 0x199e78 0x17e1665 0x1b552 0x1829a08 0x5a1c2af 0x5a36745 0x5a3e25a 0x5a404e5 0x5a3ff07 0x18298fe 0x1829890 0x1829b46 0x1829bfa 0xbd22 0xab30 0xabee 0x20392 0x4b4e1e 0xacae 0x2047b 0x1fc3c 0x3d3157 0x3d3747 0x3d494b 0x3e5cb5 0x3e6beb 0x3d8698 0x392edf9 0x392ead0 0x10fbf5 0x10f962 0x140bb6 0x13ff44 0x13fe1b 0x3d417a 0x3d5ffc 0x1f86c 0x1f7cd) libc++abi.dylib: terminate called throwing an exception
<icon src="icon.png" />
<icon src="img/icons/ios/icon.png" gap:platform="ios" width="57" height="57" />
<icon src="img/icons/ios/icon72.png" gap:platform="ios" width="72" height="72" />
<icon src="img/icons/ios/icon114.png" gap:platform="ios" width="114" height="114" />
<!-- retina iPad support: PhoneGap 2.5.0+ only -->
<icon src="img/icons/ios/icon144.png" gap:platform="ios" width="144" height="144" />
有人知道我可能做错了什么吗?因为我相信我很好地遵循了文档,这显然是人们的常见问题。但是除了人们说把上面的东西放在你的配置中,魔法就会发生,没有人能解决问题,或者确认它吗?