跳到主要內容

發表文章

目前顯示的是 6月, 2021的文章

Mac m1 安裝cocoapods

  https://blog.csdn.net/chocolateloveme/article/details/115586219 找到终端,右键选择显示简介,勾选使用Rosetta打开,避免后续pod时候报错 如果還沒選rosetta 就裝過 cocoapod  進入rosetta後 要再裝一次 sudo gems install cocoapods sudo arch -x86_64 gem install ffi pod install 指令改為 arch -x86_64 pod install

UI找不相對應的textfield

設了indentifier 一直找不到 用Accessibilty inspector 也確定沒設錯 後來看到用另外的方法去列所有元件,去看線索 UI Testing: Get element tree? let app = XCUIApplication() print(app.debugDescription) 可以印出相對應的element 才發現是 SecureTextField 密碼樣式與一般textfield不一樣 卡了一天