expo构建发布问题收集
1.expo build:ios 后出现下面错误
2.解决方法:
官方是这样解释的:
iOS
The icon you use for iOS should follow the Apple Human Interface Guidelines for iOS Icons.
Use a png file.
1024x1024 is a good size. The Expo build service will generate the other sizes for you. The largest size it generates is 1024x1024.
The icon must be exactly square, i.e. a 1023x1024 icon is not valid.
Make sure the icon fills the whole square, with no rounded corners or other transparent pixels. The operating system will mask your icon when appropriate.
大致意思是告诉你icon.png图片尺码需要1024x1024,图片后缀必须是png,不能是透明色