Page 1 of 1

Failed un publishing new version of iOS App with LC 10

Posted: Tue May 23, 2023 3:18 pm
by trevix
I get this error, using LC10 dp5, in transporter.
Any info on this?
Schermata 2023-05-23 alle 16.12.52.png

Re: Failed un publishing new version of iOS App with LC 10

Posted: Tue May 23, 2023 6:26 pm
by trevix
Can I just modify the pList from:
<

Code: Select all

key>UIRequiredDeviceCapabilities</key>
	<dict>
		<key>still-camera</key><true/>
	</dict>
to

Code: Select all

<key>UIRequiredDeviceCapabilities</key>
	<dict>
		<key>still-camera</key><true/>
               <key>arm64</key><true/>
	</dict>

Re: Failed un publishing new version of iOS App with LC 10

Posted: Tue May 23, 2023 6:33 pm
by trevix
or

Code: Select all

<key>UIRequiredDeviceCapabilities</key>
	<dict>
		<key>still-camera</key>
		<true/>
		<key>arm64</key>
		<true/>

Re: Failed un publishing new version of iOS App with LC 10 SOLVED

Posted: Tue May 23, 2023 6:43 pm
by trevix
Last one, solved