AVFoundation no longer supports all H264 streams correctly.
mediaserverd [18:40:25.933] FigICYBytePumpCopyProperty signalled err=-12784 (kFigBaseObjectError_PropertyNotFound) (no such property) at FigICYBytePump.c:1409
Also not working in Safari via Quicktime player.
NO issues in iOS 15.
Tested with Beta4,5,6,7 !!
Same issue here -> https://developer.apple.com/forums/thread/711371
(!! this other thread is not solved !!)
Post
Replies
Boosts
Views
Activity
iOS BETA 4 / Xcode 14 BETA 4 / iPhone Simulator
FigICYBytePumpCopyProperty signalled err=-12784 (kFigBaseObjectError_PropertyNotFound) (no such property) at FigICYBytePump.c:1409
Xcode 13.1 / MacOS 12.0.1 / M1Max
Steps to reproduce.
Create Archive via Xcode
Distribute App -> Development
Sign with the correct development Profile
Start the App from the exported folder
No problem on intel Mac !!!
Right klick on the binary :
Last login: Tue Nov 16 18:11:53 on ttys002
/Applications/APP1.app/Contents/MacOS/APP1 ; exit;
/Applications/APP1.app/Contents/MacOS/APP1 ; exit;
zsh: killed /Applications/APP1.app/Contents/MacOS/APP1
No info in system.log.
Same error if gatekeeper off.
What is happening here?
Hello,
i got this mail after upload my binary.
/*
Dear Developer,
We identified one or more issues with a recent delivery for your app. Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: pl
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: es
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: da
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: ru
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: tr
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: el
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: nl
ITMS-90626: Invalid Siri Support - Localized description for custom intent: 'Configuration' not found for locale: en
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: fr
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: nb
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: pt
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: sv
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: de
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: cs
ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: it
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team
/
My App SiriKit Intent has only de and en localization files.
The en and de localization strings are fully filled.
What's the problem ???
How can i get the current WiFi SSID in my today extension.
For the iOS app i need this CLLocationManager -> requestWhenInUseAuthorization
But this doesn't make sense in my today extension.
How can i change the NSTableHeaderView correctly.
This works but the result is a bigger header with 2 gray lines.
let f = 50
h.setFrameSize(NSSize.init(width: h.frame.size.width, height: f))
I do also change the font size of the header cell using:
headerCell.attributedStringValue = ***
I have 3 non universal apps and i get this:ERROR ITMS-90101: "This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting.App app versions on the app store are NOT universal and iphone only. / except the latest released build.Someone NOT me has changed the device support from iphone only to universal and now im stuck.There is an faq: https://developer.apple.com/library/content/qa/qa1623/_index.htmlChoices 1 and 3 are not an option for me.Choice 2 is not working : i have changed min. iOS from 9.0 to 9.1 and i get the same error.Customer satisfaction should be the main goal!! Or not?I need help from a apple engineer to fix this.Thanks