Failed un publishing new version of iOS App with LC 10

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trevix
Posts: 958
Joined: Sat Feb 24, 2007 11:25 pm
Location: Italy
Contact:

Failed un publishing new version of iOS App with LC 10

Post by trevix » Tue May 23, 2023 3:18 pm

I get this error, using LC10 dp5, in transporter.
Any info on this?
Schermata 2023-05-23 alle 16.12.52.png
Trevix
OSX 14.3.1 xCode 15 LC 10 DP7 iOS 15> Android 7>

trevix
Posts: 958
Joined: Sat Feb 24, 2007 11:25 pm
Location: Italy
Contact:

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

Post by trevix » Tue May 23, 2023 6:26 pm

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>
Trevix
OSX 14.3.1 xCode 15 LC 10 DP7 iOS 15> Android 7>

trevix
Posts: 958
Joined: Sat Feb 24, 2007 11:25 pm
Location: Italy
Contact:

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

Post by trevix » Tue May 23, 2023 6:33 pm

or

Code: Select all

<key>UIRequiredDeviceCapabilities</key>
	<dict>
		<key>still-camera</key>
		<true/>
		<key>arm64</key>
		<true/>
Trevix
OSX 14.3.1 xCode 15 LC 10 DP7 iOS 15> Android 7>

trevix
Posts: 958
Joined: Sat Feb 24, 2007 11:25 pm
Location: Italy
Contact:

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

Post by trevix » Tue May 23, 2023 6:43 pm

Last one, solved
Trevix
OSX 14.3.1 xCode 15 LC 10 DP7 iOS 15> Android 7>

Post Reply

Return to “iOS Deployment”