Jack Alto
Jack Alto
~I'm also encountering a similar issue and BetterSafariView is opened twice on the same URL. I'm using Xcode 15.1 targeting iOS 17.2. I have a .safariView modifier that creates a...
I am also experiencing this problem with the MapboxSearch, and MapboxSearchUI pods. The search results only show versions "1.0.0-rc.1" which is very old at this point. - MapboxSearch v2.0.3 is...
You should be able to right-click the app, choose open, and then run it. If that fails you can adjust your Gatekeeper settings in System Preferences > Security & Privacy...
@Bo98 @jpsim now that Xcode 15.1 has been released on 2023-12-11 with Swift 5.9.2 is the root issue still outstanding? I see that sandbox-exec PR is still open in apple/swift-package-manager.
@amorde is this issue something you could help us solve?
https://blog.cocoapods.org/CocoaPods-Support-Plans/
~~@stefanbc today I've been testing the `cordova-xitter-googledrive`. Here is a sample that the API returns with or without a preceding call to `requestSync(false, function, function)`.~~ Update: my problem is that...
Can you share any crash logs that you have?
I have started this for the Android implementation with pull request https://github.com/JcDenton86/cordova-plugin-jc-googledrive/pull/16 but my set up is incomplete. The following problems are present as noted in https://github.com/JcDenton86/cordova-plugin-jc-googledrive/commit/1ae11b0da6c84b7bda4343e371e6f483471bd7f9. Logcat reports: ```...
Hm, maybe the `dev-android` project could be a cordova project to integrate the [`cordova-plugin-file`](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/index.html). The File plugin is needed to resolve paths for uploads and downloads. That reflects a real-life...