Posts

Post not yet marked as solved
0 Replies
475 Views
Hey all, When adding a package on an iOS project via Swift Package Manager (for instance Alamofire), and trying to run it on a device for debugging I got the crash error dyld: Library not loaded. If I run it on simulator everything works fine. I have a couple of Carthage dependencies and some XCFrameworks but from what I understand that should not affect. Also, the option to embed the Alamofire in the target settings is not available after adding it as dependency of SPM. Thanks for any help.
Posted Last updated
.
Post not yet marked as solved
0 Replies
457 Views
Hi all, I'm trying to get a custom view focus while the Picture-in-Picture (PiP) button is visible. I have tried adding the view next to the focus guide, but still it seems I can get it to focus. Also, I have tried adding a focus guide, which has the button as preferred focus environment, but if I do that the focus guide is not visible, and if I remove the preferred focus environment from the guide, the guide is visible as shown in the picture below, so something in the button is causing the issue. The idea behind this is to add a button to skip credits and so on for different cases, and we are hoping we can play in the same line of focus. I'm working on Xcode 12.5, using as deployment target tvOS 13.0. Any help is really appreciated.
Posted Last updated
.