Post

Replies

Boosts

Views

Activity

Reply to Getting selected text from ImageAnalysisInteraction on UIImageView
To clarify my use case: my app is an e-reader app focused on Biblical materials, with a cross-referencing system that can surface content from any downloaded books related to any verse or entity (people, places, things, ideas). There are lots of atlas-like resources with maps of the ancient near east in Biblical times, and it would be amazing to be able to select the name of a city on a map image and feed it into my existing functionality to find content related to that city name - verses, encyclopedia articles, etc. [edit: this should have been a comment, but now I can't find a way to delete this "reply"]
Topic: Machine Learning & AI SubTopic: General Tags:
Jun ’22
Reply to Provisioning profile doesn't include signing certificate
I ran into this on Xcode 13 building and exporting a Mac app as Developer ID. At first I had the issue "You haven't been given access to cloud-managed distribution certificates" and that led to a Stack Overflow question that said I had to get my Team Agent to give me access to cloud-managed Developer ID certificates in App Store Connect. I did that and then got this error - the provisioning profile that Xcode generated for the app during export didn't include my Developer ID certificate in my keychain. What eventually fixed it was deleting the Developer ID certificate out of my keychain. Then Xcode used the cloud-managed certificate that was in the provisioning profile that it generated. I would advise exporting the Developer ID certificate before trying this, though, in case you need it back for some reason.
Nov ’21
Reply to Getting selected text from ImageAnalysisInteraction on UIImageView
I've filed this as Feedback FB10794147.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to NSLog() producing interleaved output in Xcode console in a multithreaded context
I'm seeing this too, and I'd love to know if it's expected.
Replies
Boosts
Views
Activity
Jul ’22
Reply to Is it possible to enable Stage Manager in Xcode beta 2 iOS 16 simulator?
Still missing in beta 3 too.
Replies
Boosts
Views
Activity
Jul ’22
Reply to Getting selected text from ImageAnalysisInteraction on UIImageView
To clarify my use case: my app is an e-reader app focused on Biblical materials, with a cross-referencing system that can surface content from any downloaded books related to any verse or entity (people, places, things, ideas). There are lots of atlas-like resources with maps of the ancient near east in Biblical times, and it would be amazing to be able to select the name of a city on a map image and feed it into my existing functionality to find content related to that city name - verses, encyclopedia articles, etc. [edit: this should have been a comment, but now I can't find a way to delete this "reply"]
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Crash on load of FairPlay DRM'd audio on Catalyst
See also FB9982507.
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How can I use UICollectionViewDiffableDataSource reorderHandlers with a custom compositional layout?
FB9753149
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Provisioning profile doesn't include signing certificate
I ran into this on Xcode 13 building and exporting a Mac app as Developer ID. At first I had the issue "You haven't been given access to cloud-managed distribution certificates" and that led to a Stack Overflow question that said I had to get my Team Agent to give me access to cloud-managed Developer ID certificates in App Store Connect. I did that and then got this error - the provisioning profile that Xcode generated for the app during export didn't include my Developer ID certificate in my keychain. What eventually fixed it was deleting the Developer ID certificate out of my keychain. Then Xcode used the cloud-managed certificate that was in the provisioning profile that it generated. I would advise exporting the Developer ID certificate before trying this, though, in case you need it back for some reason.
Replies
Boosts
Views
Activity
Nov ’21
Reply to How do I implement drop operation in UICollectionView drag and drop with an async data source and cell registration?
Related: UICollectionViewDiffableDataSource directly supports reordering as of iOS 14, but I can't get it to work without list cells that have reorder accessories: https://developer.apple.com/forums/thread/693913
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to What's the best way to create a fully dynamic UIMenu for a UIButton or UIBarButtonItem?
This is now solved with a new API in iOS 15. https://developer.apple.com/documentation/uikit/uideferredmenuelement/3857602-elementwithuncachedprovider?language=objc
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21