Post

Replies

Boosts

Views

Activity

Reply to Symbol Not found - VisionKit
.visualLookUp is only available on macOS 14+. .visualLookUp is only available on iOS 17.0+. So when you target iOS 16.0, the symbol is undefined in the runtime of the device running iOS 16, but it will be present if you run the simulator at iOS 17 and higher. https://developer.apple.com/documentation/visionkit/imageanalysisoverlayview/interactiontypes/4161927-visuallookup You might want to look at https://developer.apple.com/documentation/visionkit/imageanalysisinteraction https://developer.apple.com/documentation/visionkit/imageanalysisinteraction/interactiontypes
Topic: Machine Learning & AI SubTopic: General Tags:
Feb ’24
Reply to Embedded webview on app crashing
Two potential solutions Learn to code natively on the platform using Objective-C, C, C++ or Swift, where you can access the iOS frameworks directly. Report your problem to the Google developer forum supporting Flutter SDK, as it is not an Apple product.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Symbol Not found - VisionKit
.visualLookUp is only available on macOS 14+. .visualLookUp is only available on iOS 17.0+. So when you target iOS 16.0, the symbol is undefined in the runtime of the device running iOS 16, but it will be present if you run the simulator at iOS 17 and higher. https://developer.apple.com/documentation/visionkit/imageanalysisoverlayview/interactiontypes/4161927-visuallookup You might want to look at https://developer.apple.com/documentation/visionkit/imageanalysisinteraction https://developer.apple.com/documentation/visionkit/imageanalysisinteraction/interactiontypes
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to ios 17.2 Xcode Simulator black screen issue
I find the issue is also present with Rosette enabled for builds and after several launches. Then everything is fine for projects without Rosetta on Apple Silicon.
Replies
Boosts
Views
Activity
Feb ’24
Reply to xcode 14.2: Library not loaded: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
Upgrade to Xcode 15.2
Replies
Boosts
Views
Activity
Feb ’24
Reply to App getting rejected for Guideline 5.1.1 and am unable to understand why
Do as Apple says and not as the other does. In-app purchases are for enabling features and/or services within an app. If you want to sell tours or real live events to your users, then a website is better suited for that business model.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Unexpected behaviour when attempting to decode enum keys from a JSON dictionary
@mikeTheDad All you have to do is change From the non codable type typealias LocalizationsDict = [Language: Localization] To the raw type of the enum and the decoding works. typealias LocalizationsDict = [Language.RawValue: Localization]
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to SCNNode slows down even with constant velocity set
Well, you need to apply some force to the object to keep it going. Think about it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to mac pro 5.1 mojave rx 580 crash at sleep
Wrong forums, and you know it.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Vision Pro - lets join forces to improve VisionOS platform
This is what you expect with anything new in the version 1.x release chain. Just sit back and wait for the OS and platform APIs to iterate over time to may be Vision OS 10.0
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 15.1 – iOS 16.1 Simulator runtime not available
Upgrading is your best option.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Just did the mac OS update now won't show my external drives
That's why it's called a release candidate.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to An error has occurred. Unable to display information about the selected item.
Regenerate because it looks like it has data it shouldn't have based on the message or ask your coworkers what they did. They will have more context on what they did than anyone here.
Replies
Boosts
Views
Activity
Mar ’24
Reply to M2 - Upgrade from Xcode 15.2 to 15.3, can no longer run on simulator
Try moving to Swift Package Manager. If you look carefully, you will see there is also a Rossetta sim for every other sim defined. Try changing 13.2 in the podspec to 17.4 and see what happens.
Replies
Boosts
Views
Activity
Mar ’24
Reply to How to uncheck "Connect via network" on physical device in Xcode 15
You can't. Connectivity is a network-first-only model with a fallback to cable if connected. These are signs that the cable is on the way out for environmental reasons.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Different CocoaPod files from M chip and Intel chip
Move to swift package manager.
Replies
Boosts
Views
Activity
Mar ’24