BozzaDaniel

Results 4 issues of BozzaDaniel

I had this crash happen sometimes when building an app for the simulator. It will crash on startup every time until the app is rebuilt. Crash report: ------------------------------------- Translated Report...

In version 1.4.0 the indentation is replaced by spaces if using tabs in PHP files. It doesn't happen in other formats such as typescript. The following example: ```php ``` Will...

bug

In release 2.5.2 the APNS-token is not available, only the FCM token is. Even running this will return the FCM-token: ```ts MessagingCore.getInstance().getAPNSToken() ``` In 2.5.1 the APNS token is returned...

When building an app with iOS 26 SDK the metadata generator is partly broken due to some changes in how the UIKit.framework is structured. The macro "UIKIT_EXTERN" that was previously...

question