iOS 报错 Command PhaseScriptExecution failed with a nonzero exit
摘要:PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/apple/Library/Developer/Xcode/DerivedData/ADOperatePro-aitcsxljjddxiyelsuthklrghbjf/Build/In
阅读全文
posted @
2023-04-26 15:21
懂事长qingzZ
阅读(1280)
推荐(0) 编辑
Swift NSLayoutConstraint 添加约束
摘要:lazy var cancelBtn: UIButton = { let button = UIButton() button.translatesAutoresizingMaskIntoConstraints = false //这句一定要写 button.setTitle(NSLocalized
阅读全文
posted @
2023-04-18 13:48
懂事长qingzZ
阅读(244)
推荐(0) 编辑
网易云信SDK示例demo下载,运行报错/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
摘要:pod install 后报错 File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.
阅读全文
posted @
2023-04-18 13:34
懂事长qingzZ
阅读(125)
推荐(0) 编辑
Xcode 查看iPhone的(唯一标识)UDID
摘要:1.链接USB 在MAC 上 2.打开Xcode 3.点击Window >Devices >在右侧可查看到identifier identifier即为我们获取到的iPhone 的UDID 链接:https://www.jianshu.com/p/bef1f39529b8
阅读全文
posted @
2023-04-17 14:33
懂事长qingzZ
阅读(1067)
推荐(0) 编辑