Yes, still complaining that xcode 13.2 is in use.

On Wednesday, April 28, 2021 at 12:43:24 PM UTC-7 Steve Hannah wrote:

> Is it the exact same error message from the App Store?
>
> On Wed, Apr 28, 2021 at 12:35 PM Dave Dyer <[email protected]> wrote:
>
>> the ios xcode build hint doesn't work.  app store is still complaining.
>> [image: xcode.jpg]
>>
>> On Wednesday, April 28, 2021 at 11:40:38 AM UTC-7 Dave Dyer wrote:
>>
>>> I have noticed that build times have been creeping up, but yesterday my 
>>> debug builds took 10 minutes, today they take 20. 
>>> We're being victimized by apple bloat.
>>>
>>>
>>> On Tuesday, April 27, 2021 at 6:44:50 PM UTC-7 Shai Almog wrote:
>>>
>>>> We'll add a few minutes this weekend but it's already 30 minutes which 
>>>> is insanely high.
>>>>
>>>> On Tuesday, April 27, 2021 at 10:26:01 AM UTC+3 [email protected] 
>>>> wrote:
>>>>
>>>>> ..if i's only that the process is slower (my build didn't change since 
>>>>> yesterday) please change your time limit.
>>>>>
>>>>>
>>>>> On Tuesday, April 27, 2021 at 12:24:53 AM UTC-7 Dave Dyer wrote:
>>>>>
>>>>>> It looks like there may be some unresolved problems with the 12.4 
>>>>>> option:
>>>>>>
>>>>>> esPath/Launch.build/Release-iphoneos/Launch.build/DerivedSources/arm64 
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/DerivedSources
>>>>>>  
>>>>>> -F/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/BuildProductsPath/Release-iphoneos
>>>>>>  
>>>>>> -fno-objc-arc -include 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/PrecompiledHeaders/SharedPrecompiledHeaders/8225370240782353001/Launch-Prefix.pch
>>>>>>  
>>>>>> -MMD -MT dependencies -MF 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.d
>>>>>>  
>>>>>> --serialize-diagnostics 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.dia
>>>>>>  
>>>>>> -c 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m
>>>>>>  
>>>>>> -o 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.o
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m:147:22:
>>>>>>  
>>>>>> warning: values of type 'NSUInteger' should not be used as format 
>>>>>> arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
>>>>>>                      (NSUInteger)(arc4random() % NSUIntegerMax)];  
>>>>>>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>                      (unsigned long)
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m:138:23:
>>>>>>  
>>>>>> warning: implicit conversion loses integer precision: 'unsigned long' to 
>>>>>> 'CC_LONG' (aka 'unsigned int') [-Wshorten-64-to-32]
>>>>>>         CC_MD5( cStr, strlen(cStr), result );
>>>>>>         ~~~~~~        ^~~~~~~~~~~~
>>>>>> 2 warnings generated.
>>>>>>
>>>>>> CompileC 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.o
>>>>>>  
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m
>>>>>>  
>>>>>> normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in 
>>>>>> target 'Launch' from project 'Launch')
>>>>>>     cd 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist
>>>>>>     export LANG\=en_US.US-ASCII
>>>>>>     
>>>>>> /Applications/Xcode12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>>>>>>  
>>>>>> -x objective-c -target arm64-apple-ios8.0 -fmessage-length\=0 
>>>>>> -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 
>>>>>> -std\=c99 
>>>>>> -gmodules -Wno-trigraphs -fpascal-strings -O3 
>>>>>> -Wno-missing-field-initializers -Wno-missing-prototypes 
>>>>>> -Werror\=return-type -Wno-implicit-atomic-properties 
>>>>>> -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars 
>>>>>> -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak 
>>>>>> -Wno-missing-braces 
>>>>>> -Wparentheses -Wswitch -Wunused-function -Wno-unused-label 
>>>>>> -Wno-unused-parameter -Wno-unused-variable -Wunused-value 
>>>>>> -Wno-empty-body 
>>>>>> -Wuninitialized -Wno-unknown-pragmas -Wno-shadow 
>>>>>> -Wno-four-char-constants 
>>>>>> -Wno-conversion -Wconstant-conversion -Wno-int-conversion 
>>>>>> -Wbool-conversion 
>>>>>> -Wno-enum-conversion -Wno-float-conversion 
>>>>>> -Wno-non-literal-null-conversion 
>>>>>> -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign 
>>>>>> -Wno-newline-eof -Wno-selector -Wno-strict-selector-match 
>>>>>> -Wundeclared-selector -Wno-deprecated-implementations -DCOCOAPODS\=1 
>>>>>> -DNS_BLOCK_ASSERTIONS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot 
>>>>>> /Applications/Xcode12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
>>>>>>  
>>>>>> -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g 
>>>>>> -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion 
>>>>>> -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes 
>>>>>> -Wno-semicolon-before-method-body -iquote 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Launch-generated-files.hmap
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Launch-own-target-headers.hmap
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Launch-all-target-headers.hmap
>>>>>>  
>>>>>> -iquote 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Launch-project-headers.hmap
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/BuildProductsPath/Release-iphoneos/include
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/DerivedSources-normal/arm64
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/DerivedSources/arm64
>>>>>>  
>>>>>> -I/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/DerivedSources
>>>>>>  
>>>>>> -F/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/BuildProductsPath/Release-iphoneos
>>>>>>  
>>>>>> -fno-objc-arc -include 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/PrecompiledHeaders/SharedPrecompiledHeaders/8225370240782353001/Launch-Prefix.pch
>>>>>>  
>>>>>> -MMD -MT dependencies -MF 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.d
>>>>>>  
>>>>>> --serialize-diagnostics 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.dia
>>>>>>  
>>>>>> -c 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m
>>>>>>  
>>>>>> -o 
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/build/Build/Intermediates.noindex/ArchiveIntermediates/Launch/IntermediateBuildFilesPath/Launch.build/Release-iphoneos/Launch.build/Objects-normal/arm64/OpenUDID.o
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m:147:22:
>>>>>>  
>>>>>> warning: values of type 'NSUInteger' should not be used as format 
>>>>>> arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
>>>>>>                      (NSUInteger)(arc4random() % NSUIntegerMax)];  
>>>>>>                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>                      (unsigned long)
>>>>>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build3100488520530737749xxx/dist/Launch-src/OpenUDID.m:138:23:
>>>>>>  
>>>>>> warning: implicit conversion loses integer precision: 'unsigned long' to 
>>>>>> 'CC_LONG' (aka 'unsigned int') [-Wshorten-64-to-32]
>>>>>>         CC_MD5( cStr, strlen(cStr), result );
>>>>>>         ~~~~~~        ^~~~~~~~~~~~
>>>>>> 2 warnings generated.
>>>>>> Timeout reached.  Destroying process
>>>>>>
>>>>>> On Monday, April 26, 2021 at 7:12:41 PM UTC-7 Shai Almog wrote:
>>>>>>
>>>>>>> We updated our build servers to include xcode 12.4 and pushed out 
>>>>>>> that update. As a result we experienced some issues related to that 
>>>>>>> annual 
>>>>>>> mess. 
>>>>>>> Right now we're still defaulting to 11.3 but you should be able to 
>>>>>>> explicitly send an xcode 12.4 build using: ios.xcode_version=12.4
>>>>>>> Notice that we'll flip the default over the weekend so it will no 
>>>>>>> longer be needed starting next week.
>>>>>>>
>>>>>>> On Monday, April 26, 2021 at 8:54:55 PM UTC+3 [email protected] 
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> Yesterday's build of an IOS app is rejected today at the app store,
>>>>>>>> complaining that it was built with sdk 13.2 but sdk 14 is required.
>>>>>>>>
>>>>>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "CodenameOne Discussions" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/codenameone-discussions/1033e1fb-6e20-461a-b5f3-1485af0475e3n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/codenameone-discussions/1033e1fb-6e20-461a-b5f3-1485af0475e3n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> Steve Hannah
> Software Developer
> Codename One
> http://www.codenameone.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e2190548-5b76-41c7-9f10-b95926093f6dn%40googlegroups.com.

Reply via email to