Hello.
I have an interactive component based on UISegmentedControl that is displayed in the top header of a UICollectionView laid out using UICollectionViewCompositionalLayout.
The UICollectionView is displayed within a container UIViewController. That container has call to action buttons. When the focus is on one of these buttons and the user swipes down on the remote, I would like the focus to be redirected to the top header.
Where should I place the UIFocusGuide ?
I have tried adding it to the container UIViewController at the same level as the buttons and UICollectionView (in between) to no avail.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have 3 UIButton instances in a horizontal UIStackView.
I get the focus on the first one. But when I swipe to the right, the next button does not get focus...
I am having the following issue since a few days on my dev Mac. Any idea what could cause this ? I checked the certificates and provisioning profiles already. I also checked the bundle ID.
Details
Unable to install “OurApp-GB"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
--
Could not inspect the application package.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
User Info: {
DVTRadarComponentKey = 282703;
MobileDeviceErrorCode = "(0xE8000051)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x0000000126169c8f DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x00000001261a8241 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010a41d64b DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x00000001261a7f82 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x0000000126018a10 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3513
5 DVTFoundation 0x000000010a54c17e __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010a54dda0 __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff6b3df6c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff6b3e0658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff6b3e5c44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff6b3e65d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff6b3efc09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff6b63aa3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff6b639b77 start_wqthread + 15
);
}
--
System Information
macOS Version 10.15.7 (Build 19H1217)
Xcode 12.3 (17715) (Build 12C33)
Timestamp: 2021-06-28T10:51:13+01:00
Topic:
Code Signing
SubTopic:
General
Tags:
Bundle ID
Provisioning Profiles
Signing Certificates
Developer ID
Hi,
In my Keychain, I see two com.apple.kerberos.kdc certificates with the System keychain and the Certificates category selected. One has a private key underneath (arrow), the other does not.
Should I delete one of them ?
We have CodeSign issue on this machine and are trying to pinpoint the cause.
Hi,
I am getting the following during compilation:
The following build commands failed:
CompileAssetCatalog /Users/.../Resources/Shared.xcassets
How can I get more log around the issue ? (this is on CI)
Thanks.