Failed un publishing new version of iOS App with LC 10
Posted: Tue May 23, 2023 3:18 pm
I get this error, using LC10 dp5, in transporter.
Any info on this?
Any info on this?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
key>UIRequiredDeviceCapabilities</key>
<dict>
<key>still-camera</key><true/>
</dict>
Code: Select all
<key>UIRequiredDeviceCapabilities</key>
<dict>
<key>still-camera</key><true/>
<key>arm64</key><true/>
</dict>
Code: Select all
<key>UIRequiredDeviceCapabilities</key>
<dict>
<key>still-camera</key>
<true/>
<key>arm64</key>
<true/>