Pinguluk

Results 41 comments of Pinguluk

What does the console outputs when app is crashing?

> @risinghero I tried this and got: > > `CocoaPods could not find compatible versions for pod "FirebaseInAppMessaging": In Podfile: FirebaseInAppMessaging (= 10.22.0)` > > Turns out FirebaseInAppMessaging only publishes...

Forgot to mention about the crash for Xcode 15.3, I've explained here what should you do in this case https://github.com/nanopb/nanopb/issues/949#issuecomment-1997558415

> Thanks. Yeah was just wondering if there was some other built in way I was missing of overriding that pod version. Was trying to do it in a automatic/reproducible...

> > > @risinghero I tried this and got: > > > `CocoaPods could not find compatible versions for pod "FirebaseInAppMessaging": In Podfile: FirebaseInAppMessaging (= 10.22.0)` > > > Turns...

Temp solution is to install the plugin, using the commit that includes the fix 1. cordova plugin remove cordova-plugin-music-controls2 2. cordova plugin add git+https://github.com/ghenry22/cordova-plugin-music-controls2#d586b4d53d413a53f9762e761c5d3186cc4cc56f or download the project manually and...

> This seems to still be happening with Cordova 11.1.0 and ios 6.2.0. > > I've also tried with the html audio tag but got same problem. Whenever I insert...

wow, it's still not merged? I still have this problem and I had to rely on symlinks @ltm @liamdebeasi @jcesarmobile

When will this change will be merged?

> _For example, can it work for audio streaming such as web radio?_ Yes, just pass the information here ```js MusicControls.create({ track : 'Time is Running Out', // optional, default...