Alex Maimescu

Results 5 issues of Alex Maimescu

Latest available version of `PhoneNumberKit` in the CocoaPods specs repo is [`3.3.4`](https://cocoapods.org/pods/PhoneNumberKit) Latest `PhoneNumberKit` version is [`3.4.1`](https://github.com/marmelroy/PhoneNumberKit/releases/tag/3.4.1) and it is missing from the specs repo. I see that the [`Podspec`](https://github.com/marmelroy/PhoneNumberKit/blob/master/PhoneNumberKit.podspec)...

### What problem or need do you have? Hi, my project configures the InfoPlist file path (`INFOPLIST_PATH`) using a `xcconfig` file variable. Specifically using variable assignments for different builds configurations:...

type:need

### What happened? When using buildable folders if an iOS framework has a large number of image assets generation will fail. ### How do we reproduce it? To reproduce the...

type:bug
domain:generated-projects
p1

### What happened? Given this config for instance: ```swift let project = Project( name: "App", targets: [ .target( name: "App", destinations: .iOS, product: .app, bundleId: "dev.tuist.app", deploymentTargets: .iOS("17.0.0"), infoPlist: .default,...

type:bug
domain:generated-projects
p2

### What happened? Since version `4.81.0` Tuist doesn't allow xcconfig includes relative to the project root. Lets assume this directory structure: ``` ├── App │   ├── Project.swift │   ├── Sources...

type:bug
domain:generated-projects
p1