ray007

Results 119 comments of ray007

I'm now using appium for mobile testing.

Note: doing `ns build ios --release` instead of `ns run ios --release` installs the same Pods as debugging. I'm now officially very confused.

Yes, I'm aware, but other than keeping the Mac up-to-date, I haven't done anything which would explain the problems popping up. It's also interesting to note that `ns run ios...

Yes, the problem seems to be with building, but only with components using Pods that need to be build. Do you have a suggestion for me where I'd better ask...

I think it's a problem with `Theme.MaterialComponents` since it also affected another FloatingActionButton plugin I was using before coming here. @MrSnoozles thanks for the hint to use `MDButton` instead. What...

Using an `MDButton` as floating action button with font-icon works fine with `border-radius: 50%` on Android, but not on iOS.

It was a very weird render, but I think I just fixed it by changing the border-radius from `50%` to the correct pixel-value.

Thank you. That also did not work at first, but this way I found the signing problem that apparently got introduced with an XCode or MacOS update.

Hmm, the signing trouble has gone away, but the error for `ns appstore ...` is still here. When opening the XCode project after `tns build ...` I now see an...

@rigor789 Thank you, but cleaning the DerivedData directory and rebuilding only changes the directories the linker is complaining about. Seems I have a problem with the `CocoaLumberjack` pod which I...