Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
BTW I have added a comment describing a workaround. If anyone could confirm
that it fixes the problem, it would be great :)

Panos
--

On Thu, Jan 11, 2018 at 2:50 PM, panagiotis merakos 
wrote:

> Thanks Henry :)
>
> Best,
> Panos
> --
>
> On Thu, Jan 11, 2018 at 2:46 PM, hlowe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Thanks Panos. I have created a bug report:
>>
>> http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
>> iOS app plist entries to reflect Xcode/sdk version
>>
>> Henry
>>
>>
>>
>> --
>> Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-
>> User-f278306.html
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Thanks Henry :)

Best,
Panos
--

On Thu, Jan 11, 2018 at 2:46 PM, hlowe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thanks Panos. I have created a bug report:
>
> http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
> iOS app plist entries to reflect Xcode/sdk version
>
> Henry
>
>
>
> --
> Sent from: http://runtime-revolution.278305.n4.nabble.com/
> Revolution-User-f278306.html
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread hlowe via use-livecode
Thanks Panos. I have created a bug report:

http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
iOS app plist entries to reflect Xcode/sdk version 

Henry



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Hi Henry,

This looks like a bug in LC. It seems that the plist entries for the
Xcode/sdk version are hardcoded in the plist template, rather than being
generated dynamically based on the actual version of the Xcode/sdk used to
build the standalone.

So in this case, the standalone is actually built with Xcode9.2 / SDK 11.2,
but the plist is not updated properly.

Could you please file a bug report so as we fix it in the next release?

Best,
Panos
--

On Thu, Jan 11, 2018 at 2:17 AM, hlowe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> We updated our ICD-10-CM-2018 iOS app to support the iPhone X screen
> resolution and layout. As we now support the 5.8 Inch iPhone X screen, we
> added 5.8 inch iPhone screen shots. On submitting the updated app version
> for review we received the message below from iTunes Connect:
>
> "The app previews and screenshots for the iPhone 5.8-Inch display won’t
> appear on the App Store because your binary wasn’t built with the iOS 11
> SDK."
>
> We are using LC 8.1.9 (rc 1) and Xcode 9.2. In the iOS Standalone
> Application Settings we chose 'Build for iOS iPod, iPhone and iPad 10.3 or
> later'. The app runs fine on the Xcode iPhone X simulator, so I assume it
> was built with the iOS 11 SDK.
>
> Any idea what is up? This presumably means that our app may not be visible
> to users running iOS 11?
>
> Looking at the info.plist of the app I see the following:
>
> 
> DTCompiler
> com.apple.compilers.llvm.clang.1_0
> DTPlatformBuild
> 12B411
> DTPlatformName
> iphoneos
> DTPlatformVersion
> 8.1
> DTSDKBuild
> 12B411
> DTSDKName
> iphoneos8.1
> DTXcode
> 0610
> DTXcodeBuild
> 6A1052c
> CFBundleDisplayName
> ICD-10-CM-2018
> MinimumOSVersion
> 10.3
> UIDeviceFamily
> 
> 12
> 
>
> Henry
>
> Ascriva Health Informatics
>
> https://www.ascriva.com
>
>
>
> --
> Sent from: http://runtime-revolution.278305.n4.nabble.com/
> Revolution-User-f278306.html
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-10 Thread hlowe via use-livecode
We updated our ICD-10-CM-2018 iOS app to support the iPhone X screen
resolution and layout. As we now support the 5.8 Inch iPhone X screen, we
added 5.8 inch iPhone screen shots. On submitting the updated app version
for review we received the message below from iTunes Connect:

"The app previews and screenshots for the iPhone 5.8-Inch display won’t
appear on the App Store because your binary wasn’t built with the iOS 11
SDK."

We are using LC 8.1.9 (rc 1) and Xcode 9.2. In the iOS Standalone
Application Settings we chose 'Build for iOS iPod, iPhone and iPad 10.3 or
later'. The app runs fine on the Xcode iPhone X simulator, so I assume it
was built with the iOS 11 SDK.

Any idea what is up? This presumably means that our app may not be visible
to users running iOS 11?

Looking at the info.plist of the app I see the following:


DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
12B411
DTPlatformName
iphoneos
DTPlatformVersion
8.1
DTSDKBuild
12B411
DTSDKName
iphoneos8.1
DTXcode
0610
DTXcodeBuild
6A1052c
CFBundleDisplayName
ICD-10-CM-2018
MinimumOSVersion
10.3
UIDeviceFamily

12


Henry

Ascriva Health Informatics 

https://www.ascriva.com



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode