actus-reus
actus-reus
Hello there, Any news on this? My net-ios upload to App Store Connect just got rejected: TMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBAEMKit.framework/FBAEMKit' contains bitcode. ITMS-90482: Invalid Executable - The...
@alexshikov We are now using the nuget package Digifais.Xamarin.Facebook.iOS which does not contain bitcode.
Does the AMD team need clarifications or more information to start considering this issue?
Another hint towards a load/timing issue is that adding a Sleep(2) after each SubmitInput seems to solve the problem. Also problem does not occur for another pipeline where we re-encode...
Thanks. What you say fully makes sense. That is the reason I had assigned a QueryTimeOut of 2 ms (see my logs). But it seems the encoder is not complying...
Well, it turns out that I was settings the QueryTimeOut property after the Init. Two remarks regarding this: 1. the documentation does not list 'QueryTimeOut' as a static property and...