Matteo Crippa

Results 111 comments of Matteo Crippa

Btw was more curious if can be a viable way to produce the pod using the repo I suggest or is totally out of plan, I see that basically is...

@petr-pokorny-1 consider that in the repo I created https://github.com/matteocrippa/maplibre-cocoapods I had to adapt a bit because maplibre zip is different and uses a `xcframework`. I was testing it locally using...

bumping here, I think it is possible to make it work, at least something like this works already: ```ruby Pod::Spec.new do |s| version = '5.13.0-pre.1' s.name = 'MapLibre' s.version =...

tvOS first for me too

it is needed to add support to library to tvOS too in order to have this working

@jkasten2 nope I'm stuck, I noticed that the lib lacks of the AppleTV support, if you can add that when you compile your library it should work fine now.

@jkasten2 I confirm is not working here the issue that raises ``` Showing Recent Issues ld: in /Pods/OneSignal/iOS_SDK/Framework/OneSignal.framework/OneSignal(OneSignalAlertViewDelegate.o), building for tvOS, but linking in object file built for iOS, for...

@jkasten2 I had a quick check, but I think the API is now using some functions that are not available in tvOS (e.g. `currentUserNotificationSettings`) so it fails to compile. I...

@jkasten2 I do think so, I managed in the meanwhile to create an `Alamofire` based wrapper to handle the network calls to Onesignal SDK and it works. I had to...