Igor Randjelovic
Igor Randjelovic
@tomcoonen was `@nativescript/android` updated to 8.7.x as well? I believe the stack you shared can happen when using core 8.7.x but old android runtime version. I think we can add...
I don't know the answer, we'll have to look a bit deeper and understand what's going on - I would expect the return type to be `NSArray` but it's totally...
Yeah, I guess it should generate something like ```ts interface Option extends NSObject { optionId(): string; type(): string; } declare var Option: { prototype: Option; }; interface Info { getOptions():...
> First pass looks good to me. The `SPMHelper` I didn't see why it needed to be a class instead of just a few functions in that file but not...
No worries, I'll look at adding the configure operation like that. And just a note, we're test driving these changes against real projects, so will adjust anything as needed if...
Update: added support for local SPM packages. For local packages, the definition requires the package name, libs and a path, for example: ```ts // local SPM packages await project.ios?.addSPMPackage('App', {...
Update: Added the configure operation, for example `test.yml`: ```yaml platforms: ios: version: 16.4 targets: App: spmPackages: - name: "swift-numerics" libs: [ "Numerics" ] repositoryURL: "https://github.com/apple/swift-numerics.git" version: "1.0.0" - name: "local-swift-numerics"...
I believe this is ready for review @mlynch. We haven't needed it yet, but perhaps in the future we could add a `getSPMPackages` api to list them.
NativeScript Preview 2.0 has been released: https://preview.nativescript.org/
@AndreThompson-Atlow that is no longer necessary with `@nativescript/webpack` versions 5.0.0+.