I have created a project under Unity with the ARKit plugin.
I have used the right versions. I compile from Unity, compile from XCode, archive and sent the (.ipa) on iTunes connect.
But, I received this error :
"Dear developer,
We have discovered one or more issues with your recent delivery for "Kouji". To process your delivery, the following issues must be corrected:
This bundle is invalid - Your archive contains paths that are not allowed: ( "AppThinning.plist" )
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
"
My problem is that I found nowhere on internet a solution to these problems. Even on the apple developper website, this error is not listed.
If anyone can help me, it would be fantastic !
I used an other method.
In Xcode, instead of "Publishing the app", I exported it for the app store.
Then I used these commands to delete the file, create a new ipa and push it on iTunes connect with the App loader.
mkdir extract unzip -qo MyApp.ipa -d extract cd extract ls rm AppThining.plist zip -qry ../MyApp.Fixed.ipa .