Zhou Haibo
Zhou Haibo
Same issue with #525, I used the solution in `https://stackoverflow.com/questions/65190065/nsnetservicebrowser-did-not-search-with-error-72008-on-ios-14/65289180#65289180` then this issue is fixed! Simply said, we need to add new permission into info.plist for iOS 14.
Well, I try on this. ``` private static let apiKey = "" struct Auth { fileprivate static var accountId = 0 fileprivate static var requestToken = "" fileprivate static var...
好的,了解了。 获取 Outlook for iOS ________________________________ 发件人: 雾颂 发送时间: Wednesday, November 20, 2019 5:49:09 PM 收件人: iodefog/VipVideo 抄送: Haibo-Zhou ; Author 主题: Re: [iodefog/VipVideo] 请问我可以把软件里面的视频下载到本地么,也就是拿到实际的下载URL?因为我这里在线播放非常卡。 (#32) 理论上是可以的,不过我没有支持,也没有计划支持。 ― You are...
Same issue here, I use code below to fix it. ### in your Podfile, add below lines. ``` # for Mac M1 post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] =...
I meet the same issue, changing Swift version from 3.x to 5.x fix it. iOS 14, Xcode 12.
I meet the same issue, update to 4.1.0 create a few more errors.
Xcode 14.0.1, same, unable to PO. Guys, any update? ``` (lldb) po app error: expression failed to parse: error: :1:1: use of undeclared identifier 'app' ```