Andrei Ermoshin

Results 7 comments of Andrei Ermoshin

Yes, there is tCode param in protocol method?

I've faced the same issue, wanted to be able to run the unit tests in Xcode for this target.

> > I've faced the same issue, wanted to be able to run the unit tests in Xcode for this target. > > @kyzmitch @imfractured > > Did you find...

in `SwiftPackageExtension` from `package com.chromaticnoise.multiplatformswiftpackage` I see the property `buildConfiguration` which has `Release` as a default value. I have another issue, my iOS Xcode project works perfectly in Debug mode...

did you verify this with `--universal`, I guess it is different issue but anyway? I wanted to generate FAT library for iOS platform and `lipo` can't handle arm64 arch included...

Sorry, I didn't tell that my goal is to have static library only for use in c++ code in iOS app (no need to have Obj-c++ bindings). I'm passing `--no-framework`...

> In case you don't already know, > > I had issues with this https://github.com/norio-nomura/action-swiftlint. @sinoru's version https://github.com/sinoru/actions-swiftlint solved most of them, and the code is clearly maintained. I don't...