Posts

Post not yet marked as solved
6 Replies
0 Views
darrenjones@macbook-pro ios-arm64_armv7 % file MTGSDK.framework/MTGSDK MTGSDK.framework/MTGSDK: Mach-O universal binary with 2 architectures: [arm64:current ar archivecurrent ar archive] [arm_v7] MTGSDK.framework/MTGSDK (for architecture arm64): current ar archive MTGSDK.framework/MTGSDK (for architecture armv7): current ar archive The frameworks are a third party Ad framework: here
Post not yet marked as solved
6 Replies
0 Views
Still the same. See attached image of me resigning. The signature changes, but not the version.
Post marked as Apple Recommended
0 Views
Ok, I guess I fixed it, for now. Even though i'd tried rebooting the Mac, closing Safari then trying this login did in fact open Safari correctly. It even presented me with the 30+ login windows that had previously not opened. So it's working again now, but I don't know why it got stuck.
Post not yet marked as solved
2 Replies
0 Views
Did you have any luck with this? I am developing an iOS 15+ SwiftUI app and want to display the BluetoothAccessoryPicker but it just does not show! I've tried adding the AppDelegate to my app and try to show the picker using: try await manager.showBluetoothAccessoryPicker(withNameFilter: nil) But I get nothing, just these lines in the console log: 2021-10-18 11:47:52.905742+0100 MyApp[18402:2620972] IAPAppRegisterClient: capabilities 0x8030 2021-10-18 11:47:52.906019+0100 MyApp[18402:2620972] IAPAppRegisterClient: __eaClientRegisterediapd 0 -> 1 2021-10-18 11:47:52.906085+0100 MyApp[18402:2620972] IAPAppRegisterClient: __eaClientRegisterediap2d 0 -> 1 2021-10-18 11:47:52.906700+0100 MyApp[18402:2620972] IAPDHasLaunched: kIAPAvailableNotification iapdAvailableState 100 -> 0 2021-10-18 11:47:52.906806+0100 MyApp[18402:2620972] IAPAppRegisterClient: __eaiapdHasClientID 0, IAPDHasLaunched 0 2021-10-18 11:47:52.907168+0100 MyApp[18402:2620972] IAP2DHasLaunched: kIAP2AvailableNotification iap2dAvailableState 100 -> 0 2021-10-18 11:47:52.907238+0100 MyApp[18402:2620972] IAPAppRegisterClient: __eaiap2dHasClientID 0, IAP2DHasLaunched 0 2021-10-18 11:47:52.907416+0100 MyApp[18402:2620972] IAPAppRegisterClient: registerWasSuccessful 0 2021-10-18 11:47:52.907716+0100 MyApp[18402:2620972] -[EAAccessoryManager _initFromSingletonCreationMethod] isRunningOnMac 2021-10-18 11:47:52.910422+0100 MyApp[18402:2620972] IAPAppConnectedAccessories: __eaClientHasCheckedForConnectedAccessories 0 -> 1 2021-10-18 11:47:52.910760+0100 MyApp[18402:2620972] IAPAppConnectedAccessories: IAPDHasLaunched 0, IAP2DHasLaunched 0 2021-10-18 11:47:54.170507+0100 MyApp[18402:2620954] Writing analzed variants. The very last line only appearing when I try to show the picker.
Post marked as solved
4 Replies
0 Views
I’m trying to run my iOS app unmodified on an M1 Mac. So that explains why the macCatalyst check doesn’t pass. But why does the iOS 15+ check succeed when it even reports it’s running as iOS 14.7?
Post not yet marked as solved
14 Replies
0 Views
I've been having the same today updating Numbers, Pages and iMovie. Each one has taken many hours to install!
Post not yet marked as solved
1 Replies
0 Views
I've been battling with this issue too. I have more information over at stackoverflow - https://stackoverflow.com/questions/66012056/xcode-server-bot-not-sending-email-reports?noredirect=1#comment117216210_66012056 I think i've narrowed it down to a permission issue which can't be fixed as in Big Sur the root is read only. I've found that Xcode post scripts can in fact run postman directly, so I will be posting an update later with how I got it working using postman directly.
Post marked as solved
7 Replies
0 Views
I've had it confirmed in my bug report that Apple will not support this: Thank you for your feedback, it is noted. Engineering has determined that there are currently no plans to address this issue, because there are no plans to support non-Big Sur icons. You can close this feedback by clicking on the "Close Feedback" link. Thank you.
Post marked as solved
3 Replies
0 Views
Also confirmed by Apple in my bug report: Thank you for your feedback, it is noted. Engineering has determined that there are currently no plans to address this issue, because there are no plans to support non-Big Sur icons. You can close this feedback by clicking on the "Close Feedback" link. Thank you.
Post marked as solved
3 Replies
0 Views
This was possible in earlier beta versions of Big Sur by including an icon file with the name postfix 1016 but has since been removed. I've tried the postfix 11 but still no go. I've filed a feedback report (FB8768688) and suggest you do the same.
Post marked as solved
8 Replies
0 Views
Thanks for the update and the info on being able to directly navigate to a dataURL. I have been able to find a fix/workaround for my app.
Post marked as solved
8 Replies
0 Views
There's many use cases for this, specifically to show a hardcoded webpages without a server. I've used this method for 7 years for a web app stored as a web clip on the home screen, without the need for a web server.