I get this error, using LC10 dp5, in transporter.
Any info on this?
Failed un publishing new version of iOS App with LC 10
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Failed un publishing new version of iOS App with LC 10
Trevix
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
Re: Failed un publishing new version of iOS App with LC 10
Can I just modify the pList from:
<
to
<
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>
Trevix
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
Re: Failed un publishing new version of iOS App with LC 10
or
Code: Select all
<key>UIRequiredDeviceCapabilities</key>
<dict>
<key>still-camera</key>
<true/>
<key>arm64</key>
<true/>
Trevix
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
Re: Failed un publishing new version of iOS App with LC 10 SOLVED
Last one, solved
Trevix
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>
OSX 12.5.1 xCode 13.2 LC 9.6.8 iOs 15> Android 7>