Dylan

Results 117 comments of Dylan

V15 requires kotlin >= 2.0, that's why it was released as a breaking change.

Does this also remove generated from the podspec? s.private_header_files = "ios/generated/**/*.h" This was causing issues for me when I started adding Swift code...

Hmm I tried to contact the maintainer in multiple ways without success. Might start my own fork.

Just ran into this bug using npx create-react-native-library@latest. I also needed to edit the podspec: `s.private_header_files = "ios/generated/**/*.h"` -> `s.private_header_files = "ios/**/*.h"`

Make sure to use Xcode >= 15.3

@farazahmed12 See the release notes. You need Xcode 15.3 since 11.6.0: https://developers.google.com/admob/ios/rel-notes

You can downgrade this package to 13.4.0 then.

The string is already parsed to an integer so I don't understand what this fixes. `Integer.parseInt(commandId)` This could be made redundant by changing the parameter directly to `int commandId`.

Hmm I see it's broken now in our example app. Might be related to the new arch.