打开XCode使用(一)中新建的xcode项目。 在弹出的文件夹窗口中,选择待导入的图片。 然后点击打开按钮,确认图片的选择,并把图片导入到项目中。 接着打开视图控制器的代码文件。 代码只添加了三行,运行效果如右图所示,加载了一张风景图片。 参考:https://www.jianshu.com/p/ ...
分类:
其他好文 时间:
2020-05-24 12:06:24
阅读次数:
45
调整静态库 othrt linker 的链接顺序,改为 -lopencv_highgui -lopencv_imgproc -lopencv_core ...
分类:
其他好文 时间:
2020-05-19 20:35:24
阅读次数:
60
有时候,我们需要安装不止一个xcode版本,如何安装多个xcode版本,参考我的另一篇博客:https://www.cnblogs.com/zndxall/p/12463744.html,可以完成整个自动切换的过程,但是当集成到jenkins中调用时,就可能切换失败了。 场景:我升级了mac的系统版 ...
分类:
其他好文 时间:
2020-05-18 14:29:39
阅读次数:
56
appstore 安装 xcode 安装 brew在https://www.ipaddress.com/ 上查询 raw.githubusercontent.com 的IP,并添加么/etc/hosts中sudo vi /etc/hosts添加以下内容199.232.68.133 raw.githu ...
分类:
移动开发 时间:
2020-05-17 23:13:50
阅读次数:
154
playgroun 运行快捷键设置 系统偏好-键盘-快捷键-app快捷键 ...
分类:
其他好文 时间:
2020-05-17 13:19:09
阅读次数:
40
App Store Connect Operation ErrorERROR ITMS-90030: "Nib file 'Main~iphone.nib' was not found. Please ensure the specified file is included in the bund ...
分类:
其他好文 时间:
2020-05-17 01:26:45
阅读次数:
95
Xcode嵌入Flutter_module后在编译的时候有时候会报错 解决办法: 1.进入到flutter项目 2.【command + shift + .】 打开隐藏文件 3.进入到.ios/Flutter/ 目录 4.删除App.framework文件 5.运行flutter run让flutt ...
分类:
移动开发 时间:
2020-05-12 13:52:13
阅读次数:
104
Xcode使用个人免费账号打包到IOS进行真机调试
分类:
移动开发 时间:
2020-05-10 01:17:45
阅读次数:
97
Unity3D打包IOS设置,Xcode发布IPA的介绍
分类:
移动开发 时间:
2020-05-08 09:46:11
阅读次数:
539