iOS Question Invalid binary file on app store connect

Ignacio Rivano

New Member
Licensed User
Longtime User
Hello, it's been a while since i don't use B4i, but recently i tried to upload a new app and i get a message on my phone saying invalid binary file.
My app compiles fine in release mode and the provision file is detected as a store mobileprovision.

i have this in the code for GPS and TouchID but i don't think thats the problem.

Attributes:
'Para localización
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Requerido para mostrar información de ubicación.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Requerido para mostrar información de ubicación.</string>

'Para TouchID
#PlistExtra: <key>NSFaceIDUsageDescription</key><string>Utiliza Face ID para realizar autenticación</string>

Already created the app on App Store Connect, but i can't choose the build.

I'm using B4i 5.81, could this be the issue, the old version?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…