iOS - 真机调试的新经验

文章目录

      • [获取真机 UDID](#获取真机 UDID)
      • [Please reconnect the device.](#Please reconnect the device.)
      • [iOS 开发者模式](#iOS 开发者模式)
      • [Fetching debug symbols](#Fetching debug symbols)

很久没有在真机运行 iOS 测试了,今天帮忙调试,发现很多东西都变了,有些东西也生疏了,在这里记录下。


获取真机 UDID

创建Profile 需要绑定设备的 UDID,如何获取?

搜索结果五花八门,实际上使用 Xcode 就足够。

手机连接后,点击 Add Additional Simulators,进入设备管理页面


切换到 Device Tab

下方的 Identifier 就是 UDID 了


Please reconnect the device.

不一定是数据线问题,而是 Xcode 的版本问题。

如果出现这个报错,也可以在上述 设备管理界面看到 相关的报错信息。如:

参考:https://blog.csdn.net/zjpjay/article/details/108770188


iOS 开发者模式

在一些版本的Xcode 调试过程中,手机需要开启 开发者模式 才能调试;

在设置 -- 隐私与安全性 中打开,切换开发者模式后,手机需要重启后生效。


Fetching debug symbols

点击run,可能需要下载一些 symbols,这个过程大概耗时 3min。

下载完成后,会自动运行代码。


伊织 2023-12-24(日)

相关推荐
用户1972959188915 小时前
WKWebView的重定向(objective_c)
前端·ios
lancoff9 小时前
#3 Creating Shapes in SwiftUI
ios·swiftui
lancoff9 小时前
#1 How to use Xcode in SwiftUI project
ios·swiftui
lancoff10 小时前
#2 Adding Text in SwiftUI
ios·swiftui
良逍Ai出海10 小时前
Build in Public|为什么我开始做一款相册清理 App(听说有竞品年收益40W)
ios·uni-app·ai编程·coding
笑尘pyrotechnic1 天前
LLDB进阶:使用命令行进行检查
ios·objective-c·cocoa·lldb
z***y8621 天前
Swift在iOS中的Xcode
ios·xcode·swift
AirDroid_cn1 天前
iOS 18 后台应用偷跑流量,如何限制?
macos·ios·cocoa
明君879971 天前
Flutter 图纸标注功能的实现:踩坑与架构设计
android·ios
江东小bug王2 天前
深入理解 UINavigationController:生命周期、动画优化与性能调优
ios