- 安裝完Xcode15之后,ios17模擬器一直下載失敗解決辦法(感謝大佬的分享)
Xcode15離線安裝各平臺模擬器
模擬器官網(wǎng)下載地址
下載iOS 17 Simulator Runtime就可以 - 手機(jī)運(yùn)行報(bào)錯: The developer disk image could not be mounted on this device.
解決方法
我的比較離譜, 關(guān)閉VPN重新運(yùn)行就行了 - Xcode15.3 HandyJSON運(yùn)行報(bào)錯
這個是HandJSON與Swift底層不兼容導(dǎo)致, 目前看還沒又合適的解決方案,只有先退到15.2, 等HandyJSON更新, 或者直接切換至Swift自帶的Codable實(shí)現(xiàn)
3.11更新
可以嘗試這個老哥的分支
pod 'HandyJSON', :git => 'https://github.com/Miles-Matheson/HandyJSON.git' - iOS17.4 Attacking彈窗不顯示
這個好像是iOS17.4的bug, 我在審核的時候因?yàn)檫@個問題被拒. 遇到被拒問題的同學(xué), 可以參考下這個回復(fù)(把在其他設(shè)備上正常彈窗的錄屏添加到附件里面)
Hello, it seems to be a bug on iOS 17.4. After calling AppTrackingTransparency as usual, the permission popup does not appear. I've also seen similar issues raised on forums. You can find the link here: https://forums.developer.apple.com/forums/thread/746432
Attached are screenshots and a screencast of my testing on a device running 16.1.2, where the permission popup appears as expected. You can also test it on other devices to see if it behaves normally.