Closed DavePilks closed 3 months ago
@DavePilks we will look into this.
Thank you as this is obviously a major blocker for us at the moment
@DavePilks i tried to reproduce the issue on our side but I am not getting the error while I submit app for review.
can you tell me how are you building the app? are you using windows machine or mac machine ?
@ndesai-newrelic
So that is the odd thing. If I verify the build using Transporter, I dont get any errors. When I submit for review I dont get any errors and it is available for download. But after about 5-10 minutes, Apple kicks out the build stating that its an invalid binary and the email I attached above is sent out.
can you tell me how are you building the app? are you using windows machine or mac machine ?
I am building off a M2 Mac and using the DotNet CLI
dotnet publish -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 '-p:CodesignKey="Apple Distribution: <<NAME>>"' -p:CodesignProvision="<<PROFILE NAME>>"
And this has been working for us until this week where it seems that Apple has started enforcing their Privacy Manifest policy.
@DavePilks are you still having this issue?
Description
Trying to submit to Testflight, the build is available for about 5 minutes before it is kicked out due to it being an "Invalid Binary". An email is then sent out saying:
Your Environment
Currently using v0.0.9
Additional context
Seems to be related to this issue logged in the React Native library repo