Felix Lisczyk

Results 14 issues of Felix Lisczyk

Podfile use_frameworks! target 'test' do platform :osx, '10.13' pod 'FlatButton' end Terminal $ pod install Analyzing dependencies Downloading dependencies Installing FlatButton (1.2) Generating Pods project Integrating client project Sending stats...

Build failes with 1.0.2d because the openssl sources for this version have been removed.

Hi, I'm trying to set up a development environment for iOS, macOS, and watchOS development in VS Code. I enjoy using this extension for launching and debugging iOS apps. macOS...

I'm using this extension with the [Cursor](https://cursor.sh) editor (VS Code fork) and receive a "no lintable files found" error every time I reference a file in the AI Chat panel...

I'm using the [xcode-build-server](https://github.com/SolaWing/xcode-build-server) project to work with Xcode projects in VS Code. Whenever I to navigate to a symbol (Cmd + Click) inside a Swift framework (e.g. `JSONDecoder` or...

I'm currently in the process of migrating my project specs from `platform` to `supportedDestinations`. According to the project spec, this should work for all target types: > Note that the...

**Describe the bug** The keyboard shortcuts to throw windows to other spaces don't work in the first beta release of macOS 15. **Applications** Amethyst and Safari. The problem applies to...

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

Currently, the SweetPad extension doesn't properly route app console output to VS Code's Debug Console: - iOS simulator app output appears in VS Code's terminal instead of the Debug Console...