跳转至

IOS 开发

110 个字 2 行代码 预计阅读时间不到 1 分钟

记录一下学习 IOS 开发的尝试

安装

注册开发者账号

第一个环境构建

bundle indentifier 随便写一个

如果是用的别人的项目,关掉自动

Unable to read contents of XCFileList '/Target Support Files/Pods-/Pods--frameworks-Debug-output-files.xcfilelist

sudo gem update cocoapods --pre
pod update
xcode 当中重新建立
clean
build

如何连接手机

使用 usb 线连接电脑和手机

在手机“通用 - vpn 与设备管理”处,信任开发者 APP

如何发布内测