Isn't cocopods something I'd find on a mac?  this choice is being offered 
on a pc.


On Friday, May 7, 2021 at 6:40:53 PM UTC-7 Steve Hannah wrote:

> Did you install cocoapods as the error advises?
>
> On Fri, May 7, 2021 at 6:36 PM Dave Dyer <[email protected]> wrote:
>
>> The "life cycle" problems keep builds from working for me
>>
>> [ERROR] Failed to execute goal 
>> com.codenameone:codenameone-maven-plugin:7.0.26:build (build-ios) on 
>> project testapp-ios: Failed to build ios app: Please install Cocoapods in 
>> order to generate Xcode projects.  E.g. 'sudo gem install cocoapods'.  See 
>> https://cocoapods.org/ -> [Help 1]
>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
>> goal com.codenameone:codenameone-maven-plugin:7.0.26:build (build-ios) on 
>> project testapp-ios: Failed to build ios app
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
>>
>>
>> On Friday, May 7, 2021 at 6:10:03 PM UTC-7 Steve Hannah wrote:
>>
>>> They build fine for me.  I see those errors in Eclipse only (not any 
>>> other ide) and they don’t seem to affect ability to build and run the 
>>> project.
>>>
>>> On Fri, May 7, 2021 at 6:08 PM Dave Dyer <[email protected]> wrote:
>>>
>>>> The skeleton builder doesn't produce an error-free mavin project.
>>>>
>>>> On Friday, May 7, 2021 at 5:05:12 PM UTC-7 Steve Hannah wrote:
>>>>
>>>>> Maven “local Xcode builds” work fine for me from eclipse.  In the 
>>>>> worst case you can build from command line if your eclipse won’t 
>>>>> cooperate.
>>>>>
>>>>> On Fri, May 7, 2021 at 3:37 PM Dave Dyer <[email protected]> wrote:
>>>>>
>>>>>> The promised "few minutes" seems not to have materialized - my builds 
>>>>>> are timing out after 30 minutes.
>>>>>> .. also or alternative the self-build capability with mavin isn't 
>>>>>> supported yet with Eclipse.
>>>>>> .. also, when these timeout builds occur, there's no way to get the 
>>>>>> xcode sources and build it myself.
>>>>>> .. and finally, why do production builds take twice as long as debug 
>>>>>> builds?
>>>>>>
>>>>>> A year ago, when my build was only a little bit smaller, a production 
>>>>>> build took 10 minutes.
>>>>>>
>>>>>> 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/4ea83310-2389-46dd-9dc1-7542be1ffeb9n%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/codenameone-discussions/4ea83310-2389-46dd-9dc1-7542be1ffeb9n%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/f34b2651-6de4-45ee-b409-6cf070367fdfn%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/codenameone-discussions/f34b2651-6de4-45ee-b409-6cf070367fdfn%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/ab95a915-fb64-42c5-b4e7-bd85c43774d7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/codenameone-discussions/ab95a915-fb64-42c5-b4e7-bd85c43774d7n%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/a30fec8e-8d88-4fe7-b037-ef4933db3519n%40googlegroups.com.

Reply via email to