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

Mac shutdown cause
Hello, my Macbook Pro (MacOS Mojave version 10.14.6) shuts down randomly when it still has battery, but says it doesn't have battery left. Then when I plug it, shows that it does have battery, which is very odd. I looked into the terminal, with the command: log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h to see which was the cause, and it appears:  Previous shutdown cause: -11 but I can't find anywhere what this means, does anyone know the meaning of -11? thank you.
0
0
1.6k
Feb ’22
Preparation for Swift Student Challenge
Helle everyone! I was preparing for this year's Swift Student Challenge, and I have some questions about it. I know that Apple every year changes something in the Challenge, but I want to be ready. As I know for participating to the challenge I have to build a playground in Swift Playgrounds. So for that in Swift Playgrounds I have to use SwiftUI kit or build it in another way? PS: if someone knows some Swift Playgrounds tutorials please suggest me here. Thank you very much!
3
0
1.1k
Feb ’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.
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
877
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
849
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
540
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
807
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
649
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
510
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
587
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
How to follow up on a reported bug
Hello there! Is there a way for escalating or following up on a bug report via the Feedback Assistant App? The feedback ID is FB9727299 I reported a bug around 3 months ago. I haven't seen any update beyond: Similar Reports: More Than 10 Resolution: None Any help is really appreciated. Thanks!
Replies
1
Boosts
0
Views
855
Activity
Feb ’22
Mac shutdown cause
Hello, my Macbook Pro (MacOS Mojave version 10.14.6) shuts down randomly when it still has battery, but says it doesn't have battery left. Then when I plug it, shows that it does have battery, which is very odd. I looked into the terminal, with the command: log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h to see which was the cause, and it appears:  Previous shutdown cause: -11 but I can't find anywhere what this means, does anyone know the meaning of -11? thank you.
Replies
0
Boosts
0
Views
1.6k
Activity
Feb ’22
Preparation for Swift Student Challenge
Helle everyone! I was preparing for this year's Swift Student Challenge, and I have some questions about it. I know that Apple every year changes something in the Challenge, but I want to be ready. As I know for participating to the challenge I have to build a playground in Swift Playgrounds. So for that in Swift Playgrounds I have to use SwiftUI kit or build it in another way? PS: if someone knows some Swift Playgrounds tutorials please suggest me here. Thank you very much!
Replies
3
Boosts
0
Views
1.1k
Activity
Feb ’22
Why report a bug?
I was report a bug to give access to sensitive data, but the Apple program don't answer. Delay for payments and in sometimes decline to. The others company's give more importance for reports and I need to understand, why report?
Replies
1
Boosts
0
Views
800
Activity
Jan ’22
Feedback Assistant not nearly as useful as Bug Reporter was
Years ago the Bug Reporter was a great little tool and Apple would 9 out of 10 times respond to a post made via by Dev account. But ever since it switched over the Feedback Assistant I've not gotten a single response or acknowledgement. The silence started in 2019. Anyone else finding the same or am I doing something wrong here?!?
Replies
0
Boosts
0
Views
792
Activity
Jan ’22
monterey problem
desde que actualice al monterey, mi macbook pro no funciona, necesito saber que hacer!?
Replies
0
Boosts
0
Views
392
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
489
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
877
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
849
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
540
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
807
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
649
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
510
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
587
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
434
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