Feedback Assistant

RSS for tag

Use Feedback Assistant to report issues and give suggestions about using Apple software and developing for Apple platforms.

Posts under Feedback Assistant tag

200 Posts

Post

Replies

Boosts

Views

Activity

iOS 15.2.1
Hello everyone! I have updated my iPhone to iOS 15.2.1 and before this update my phone after the good the sleep mode turns off, it appears a screen with written on it “Good Morning” and the weather. But since I have updated my device to iOS 15.2.1 it isn’t showing me this screen. Is it a feature that Apple has deleted or is this a bug? Thank you.
3
0
1.4k
Jan ’22
function "picker " can't be found and I don't understand why
Hello, below are the lines of code where the error is found. It seems to me that I have declared the function "picker" ( UIDatePicker) however I get an error that "Cannot find 'picker' in scope" ( the error is displayed on line 66, next to " let pickedDatetime = picker.time" import UIKit     class DateViewController: UIViewController, UITextFieldDelegate {         private let field: UITextField = {               let field = UITextField(frame: CGRect (x: 220, y: 220, width: 100, height: 100))                field.placeholder = "Enter Text"             field.becomeFirstResponder()                return field             }()         private let Buttonb: UIButton = {             let Buttonb = UIButton(frame: CGRect (x: 157, y: 470, width: 100, height: 150))             Buttonb.addTarget(self, action: #selector(didTapButtonValidate), for: .touchUpInside)            Buttonb.setTitle( "save", for: .normal)             Buttonb.addTarget(self, action: #selector(didTapButtonValidate), for: .touchUpInside)             return Buttonb         }()         private let returnButton = UIButton()         public var completionHandler: ((String, Date) -> Void)?         override func viewDidLoad() {             super.viewDidLoad()             view.backgroundColor = .systemTeal             view.addSubview(field)             view.addSubview(Buttonb)             field.becomeFirstResponder()             field.delegate = self                          let picker = UIDatePicker()             picker.datePickerMode = .time             picker.timeZone = NSTimeZone.local             picker .frame = CGRect(x: 10,y : 50, width: self.view.frame.width, height: 200)             self.view.addSubview(picker)                                       title = "New timer"                                          navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Dismiss",                                                                         style: .plain,                                                                         target: self,                                                                         action: #selector(dismissSelf))                                   returnButton.setTitle("Push Another controller", for: .normal)                     view.addSubview(returnButton)                     returnButton .backgroundColor = .white                     returnButton.setTitleColor(.black, for: .normal)                     returnButton.frame = CGRect(x: 100, y: 100, width: 200, height: 52)                     returnButton.addTarget(self, action: #selector(didTapreturmButton), for: .touchUpInside)         }         @objc private func didTapButtonValidate( sender: UIButton) {             if let text = field.text, !text.isEmpty { // the mistake "Cannot find 'picker' in scope" is displayed just below             let pickedDatetime = picker.time                 completionHandler?(text, pickedDatetime)                 navigationController?.popToRootViewController(animated: true)             }         }         @objc private func didTapreturmButton(){                 let vc = SecondViewController()                 vc.view.backgroundColor = .white                 navigationController?.pushViewController(vc, animated: true)             }             @objc private func dismissSelf() {                 dismiss(animated: true, completion: nil)             }                  func textFieldShouldReturn(_ textField: UITextField) -> Bool {             textField.resignFirstResponder()             return true         }     }``` When I add the function over the override func like that ```Swift         private let picker = UIDatePicker {         picker.datePickerMode = .time                         return picker         }()         ``` **** I get the error message "No exact matches in call to initializer " which I don't understand either. However the other error message disappears afterwards. Does anyone know how to fix this problem? Thanks in advance****
2
0
870
Dec ’21
Unable to build .ipa file after flutter build ios --release command
Hi there. By running flutter build ios --release command in flutter in Visual Studio Code IDE, this error came out and unable to build the file successfully. error: No profiles for 'com.vavia.coimbee' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.vavia.coimbee'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner') Appreciate if there are any suggestions to resolve this issue. Thank you in advance.
0
0
1.8k
Dec ’21
Can’t make a call on car play with iPhone 13
Ever since myself and my boyfriend got the new iPhone 13 pro max, we can’t seem to call each other through Apple car play. We can make calls to everyone else even if they have the new phone, but we can’t call each other when calling through car play. The only way it works is if we use face time audio call. Not even Facebook messenger call works!! It’s getting a little frustrating. Does anyone else have this issue and know how to fix it? we can however make regular phone calls to each other if we aren’t using car play
0
0
780
Dec ’21
Public beta 14
Hey yall. I'm on the IOS public beta 13 with my iPhone XS. I cannot download the public beta 14 profile. When I sign into the Apple Beta Program, the bubble to click on (download profile) is whited out and I can see it says (requires ios device to download) I have no idea what is going on. At one point the bubble was blue with the words (download profile) but when I tapped it nothing happened and the profile (IOS Beta 14) is not in my setting under profiles. Can someone please help me.
1
0
1.5k
Dec ’21
Reviews are not reflecting in Appstore Website
Reviews present in AppStore connect as well as in AppStore mobile app are sometimes not reflected in AppStore website. Attached is an example of Onescore-credit score insight, Image of appstore connect, One score AppStore link I have attached the image of AppStore reviews in AppStore connect and a link to the AppStore website. Most of the reviews present in AppStore connect are not reflected on the AppStore website. Please check this issue ASAP. Regards, Kiruthika
0
0
539
Nov ’21
Extraneous BLOATWARE
I build machines for government use. Users do NOT need GarageBand, iMovie, Keynote, Pages, and the rest of the programs that have invaded what was a clean OS. I need to remove this bloatware permanently. At one time, it was a fairly simple operation but there seems to be no way to do so now. Now it seems that after every reboot, GarageBand and it's invasive fellow programs are reinstalled. Thanks, Apple. Is there a permanent way to remove these unwanted programs (and that includes Chess and Sari and Maps and Stocks and a boatload more)?
0
0
805
Nov ’21
Why does Apple not mark solved bugs as solved?
I keep noticing that some bugs that I reported or features that I suggested have been corrected or added to the latest OS. For one of these I replied asking why I wasn't notified and never got an answer. Isn't Apple interested in closing as many feedbacks as possible? Now I cannot even say that perhaps I formulated them in such a way that they don't understand, because they don't seem to reply altogether.
2
0
645
Nov ’21
Xcode projects do not build anymore after uploading them to Feedback Assistant
For many months now, projects that I download from most of the feedbacks I submit don't build anymore: some settings in the Xcode project get changed for some reason at some stage so that the directory structure is wrong. The top level folder named after the project is highlighted in red and the only compiler error is about the missing entitlements file, even though all the files are in the project folder. I already reported this months ago but this is still happening. What's the problem and why is there no solution to this yet?
0
0
506
Nov ’21
App School for Xcode and IOS 10 Development Free crashes consistently after Monterey Upgrade
It appears after upgrading to Monterey OS, that the App School for Xcode app crashes on every attempted launch, doesn't work. Anyone else see the same issue? Translated Report (Full Report Below) Process: App School for Xcode and iOS 10 Development Free [9326] Path: /Applications/App School for Xcode and iOS 10 Development Free.app/Contents/MacOS/App School for Xcode and iOS 10 Development Free Identifier: com.taptopia.appschool2 Version: 1.0 (1) App Item ID: 1163893338 App External ID: 819242853 Code Type: X86-64 (Translated) Parent Process: launchd [1] User ID: 502 Date/Time: 2021-11-05 21:37:56.0257 -0600 OS Version: macOS 12.0.1 (21A559) Report Version: 12 Anonymous UUID: 54C5DBFB-0218-AB58-20CD-37755A643227 Sleep/Wake UUID: 100C0602-9DDD-49CA-9741-6CBBD0C7A581 Time Awake Since Boot: 30000 seconds Time Since Wake: 796 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '<NSSliderKnob: 0x7fce5474ad00>: invalid parameter not satisfying: !isnan(newOrigin.x)' terminating with uncaught exception of type NSException abort() called Application Specific Backtrace 0: 0 CoreFoundation 0x00007ff81ae0662b __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff81ab68dce objc_exception_throw + 48 2 Foundation 0x00007ff81bbe4653 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 267 3 AppKit 0x00007ff81d714d72 -[NSView setFrameOrigin:] + 1281 4 AppKit 0x00007ff81d71edbf -[NSView setFrame:] + 375 5 AppKit 0x00007ff81d94357d -[NSSlider _layoutComponentSubviewsIfNecessary] + 511 6 AppKit 0x00007ff81d9443c0 -[NSSlider(NSTickMarkLayoutPoints) updateCell:] + 58 7 AppKit 0x00007ff81da304aa -[_NSDoubleValueBinderPlugin updateCellOrControl:forMaxValue:] + 102 8 AppKit 0x00007ff81d6c4a05 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 947 9 AppKit 0x00007ff81d6c45d6 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 245 10 Foundation 0x00007ff81baeccfa NSKeyValueNotifyObserver + 306 11 Foundation 0x00007ff81bbb0c15 NSKeyValueDidChange + 412 12 Foundation 0x00007ff81badf8ad -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:] + 740 13 Foundation 0x00007ff81bb0ab11 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 68 14 Foundation 0x00007ff81bb5eb2e _NSSetDoubleValueAndNotify + 274 15 App School for Xcode and iOS 10 De 0x000000010023ff17 App School for Xcode and iOS 10 De + 16151 16 Foundation 0x00007ff81baeccfa NSKeyValueNotifyObserver + 306 17 Foundation 0x00007ff81bacd190 -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] + 245 18 Foundation 0x00007ff81bacc61f -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 118 19 App School for Xcode and iOS 10 De 0x000000010023fa75 App School for Xcode and iOS 10 De + 14965 20 CoreFoundation 0x00007ff81ad805f4 -[NSSet makeObjectsPerformSelector:] + 215 21 AppKit 0x00007ff81d6ba252 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1360 22 AppKit 0x00007ff81d6aeb0c loadNib + 392 23 AppKit 0x00007ff81d6ae033 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 796 24 AppKit 0x00007ff81d6adc22 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201 25 AppKit 0x00007ff81d6ada00 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 394 26 AppKit 0x00007ff81d6a00fe NSApplicationMain + 566 27 App School for Xcode and iOS 10 De 0x000000010023d8a8 App School for Xcode and iOS 10 De + 6312 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 0x7ff8ab14a940 ??? 1 libsystem_kernel.dylib 0x7ff81ac8f112 __pthread_kill + 10 2 libsystem_c.dylib 0x7ff81ac11d10 abort + 123 3 libc++abi.dylib 0x7ff81ac820b2 abort_message + 241 4 libc++abi.dylib 0x7ff81ac731fd demangling_terminate_handler() + 266 5 libobjc.A.dylib 0x7ff81ab706de _objc_terminate() + 96 6 libc++abi.dylib 0x7ff81ac814d7 std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x7ff81ac83f3b __cxa_rethrow + 99 8 libobjc.A.dylib 0x7ff81ab79f17 objc_exception_rethrow + 37 9 Foundation 0x7ff81bacc786 -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 477 10 App School for Xcode and iOS 10 Development Free 0x10023fa75 0x10023c000 + 14965 11 CoreFoundation 0x7ff81ad805f4 -[NSSet makeObjectsPerformSelector:] + 215 12 AppKit 0x7ff81d6ba252 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1360 13 AppKit 0x7ff81d6aeb0c loadNib + 392 14 AppKit 0x7ff81d6ae033 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 796 15 AppKit 0x7ff81d6adc22 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201 16 AppKit 0x7ff81d6ada00 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 394 17 AppKit 0x7ff81d6a00fe NSApplicationMain + 566 18 App School for Xcode and iOS 10 Development Free 0x10023d8a8 0x10023c000 + 6312 {Omitted...}
0
0
583
Nov ’21
Feedback assistant shouldn't be a black hole
RADAR had a lot of problems but at least with it there would be some sort of timely response like «known issue / duplicate of 283461862» Feedback Assistant so far as I can tell just seems to be a complete black hole where issues go in and almost never get any sort of response At the very least there should be some sort of acknowledgment that an issue has been looked at and dismissed as nbd or flagged as a duplicate or that it is otherwise being tracked (ideally with information about its progress and requests to determine if it is still reproducible in new builds) Even if all of this stuff is being handled well internally*, it'd be worth it just to placate people and make them feel like they're heard * given the number of longstanding issues that I've reported months or even many years ago which have never been resolved, I'm not at all confident that any of the issues I've filed have been tracked let alone worked on. I know Apple has a ton of users and developers but they also have a massive amount of money and number of employees and if the back end was well designed every issue could be looked at by someone and routed properly to someone who can actually resolve any real problems
2
0
1k
Nov ’21
Calling
When I’m otp with someone. I put it on speaker and the speaker button is lit up. But it’ll go off mid call even tho the sound is still loud. And it will go off even when it’s on speaker. Like the screen will. Anything anyone can help me with?
0
0
363
Oct ’21
No UserId in the request for macOS mobile device through MDM request
No UserId in the request for macOS mobile device through MDM request Boot up mac and establish local admin account Connect mac to domain (join as network access server) Log in with AD account which creates mobile account on the mac (you are logging in here as the end user not your AD account) Enroll the device in MDM as the user  Push a user scope profile and the mobile account is not able to receive the profile The issue has happened when we push a user scope profile to the mobile account enrolled devices since the user scope profile needs to use the DEVICE_USER channel, but this channel seems not activated, by checking with the code we found when we doing the mdm authentication, the mobile account will not bring UserId when requesting. (We did the same test but with a normal account, not a mobile account, the request will have UserId, and the user can be validated with DEVICE_USER channel)
0
0
594
Oct ’21
monterey problem
desde que actualice al monterey, mi macbook pro no funciona, necesito saber que hacer!?
Replies
0
Boosts
0
Views
389
Activity
Jan ’22
iOS 15.2.1
Hello everyone! I have updated my iPhone to iOS 15.2.1 and before this update my phone after the good the sleep mode turns off, it appears a screen with written on it “Good Morning” and the weather. But since I have updated my device to iOS 15.2.1 it isn’t showing me this screen. Is it a feature that Apple has deleted or is this a bug? Thank you.
Replies
3
Boosts
0
Views
1.4k
Activity
Jan ’22
MacBook power on problem
My MacBook turned off while os update and now I can’t turn it on. What should I do?
Replies
2
Boosts
0
Views
479
Activity
Jan ’22
function "picker " can't be found and I don't understand why
Hello, below are the lines of code where the error is found. It seems to me that I have declared the function "picker" ( UIDatePicker) however I get an error that "Cannot find 'picker' in scope" ( the error is displayed on line 66, next to " let pickedDatetime = picker.time" import UIKit     class DateViewController: UIViewController, UITextFieldDelegate {         private let field: UITextField = {               let field = UITextField(frame: CGRect (x: 220, y: 220, width: 100, height: 100))                field.placeholder = "Enter Text"             field.becomeFirstResponder()                return field             }()         private let Buttonb: UIButton = {             let Buttonb = UIButton(frame: CGRect (x: 157, y: 470, width: 100, height: 150))             Buttonb.addTarget(self, action: #selector(didTapButtonValidate), for: .touchUpInside)            Buttonb.setTitle( "save", for: .normal)             Buttonb.addTarget(self, action: #selector(didTapButtonValidate), for: .touchUpInside)             return Buttonb         }()         private let returnButton = UIButton()         public var completionHandler: ((String, Date) -> Void)?         override func viewDidLoad() {             super.viewDidLoad()             view.backgroundColor = .systemTeal             view.addSubview(field)             view.addSubview(Buttonb)             field.becomeFirstResponder()             field.delegate = self                          let picker = UIDatePicker()             picker.datePickerMode = .time             picker.timeZone = NSTimeZone.local             picker .frame = CGRect(x: 10,y : 50, width: self.view.frame.width, height: 200)             self.view.addSubview(picker)                                       title = "New timer"                                          navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Dismiss",                                                                         style: .plain,                                                                         target: self,                                                                         action: #selector(dismissSelf))                                   returnButton.setTitle("Push Another controller", for: .normal)                     view.addSubview(returnButton)                     returnButton .backgroundColor = .white                     returnButton.setTitleColor(.black, for: .normal)                     returnButton.frame = CGRect(x: 100, y: 100, width: 200, height: 52)                     returnButton.addTarget(self, action: #selector(didTapreturmButton), for: .touchUpInside)         }         @objc private func didTapButtonValidate( sender: UIButton) {             if let text = field.text, !text.isEmpty { // the mistake "Cannot find 'picker' in scope" is displayed just below             let pickedDatetime = picker.time                 completionHandler?(text, pickedDatetime)                 navigationController?.popToRootViewController(animated: true)             }         }         @objc private func didTapreturmButton(){                 let vc = SecondViewController()                 vc.view.backgroundColor = .white                 navigationController?.pushViewController(vc, animated: true)             }             @objc private func dismissSelf() {                 dismiss(animated: true, completion: nil)             }                  func textFieldShouldReturn(_ textField: UITextField) -> Bool {             textField.resignFirstResponder()             return true         }     }``` When I add the function over the override func like that ```Swift         private let picker = UIDatePicker {         picker.datePickerMode = .time                         return picker         }()         ``` **** I get the error message "No exact matches in call to initializer " which I don't understand either. However the other error message disappears afterwards. Does anyone know how to fix this problem? Thanks in advance****
Replies
2
Boosts
0
Views
870
Activity
Dec ’21
Unable to build .ipa file after flutter build ios --release command
Hi there. By running flutter build ios --release command in flutter in Visual Studio Code IDE, this error came out and unable to build the file successfully. error: No profiles for 'com.vavia.coimbee' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.vavia.coimbee'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner') Appreciate if there are any suggestions to resolve this issue. Thank you in advance.
Replies
0
Boosts
0
Views
1.8k
Activity
Dec ’21
Can’t make a call on car play with iPhone 13
Ever since myself and my boyfriend got the new iPhone 13 pro max, we can’t seem to call each other through Apple car play. We can make calls to everyone else even if they have the new phone, but we can’t call each other when calling through car play. The only way it works is if we use face time audio call. Not even Facebook messenger call works!! It’s getting a little frustrating. Does anyone else have this issue and know how to fix it? we can however make regular phone calls to each other if we aren’t using car play
Replies
0
Boosts
0
Views
780
Activity
Dec ’21
Public beta 14
Hey yall. I'm on the IOS public beta 13 with my iPhone XS. I cannot download the public beta 14 profile. When I sign into the Apple Beta Program, the bubble to click on (download profile) is whited out and I can see it says (requires ios device to download) I have no idea what is going on. At one point the bubble was blue with the words (download profile) but when I tapped it nothing happened and the profile (IOS Beta 14) is not in my setting under profiles. Can someone please help me.
Replies
1
Boosts
0
Views
1.5k
Activity
Dec ’21
MacOS Big Sur Beta 3 Keyboard Backlight Dim!
I just did the update to Big Sur Beta 3 (20A5323l) and my keyboard brightness doesn't change at all after the very first dot when you turn up the brightness. Hoping I don't have to wait for a month without a fix! I'm using a MacBook Pro 13" 2019, Intel i5 1.4GHz
Replies
11
Boosts
0
Views
2.6k
Activity
Dec ’21
Reviews are not reflecting in Appstore Website
Reviews present in AppStore connect as well as in AppStore mobile app are sometimes not reflected in AppStore website. Attached is an example of Onescore-credit score insight, Image of appstore connect, One score AppStore link I have attached the image of AppStore reviews in AppStore connect and a link to the AppStore website. Most of the reviews present in AppStore connect are not reflected on the AppStore website. Please check this issue ASAP. Regards, Kiruthika
Replies
0
Boosts
0
Views
539
Activity
Nov ’21
Extraneous BLOATWARE
I build machines for government use. Users do NOT need GarageBand, iMovie, Keynote, Pages, and the rest of the programs that have invaded what was a clean OS. I need to remove this bloatware permanently. At one time, it was a fairly simple operation but there seems to be no way to do so now. Now it seems that after every reboot, GarageBand and it's invasive fellow programs are reinstalled. Thanks, Apple. Is there a permanent way to remove these unwanted programs (and that includes Chess and Sari and Maps and Stocks and a boatload more)?
Replies
0
Boosts
0
Views
805
Activity
Nov ’21
Why does Apple not mark solved bugs as solved?
I keep noticing that some bugs that I reported or features that I suggested have been corrected or added to the latest OS. For one of these I replied asking why I wasn't notified and never got an answer. Isn't Apple interested in closing as many feedbacks as possible? Now I cannot even say that perhaps I formulated them in such a way that they don't understand, because they don't seem to reply altogether.
Replies
2
Boosts
0
Views
645
Activity
Nov ’21
Xcode projects do not build anymore after uploading them to Feedback Assistant
For many months now, projects that I download from most of the feedbacks I submit don't build anymore: some settings in the Xcode project get changed for some reason at some stage so that the directory structure is wrong. The top level folder named after the project is highlighted in red and the only compiler error is about the missing entitlements file, even though all the files are in the project folder. I already reported this months ago but this is still happening. What's the problem and why is there no solution to this yet?
Replies
0
Boosts
0
Views
506
Activity
Nov ’21
App School for Xcode and IOS 10 Development Free crashes consistently after Monterey Upgrade
It appears after upgrading to Monterey OS, that the App School for Xcode app crashes on every attempted launch, doesn't work. Anyone else see the same issue? Translated Report (Full Report Below) Process: App School for Xcode and iOS 10 Development Free [9326] Path: /Applications/App School for Xcode and iOS 10 Development Free.app/Contents/MacOS/App School for Xcode and iOS 10 Development Free Identifier: com.taptopia.appschool2 Version: 1.0 (1) App Item ID: 1163893338 App External ID: 819242853 Code Type: X86-64 (Translated) Parent Process: launchd [1] User ID: 502 Date/Time: 2021-11-05 21:37:56.0257 -0600 OS Version: macOS 12.0.1 (21A559) Report Version: 12 Anonymous UUID: 54C5DBFB-0218-AB58-20CD-37755A643227 Sleep/Wake UUID: 100C0602-9DDD-49CA-9741-6CBBD0C7A581 Time Awake Since Boot: 30000 seconds Time Since Wake: 796 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '<NSSliderKnob: 0x7fce5474ad00>: invalid parameter not satisfying: !isnan(newOrigin.x)' terminating with uncaught exception of type NSException abort() called Application Specific Backtrace 0: 0 CoreFoundation 0x00007ff81ae0662b __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff81ab68dce objc_exception_throw + 48 2 Foundation 0x00007ff81bbe4653 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 267 3 AppKit 0x00007ff81d714d72 -[NSView setFrameOrigin:] + 1281 4 AppKit 0x00007ff81d71edbf -[NSView setFrame:] + 375 5 AppKit 0x00007ff81d94357d -[NSSlider _layoutComponentSubviewsIfNecessary] + 511 6 AppKit 0x00007ff81d9443c0 -[NSSlider(NSTickMarkLayoutPoints) updateCell:] + 58 7 AppKit 0x00007ff81da304aa -[_NSDoubleValueBinderPlugin updateCellOrControl:forMaxValue:] + 102 8 AppKit 0x00007ff81d6c4a05 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 947 9 AppKit 0x00007ff81d6c45d6 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 245 10 Foundation 0x00007ff81baeccfa NSKeyValueNotifyObserver + 306 11 Foundation 0x00007ff81bbb0c15 NSKeyValueDidChange + 412 12 Foundation 0x00007ff81badf8ad -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:] + 740 13 Foundation 0x00007ff81bb0ab11 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 68 14 Foundation 0x00007ff81bb5eb2e _NSSetDoubleValueAndNotify + 274 15 App School for Xcode and iOS 10 De 0x000000010023ff17 App School for Xcode and iOS 10 De + 16151 16 Foundation 0x00007ff81baeccfa NSKeyValueNotifyObserver + 306 17 Foundation 0x00007ff81bacd190 -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] + 245 18 Foundation 0x00007ff81bacc61f -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 118 19 App School for Xcode and iOS 10 De 0x000000010023fa75 App School for Xcode and iOS 10 De + 14965 20 CoreFoundation 0x00007ff81ad805f4 -[NSSet makeObjectsPerformSelector:] + 215 21 AppKit 0x00007ff81d6ba252 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1360 22 AppKit 0x00007ff81d6aeb0c loadNib + 392 23 AppKit 0x00007ff81d6ae033 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 796 24 AppKit 0x00007ff81d6adc22 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201 25 AppKit 0x00007ff81d6ada00 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 394 26 AppKit 0x00007ff81d6a00fe NSApplicationMain + 566 27 App School for Xcode and iOS 10 De 0x000000010023d8a8 App School for Xcode and iOS 10 De + 6312 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 0x7ff8ab14a940 ??? 1 libsystem_kernel.dylib 0x7ff81ac8f112 __pthread_kill + 10 2 libsystem_c.dylib 0x7ff81ac11d10 abort + 123 3 libc++abi.dylib 0x7ff81ac820b2 abort_message + 241 4 libc++abi.dylib 0x7ff81ac731fd demangling_terminate_handler() + 266 5 libobjc.A.dylib 0x7ff81ab706de _objc_terminate() + 96 6 libc++abi.dylib 0x7ff81ac814d7 std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x7ff81ac83f3b __cxa_rethrow + 99 8 libobjc.A.dylib 0x7ff81ab79f17 objc_exception_rethrow + 37 9 Foundation 0x7ff81bacc786 -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 477 10 App School for Xcode and iOS 10 Development Free 0x10023fa75 0x10023c000 + 14965 11 CoreFoundation 0x7ff81ad805f4 -[NSSet makeObjectsPerformSelector:] + 215 12 AppKit 0x7ff81d6ba252 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1360 13 AppKit 0x7ff81d6aeb0c loadNib + 392 14 AppKit 0x7ff81d6ae033 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 796 15 AppKit 0x7ff81d6adc22 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201 16 AppKit 0x7ff81d6ada00 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 394 17 AppKit 0x7ff81d6a00fe NSApplicationMain + 566 18 App School for Xcode and iOS 10 Development Free 0x10023d8a8 0x10023c000 + 6312 {Omitted...}
Replies
0
Boosts
0
Views
583
Activity
Nov ’21
I cant locate the FEEDBACK ASSISTANT app on my iphone!
I have a beta profile installed and am on IOS 15.2 Developer Beta but I can't locate this app anywhere. It is supposed to be native I thought.
Replies
1
Boosts
0
Views
428
Activity
Nov ’21
Feedback assistant shouldn't be a black hole
RADAR had a lot of problems but at least with it there would be some sort of timely response like «known issue / duplicate of 283461862» Feedback Assistant so far as I can tell just seems to be a complete black hole where issues go in and almost never get any sort of response At the very least there should be some sort of acknowledgment that an issue has been looked at and dismissed as nbd or flagged as a duplicate or that it is otherwise being tracked (ideally with information about its progress and requests to determine if it is still reproducible in new builds) Even if all of this stuff is being handled well internally*, it'd be worth it just to placate people and make them feel like they're heard * given the number of longstanding issues that I've reported months or even many years ago which have never been resolved, I'm not at all confident that any of the issues I've filed have been tracked let alone worked on. I know Apple has a ton of users and developers but they also have a massive amount of money and number of employees and if the back end was well designed every issue could be looked at by someone and routed properly to someone who can actually resolve any real problems
Replies
2
Boosts
0
Views
1k
Activity
Nov ’21
Calling
When I’m otp with someone. I put it on speaker and the speaker button is lit up. But it’ll go off mid call even tho the sound is still loud. And it will go off even when it’s on speaker. Like the screen will. Anything anyone can help me with?
Replies
0
Boosts
0
Views
363
Activity
Oct ’21
No UserId in the request for macOS mobile device through MDM request
No UserId in the request for macOS mobile device through MDM request Boot up mac and establish local admin account Connect mac to domain (join as network access server) Log in with AD account which creates mobile account on the mac (you are logging in here as the end user not your AD account) Enroll the device in MDM as the user  Push a user scope profile and the mobile account is not able to receive the profile The issue has happened when we push a user scope profile to the mobile account enrolled devices since the user scope profile needs to use the DEVICE_USER channel, but this channel seems not activated, by checking with the code we found when we doing the mdm authentication, the mobile account will not bring UserId when requesting. (We did the same test but with a normal account, not a mobile account, the request will have UserId, and the user can be validated with DEVICE_USER channel)
Replies
0
Boosts
0
Views
594
Activity
Oct ’21
Using Vs code to make python package on Big Sur
I created a VENV.Even though I hardcoded in JSON files the path and deleted in the gut the path for python of my venv.still my systems default python keeps running.I am stuck I cannot get my venv python to run even though It says on vs code in the bottom that it is selected.Kindly help.
Replies
0
Boosts
0
Views
757
Activity
Oct ’21
Battery health drop faster
I have problem with my iPhone X’s battery health after installation of IOS 15. Initially before installation it had 91% BH, but soon after installation of IOS 15 battery health dropped to 84%z And i have never experienced anything like that in my phone before. I need help is it normal or there is something behind ??.
Replies
1
Boosts
0
Views
637
Activity
Oct ’21
Keypad Missing WhatsApp
While on a WhatsApp call, if I need to add a participant, the keypad to search for the participants name in the list of contacts does not appear, making the search extremely difficult. I'm using an iPhone 12. Attaching a screenshot for reference.
Replies
0
Boosts
0
Views
1k
Activity
Sep ’21