Xcode – I want delete a Package in my iOS project
i add package once! but since that i dont need that package so i try to delete that i can not delete!! many friends told me you can delete in Package Dependencies and click "-" but i cant find my…
i add package once! but since that i dont need that package so i try to delete that i can not delete!! many friends told me you can delete in Package Dependencies and click "-" but i cant find my…
I've just updated my XCode to version 15, and I encountered this error (only iOS versions below 17) Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) code that shows this error (PathMonitorConectivityProvider.swift): When I ran my code from XCode (the iOS device version…
I am making app for iOS and using Swift. When I open WebViewController from ViewController it works fine but the problem occurred when I click on the back button in the navigation bar to go back to ViewContoller. Then I…
I am using firebase realtime database with my Flutter Mobile Application. I am saving realtime data from an IoT device, a cloud function analyzes the data and generates analytics for my data on daily basis. As in following Database Structure,…
I have accidentally added a new language in String Catalog by pressing a + button at the bottom. However, there is no - button to remove it(like in Targets for example) and also there is nothing in attributes inspector. If…
I have downloaded new version of xcode for ios 17.0 application updates. while downloading the process keeps stopping because of coresilulator failure. Please give the solution to this error to download the IOS 17 SDK in Xcode 15.0.
I want to update or end a Live Activity when the application is terminated, but those functions are async, and anything inside Task{ } is not get called in the applicationWillTerminate(_) function. func applicationWillTerminate(_ application: UIApplication) { Task { if…
I want to update my IOS app in the Appstore, while building new version and uploading I get this error: The Error Message: The following errors occurred while locating and generating signing assets. Xcode is unable to resolve these issues…
I would like to inject my ViewModifier from a ViewModel which depends on user configuration. Below code is a View which has a ViewModel. ViewModel can be created with ViewConfiguration and user should be able to either use a default…
I have a simple AVPlayerViewController which sits in a box on the screen in the usual way, it plays / does everything perfectly. If you tap the expander, the phone perfectly brings up the usual normal fullscreen player, However it…