Crash Report: - Incident Identifier: E145FDE5-5D98-4970-9964-AF87D023667A Hardware Model: iPhone11,8 Process: Sumridhi [845] Path: /private/var/containers/Bundle/Application/F9531158-C957-44F7-B6E8-93A3BE46E7EC/Sumridhi.app/Sumridhi Identifier: com.syngenta.retailerapp Version: 26 (1.1.9) AppStoreTools: 15E204 AppVariant: 1:iPhone11,8:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.syngenta.retailerapp [518] Date/Time: 2024-04-01 15:51:32.2302 +0530 Launch Time: 2024-04-01 15:51:31.5328 +0530 OS Version: iPhone OS 14.0.1 (18A393) Release Type: User Baseband Version: 3.00.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 2 Thread 2 name: Thread 2 Crashed: 0 libsystem_kernel.dylib 0x00000001d2b7798c __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001ee19fc74 pthread_kill + 272 (pthread.c:1375) 2 libsystem_c.dylib 0x00000001afd48bb4 abort
Search results for
calendar
1,863 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Dear all, I'm quite new to SwiftUI and I'm trying to build my first app. I have a data model file like the one below (I'm just posting a portion of it): import Foundation struct CalendarioPartite: Identifiable, Hashable, Equatable { let id = UUID() let stagione: String let giornata: Int let datapartita: String let squadracasa: String let golsquadracasa: Int let squadratrasferta: String let golsquadratrasferta: Int init(stagione: String, giornata: Int, datapartita: String, squadracasa: String, golsquadracasa: Int, squadratrasferta: String, golsquadratrasferta: Int) { self.stagione = stagione self.giornata = giornata self.datapartita = datapartita self.squadracasa = squadracasa self.golsquadracasa = golsquadracasa self.squadratrasferta = squadratrasferta self.golsquadratrasferta = golsquadratrasferta } static func testCalendario() -> [CalendarioPartite] { [CalendarioPartite(stagione: 2023/2024, giornata: 1, datapartita: 04/09/2023, squadracasa: Castelnovese Castelnuovo, golsquadracasa: 1, squadratrasferta: J
Apps in VisionOS can be resized by dragging a bottom right corner. But the resize mechanism is freeform (it can be resized at any width and height). How to resize the window to keep aspect ratio like it's in the native Calendar VisionOS app using UIKit?
We have met a problem with iPadOS 17.1. We have a normal date picker to choose the date, but in the meantime, we added an onTapGesture to it and did something. With the previous version 17.0, when we click the date picker, the calendar view is popup and lets us choose the date. But when we updated to 17.1, the calendar is not shown as a normal click, only a long press gesture will trigger it. Can someone help to take a look at it?
I got the message from Apple: Hello, Upon further review of the activity associated with your Apple Developer Program membership, we have determined that your membership, or a membership associated with your account, has been used for dishonest or fraudulent activity. Therefore, your Apple Developer Program account has been flagged for removal. If you would like to appeal this termination to the App Review Board, you must do so within 14 calendar days. When submitting your appeal, be sure to select I would like to appeal an app rejection or app removal from the drop-down menu on the Contact the App Review Team page. You may only submit one appeal per Apple Developer Program account; any duplicate appeals you submit will be closed without review. If you do not appeal within 14 calendar days, your Apple Developer Program membership will be terminated and all apps associated with your account will be removed from the App Store. We found that your app is in direct violation of the Apple Develope
Here is the remaining code and questions : why do you use string ( or maybe I change in between and I ws the one using String at first ^^sorry if yes haha are you trying to use @binding here to clear all the button to false regardless of the project and it;s the only way to achieve it ? this 2 line of code timesheetCalculation.checkRemainingHours(isSet: true) keep telling me that it will never be used but actually it's beeing use and working : warning from Apple is Result of call to 'checkRemainingHours(isSet:)' is unused timesheetCalculation.checkRemainingHours(isSet: true) // // HourButton.swift // MyPmV1 // // Created by Sebastien BENAVIDES on 9/2/24. // import SwiftUI struct HourButton: View,Identifiable, Observable { //This Identifiable is @Environment(TimesheetCalculation.self) var timesheetCalculation //MARK: - Variable & Constants var id: Int = 1001 //CLAUDE USE STRING @State var isSet: Bool // CLAUDE IUSE BINDING @Binding var isSet: Bool // A Binding, as we change the value and want it updated in
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Still no improvement after 17.4 beta 3 & I even noticed that the Accounts settings for the core apps (eg. Mail, Contacts, Calendars, Notes & Reminders) is ALSO inaccessible....
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I have the Zoom for outlook on my Outlook account. It works great on the Chrome, but when I try to add a zoom to a meeting in the calendar in Safari, I get into an endless loop of Allow screen, entering my company domain and again and again.
Hello, I would like to make a calendar. Is there a way to obtain the holiday schedule for a year per country? For example, is there a way my app retracts that info from the stock apple calendar? Thanks.
I have found a way to retract holidays from the stock apple calendar (via EKEventStore().events(matching: mypredicate)
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I just deployed an app in the Appstore. When my app is in the list with other apps, they all show 3 screenshots but mine doesn't. Only when I click on my app it shows the 4 screenshots I uploaded in app store connect. I have a presumption that it is because I entered 6.7 and 5.5 screenshots in app store connect instead of 6.5 and 5.5. The problem is testing it: I have to deploy another version to try it out which is cumbersome. It would be nice to know beforehand whether such an amendment has a chance on success. The app is called Your New Calendar and you find it when you search under arjen and scroll down some apps.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
iOS
App Store Connect
App Store Connect API
When my developer crew sends me an updated package and I build an IPA in XCode, the issues being corrected persist in my device even after deleting the previous build. I noticed this first when trying to update graphics. This app is a 365-day calendar of information that has graphics updated each year with the new year's ID: 2022 on the opening screen changes to 2023, and a few other updated graphics. When I replace those graphics with new ones in their respective location in the app resources folder, clean/build the project, export an IPA and load it into my devices, I still see the old graphics until a day or so later when the new ones will show up. I can see the changes right away in my simulator, but would like them to show in my devices What can I do to force new changes to show when a new IPA is loaded into my iPhone and iPad, to dump whatever cache is holding onto the previous data? Thanks.
There are some files (for example, in ~/Library there are some folders such as Calendars) for which a local user, even sudo, needs additional TCC permissions (the mechanism behind the Do you want to allow app ... to acces your Calendar / Camera etc. type of alerts). Perhaps the -skipunreadable doesn't detect locations not accessible due to missing TCC permissions? (I need to check this). It must be noted that TCC permissions are tied to apps. In order to be able to access, let's say, the Calendar folder from Terminal, you must give Calendar access rights to the Terminal app in System Settings.
Topic:
Media Technologies
SubTopic:
General
Tags:
Hello, I have an app that I would like to have read and write access to Reminders using EventKit, but on MacOS 14 (14.2.1) when I call requestFullAccessToReminders I get error = nil, success = false (even when access is granted) and there is no permission prompt to use user when access has not yet been granted. Note this is not an issue in iOS. Here's a stripped down example of what I'm talking about import EventKit struct ContentView: View { let store = EKEventStore() @State var permissionState = Ready to Request var body: some View { VStack { Text(permissionState).font(.title) Button(Request Access) { requestFullAccessToEvents() }.padding() } .padding() } func requestFullAccessToEvents() { store.requestFullAccessToReminders { (granted, error) in if let foundError = error { permissionState = Error: + foundError.localizedDescription } else if granted { permissionState = Permission Granted } else { permissionState = Permission Denied } } } } then the plist NSRemindersFullAccessUsageDescription something me
Currently facing the exact issue with WidgetKit failing to fetch calendar events/reminders, were you able to find a solution?
Topic:
App & System Services
SubTopic:
General
Tags: