Xcode9 的 iPhone X 启动图片
iPhone X 启动图片大小:
- Portrait size : 1125px × 2436px
- Landscape size:2436px × 1125px
Learn something of everything, Learn everything of something.
iPhone X 启动图片大小:
Xcode8 编译报错:
Framework not found IOSurface for architecture arm64
或者
Framework not found FileProvider for architecture x86_64/arm64.
IOSurface.framework和 FileProvider.framework是 iOS11 新增加的库,但 Xcode8下没有这个库。打包静态库的时候,有一个Link Frameworks Automatically设置,默认为YES,会自动链接框架。所以Xcode 9打包的静态库时,在Xcode 8项目编译时候会提示找不到 IOSurface.framework和 FileProvider.framework。
more >>在设置里登陆沙盒账号提示:
不允许创建 iTunes 账户
此 Apple ID 目前无法用于 iTunes Store, 请稍后重试
正确方式:
沙盒测试账号只能在测试应用点击储值时,弹窗中输入账号,不能在设置里的 App Store 里添加。
苹果的文档也有说明,测试账号不能在设置里登陆 :
more >>Important: Don’t enter your test account information in the Store settings panel. Doing so may invalidate your test account.
WARNING ITMS-90704: “Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review.”
Xcode9 中需要添加:
对于新手来说,如果是混合开发或者纯RN应用开发好后,想打包上线了,却发现官方文档没有找到详细打包的流程文档,对于完全没有经验的新手真的不太好友。下面是参考资料总结而成:
1 | react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ios/ios.jsbundle |
1 | oc: |
代码反复看了,clear工程n次,手机删掉项目n次,还是返回空,然后测试了一些pdf,png,mp3文件有路径返回,瞬间晕倒了
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true