import Cocoa import CreateML let data = try MLDataTable(contentsOf: URL(fileURLWithPath: "/Users/allan/Downloads/twitter-sanders-apple3.csv")) I got this erro
I have developed a flutter app using the Bloc pattern. Everything was fine until we encountered a memory crash in iOS. The Android version works well without an
The View protocol requires a body property: public protocol View { associatedtype Body : View @ViewBuilder var body: Self.Body { get } } Why have some
I can load normal images: public.image types. The Apple proRaw(adobe raw image type: DNG format) can be used in iPhone 12 series. So, I captured with RAW image
I've paired to my Mac with Xcode version 13.3 I've renewed my Apple Development Membership (Individual) and got a < new Team ID >. In Visual Studio 2022 (
I'm trying to achieve the simplest possible use case, but I can't figure it out. I have a picture of calendar. All I want is to show DatePicker popup when tappi
I’m trying to build a Swift Package that wraps a fat static library written in C: libndi_advanced_ios.a from NewTek's Apple Advanced NDI SDK. I am having
This code is not printed, when app go to background in iOS. Timer.periodic(Duration(seconds: 1), (timer) { print('timer'); } I need to save state to database a
According to the docs you should be able to AB Test app icons now on iOS. However, I can't figure out how to do it. Here, it says you need to include an asset c
I'm building an app with Ionic 6 + capacitor. It works fine when testing on the browser and the Android build. However, when I try to build it using XCode it ju
My widget has several links that the user can click, the link are set up as follows: Link(destination: URL(string: "widget://start")!) Now I am able to detect
window.webkit.messageHandlers gives null on ios 15, but when I set config.limitsNavigationsToAppBoundDomains = true; it works properly. But I don't want to res
I am trying to display multiple map annotations to Apple Maps In SwiftUI, but the annotations are showing in some wrong perspective. All positions are displayed
I am trying to create a Mjepg stream. I have followed a tutorial and it's not a lot of code to get a stream to lead but I don't understand why it's not working
We are using ffmpeg library (https://github.com/tanersener/react-native-ffmpeg) but with large videos this task is taking too long time, up to 4 minutes or more
I am working on a project developing a car rental app. The app can be accessed by admin and user both with different roles. So at the moment i'm saving the car
not sure what to do. i keep getting this message "ld: entry point (_main) undefined. for architecture arm64" I am unsure if it has to do with my process but I h
Can’t find any information about original_transaction_id in Family sharing. Can anyone say will original_transaction_id one for all members who get a sub
I'm trying to build my Flutter app for iOS using xCode and got error: .../ios/Runner/GeneratedPluginRegistrant.m:10:9: Module 'sqflite' not found When I'm tryi
I have a UITableViewController and when the user taps an "edit" button, I display a toolbar at the bottom of the screen. I create a shadow on top of the toolbar