Patrick Schneider

Results 11 comments of Patrick Schneider

Hi, the idea is to sign the app with your own developer account, as it is not distributed otherwise. You can create the App binary by archiving using Xcode. This...

The updated CLI would be 4.1.0 but is only available as a pre-release commit https://github.com/MakeAWishFoundation/SwiftyMockyCLI/commit/d74496038585a8f56940da3e510156f58b6de54a I think it is anyway recommended to remove the usage of SwiftyMocky-CLI and use the...

We are facing this too (version 1.5.0), but also only when switching from Xcode 12.4 (works fine) to Xcode 12.5 (shows the above mentioned failure) without any other changes to...

Hi Felix, It seems that every version above 0.6 does not work. I edited the `Pluginfile` for each version like so: ``` gem 'fastlane-plugin-appicon', '0.7.0' ``` once with `0.7.0`, `0.8.0`...

@felipeplets Sorry for the late reply, some things came up on the weekend. Unfortunately I can't give you the original icon but it is reproducible with just the tyre. See...

@ulmentflam We can reproduce this issue in two of our apps with latest stable version. After applying the `xcode12` branch of this repo our views work as expected and we...

Did you run `pod repo update` or `pod install --repo-update` already? Installing `3.0.3` after updating the CocoaPods Master Repo works just fine for me.

Adding this snippet seems to be the only way to set the Swift version for each Pod. Had this problem with other Pods, too.

Just ran the change on our CI and it looks like it still reports the error even though the XML file only contains the HTML entities. Will check why...

So it looks like even though the XML contains only the HTML entities, it's not possible to parse the file. Replacing the backspace characters `\x08` with an empty string seems...