dima.avdeev
dima.avdeev
On my Manjaro Linux I haven't encountered any problems with the invisible window.
I checked validation process of empty template with Xcode 15 All fine
@sergei-mikhailovskii-idf Can you please check validation in Xcode when building archive? To do so you need folow these steps: - Go to Product -> Archive - Don't use Xcode Cloud...
@sergei-mikhailovskii-idf Thanks! It is good, because now we can check your problem without full AppStore publication process. Can you please provide a minimal reproducible sample of this Issue? You need...
@sergei-mikhailovskii-idf Sorry, not yet. I will check your samples little bit later
Sure, I will check sample https://github.com/SergeiMikhailovskii/log-view-app on this week. And try to locally verify it. I hope it helps to find root of the problem
@sergei-mikhailovskii-idf I reproduced the problem. But I have less problems in error description: I will try to solve it
@sergei-mikhailovskii-idf One of possible solution is to use dynamic frameworks To apply `isStatic = false` (or simply remove this line) in 2 gradle files: - [data/build.gradle.kts](https://github.com/SergeiMikhailovskii/log-view-app/blob/4f5ff82d45a04a81c7c17b571ae66c84335c31d3/data/build.gradle.kts#L23) - [presentation/build.gradle.kts](https://github.com/SergeiMikhailovskii/log-view-app/blob/4f5ff82d45a04a81c7c17b571ae66c84335c31d3/presentation/build.gradle.kts#L24) But in...
@sergei-mikhailovskii-idf Also, I found that problem disappears after removing `pod 'FirebaseDatabase'` from iosApp/Podfile even with static=true https://github.com/SergeiMikhailovskii/log-view-app/blob/4f5ff82d45a04a81c7c17b571ae66c84335c31d3/iosApp/Podfile#L9
Made minial reproducible sample here: https://github.com/dima-avdeev-jb/issue-3840-ios-pods-verification