Closed MihaiPantiru closed 5 years ago
Hi @MihaiPantiru, we don't support MacOS builds at this time. Please, consider adding Apptentive SDK dependency only for iOS-related targets. Please, let us know if you have any questions!
Hi @weeeBox. Technically, the new feature added in Xcode 11 is running iOS apps on macOS so is an iOS target. But since UIWebView is deprecated (https://developer.apple.com/documentation/uikit/uiwebview) any chances you would migrate to WKWebView in the near future? Thanks a lot!
Thanks for clarifying - we'll take a closer look and get back to you!
Right now it looks like we would have to drop iOS 9 & 10 support to update to WKWebView (NSCoding was broken for WKWebView prior to iOS 11), or phase out the upgrade dialog feature, or construct its view programmatically. We'll have a discussion with our product team to figure out next steps.
We try to port an iOS app which uses Apptentive iOS SDK to run on macOS 10.15 as an iPad app.
Compiling the app on macOS throws an Apptentive SDK error:
Pods/apptentive-ios/Apptentive/Apptentive/Apptentive.storyboard:MnL-J4-fWD: error: UIWebView is unavailable when building for Mac. [6]
IDE: Xcode 11 beta 3 OS: macOS 10.15 beta 3