This still reproduces with Xcode 12 beta 2 for me.
Post
Replies
Boosts
Views
Activity
Would be really cool to be able to have multiple app clips on a single app. In our app, we have multiple different product flows i.e. renting a car or hailing a cab. These are inherently different and we would want to also open these clips from different places. For example, the car rental one would be great to associate with our stations on apple maps, whereas the ride hailing might make sense to show on banners at airports or train stations. If we would want to provide a clip that features all of product funnels we run into size limitations quite fast.
We also see this issue on clean fresh archives both from Carthage and also directly from Xcode.
As far as I can see, the deployment targets are defined in the respective project files so we cannot change them easily.
I also filed the following feedback: FB7754126
To answer my own question:The leak is caused through acccessing the presentationController property of TestVC. Since, the VC is not presented but pushed, accessing this property creates a new PresentationController which then strongly retains the VC.