Eduard Miniakhmetov
Eduard Miniakhmetov
@Jaeki-Lee @pepicrft I was able to solve this problem by passing these settings to the Project's SettingDictionary: ``` "HEADER_SEARCH_PATHS": [ "$(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/realm-swift/include", "$(inherited)" ] ```
@fortmarek I've rebased and made some fixes. Still have no idea what's happening on CI tho. All tests pass fine locally.
> > I've rebased and made some fixes. Still have no idea what's happening on CI tho. All tests pass fine locally. > > `main` seems to be green the...
Данный репозиторий и есть минимальный пример, я на нем проверял.
@YandexMapKit получилось ли воспроизвести проблему? Есть ли оценка по срокам, когда сможете исправить?
> Уточните, пожалуйста, используемую версию Xcode. Воспроизводится на Xcode 15.2 и Xcode 15.3
@dogo that didn't help. The app crashes after several minutes of recursively calling `SVProgressHUD_SWIFTPM_MODULE_BUNDLE()`
Although this feature will help to switch Xcode versions on CI if different projects require different Xcode versions, but there also should be flexibility for developers to make experiments and...
Seems like this is not related to Firebase. Below is the crash log for Tuist 4.11.0 + Xcode 15.2. It's just failing on the first dependency to create an xcframework:...
Fixed in 4.13.0 thank you @pepicrft