Post

Replies

Boosts

Views

Activity

Reply to ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match
Ok, so regardless of me changing the architectures in: /Products/Applications/MY_APP.app/Watch/MY_APP_WatchOS.app/Frameworks/libswift_Concurrency.dylib as soon as I let Xcode do whatever it does when hitting "Distribute App", it removes the arm64e architecture from the watch app framework, but leaves it in the /SwiftSupport/watchOS/libswift_Concurrency.dylib version. So they will never match! Please, how can I fix this?
Oct ’22
Reply to ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match
Nope, tried removing arm64e architecture from /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib but still get the same error. /SwiftSupport/watchos/libswift_Concurrency.dylib: contains: armv7k arm64_32 arm64 arm64e size: 30594960 /Products/Applications/MY_APP.app/Watch/MY_APP_WatchOS.app/Frameworks/libswift_Concurrency.dylib also contains: armv7k arm64_32 arm64 arm64e size: 2224144
Oct ’22
Reply to Framework signature won't upgrade past v=20200
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
Topic: App & System Services SubTopic: Core OS Tags:
May ’22
Reply to EA showBluetoothAccessoryPicker not showing in SwiftUI
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21
Reply to Xcode Server failing to send mails after update to Big Sur
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.
Feb ’21
Reply to Is it possible to include a second app icon to be used on macOS versions prior to 11.0 Big Sur?
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.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’20