I am trying to execute my app on iOS simulator by means of the maven build 
system, I have a runtime issue now, for the 
getDisplayWidth
function.
This happens at the beginning of the app, where some metrics are calculated 
for the main form.
Is this error due to my code or to the build or what else?
I provide some file attachments, where you can find all necessary 
information from XCode.
Thanks in advance

-- 
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/3961299d-58fc-43b9-9e37-7193470d224cn%40googlegroups.com.
{\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0

\f0\fs24 \cf0 MyApp - 7061 Group\
UI API called from background thread Group\
file:///Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m: runtime: UI API called from background thread: -[UIViewController view] must be used from main thread only\
\
Thread 5\
#0	0x000000010fa67d5e in Java_com_codename1_impl_ios_IOSImplementation_getDisplayWidthImpl at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1234\
#1	0x000000010fcc53ca in com_codename1_impl_ios_IOSNative_getDisplayWidth__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:375\
#2	0x000000010fcdc99d in com_codename1_impl_ios_IOSNative_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:8229\
#3	0x000000010fa829cf in com_codename1_impl_ios_IOSImplementation_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:1350\
#4	0x000000010fa8349a in virtual_com_codename1_impl_ios_IOSImplementation_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:16956\
#5	0x000000010fab8aca in com_codename1_impl_ios_IOSImplementation_convertToPixels___int_boolean_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:8795\
#6	0x000000010f9fa016 in virtual_com_codename1_impl_CodenameOneImplementation_convertToPixels___int_boolean_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_CodenameOneImplementation.m:14522\
#7	0x000000010f576417 in com_codename1_ui_Display_convertToPixels___float_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_Display.m:5717\
#8	0x000000010f5f2077 in com_codename1_ui_plaf_UIManager_resetThemeProps___java_util_Hashtable at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:692\
#9	0x000000010f5f145b in com_codename1_ui_plaf_UIManager___INIT____ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:288\
#10	0x000000010f608737 in com_codename1_ui_plaf_UIManager_getInstance___R_com_codename1_ui_plaf_UIManager at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:308\
#11	0x000000010f55bdbd in com_codename1_ui_Display_mainEDTLoop__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_Display.m:2180\
#12	0x000000010fa24a7e in com_codename1_ui_RunnableWrapper_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_RunnableWrapper.m:467\
#13	0x000000010f9267cc in virtual_java_lang_Runnable_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Runnable.m:60\
#14	0x000000010f89c1cc in com_codename1_impl_CodenameOneThread_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_CodenameOneThread.m:384\
#15	0x000000010f9267cc in virtual_java_lang_Runnable_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Runnable.m:60\
#16	0x000000010f814b62 in java_lang_Thread_runImpl___long at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Thread.m:208\
#17	0x000000010f7a66d0 in threadRunner at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:1337\
#18	0x00007fff61167109 in _pthread_start ()\
#19	0x00007fff61162b8b in thread_start ()\
file:///Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m: runtime: UI API called from background thread: -[UIView bounds] must be used from main thread only\
\
Thread 5\
#0	0x000000010fa67d88 in Java_com_codename1_impl_ios_IOSImplementation_getDisplayWidthImpl at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1234\
#1	0x000000010fcc53ca in com_codename1_impl_ios_IOSNative_getDisplayWidth__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:375\
#2	0x000000010fcdc99d in com_codename1_impl_ios_IOSNative_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:8229\
#3	0x000000010fa829cf in com_codename1_impl_ios_IOSImplementation_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:1350\
#4	0x000000010fa8349a in virtual_com_codename1_impl_ios_IOSImplementation_getDisplayWidth___R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:16956\
#5	0x000000010fab8aca in com_codename1_impl_ios_IOSImplementation_convertToPixels___int_boolean_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_ios_IOSImplementation.m:8795\
#6	0x000000010f9fa016 in virtual_com_codename1_impl_CodenameOneImplementation_convertToPixels___int_boolean_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_CodenameOneImplementation.m:14522\
#7	0x000000010f576417 in com_codename1_ui_Display_convertToPixels___float_R_int at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_Display.m:5717\
#8	0x000000010f5f2077 in com_codename1_ui_plaf_UIManager_resetThemeProps___java_util_Hashtable at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:692\
#9	0x000000010f5f145b in com_codename1_ui_plaf_UIManager___INIT____ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:288\
#10	0x000000010f608737 in com_codename1_ui_plaf_UIManager_getInstance___R_com_codename1_ui_plaf_UIManager at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_plaf_UIManager.m:308\
#11	0x000000010f55bdbd in com_codename1_ui_Display_mainEDTLoop__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_Display.m:2180\
#12	0x000000010fa24a7e in com_codename1_ui_RunnableWrapper_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_ui_RunnableWrapper.m:467\
#13	0x000000010f9267cc in virtual_java_lang_Runnable_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Runnable.m:60\
#14	0x000000010f89c1cc in com_codename1_impl_CodenameOneThread_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/com_codename1_impl_CodenameOneThread.m:384\
#15	0x000000010f9267cc in virtual_java_lang_Runnable_run__ at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Runnable.m:60\
#16	0x000000010f814b62 in java_lang_Thread_runImpl___long at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/java_lang_Thread.m:208\
#17	0x000000010f7a66d0 in threadRunner at /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:1337\
#18	0x00007fff61167109 in _pthread_start ()\
#19	0x00007fff61162b8b in thread_start ()}
{\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;\f1\fnil\fcharset0 Menlo-Bold;}
{\colortbl;\red255\green255\blue255;\red28\green70\blue74;\red255\green255\blue255;\red0\green0\blue0;
\red15\green104\blue160;\red100\green56\blue32;\red93\green108\blue121;\red50\green109\blue116;\red155\green35\blue147;
}
{\*\expandedcolortbl;;\csgenericrgb\c10981\c27276\c28869;\csgenericrgb\c100000\c100000\c100000;\csgenericrgb\c0\c0\c0\c85000;
\csgenericrgb\c5882\c40784\c62745;\csgenericrgb\c39147\c22031\c12446;\csgenericrgb\c36526\c42188\c47515;\csgenericrgb\c19418\c42935\c45455;\csgenericrgb\c60759\c13753\c57628;
}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\deftab593
\pard\tx593\pardeftab593\pardirnatural\partightenfactor0

\f0\fs24 \cf2 \cb3 JAVA_INT\cf4  \cf5 com_codename1_impl_ios_IOSNative_getDisplayWidth__\cf4 (\cf6 CN1_THREAD_STATE_MULTI_ARG\cf4  \cf2 JAVA_OBJECT\cf4  instanceObject)\
\{\
    \cf7 //XMLVM_BEGIN_WRAPPER[com_codename1_impl_ios_IOSNative_getDisplayWidth__]\cf4 \
    \cf6 POOL_BEGIN\cf4 ();\
    \cf2 JAVA_INT\cf4  i = \cf8 Java_com_codename1_impl_ios_IOSImplementation_getDisplayWidthImpl\cf4 ();\
    \cf6 POOL_END\cf4 ();\
    
\f1\b \cf9 return
\f0\b0 \cf4  i;\
    \cf7 //XMLVM_END_WRAPPER\cf4 \
\}}
{\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0

\f0\fs24 \cf0 MyApp project Group\
Validate Project Settings Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj Update to recommended settings\
Localization Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj Migrate \'93English.lproj\'94 (Deprecated)\
Pods project Group\
Validate Project Settings Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/Pods/Pods.xcodeproj Update to recommended settings\
MyApp Group\
Warning Group\
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99.\
Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the MyApp editor.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The app icon set "AppIcon" has 3 unassigned children.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "Icon-167.png" for the image set "AppIcon" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "AppIcon" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The launch image set "LaunchImage" has 5 unassigned children.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "Default-Portrait.png" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "Default-Landscape.png" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Images.xcassets:1:1: The file "[email protected]" for the image set "LaunchImage" does not exist.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj User-supplied CFBundleIdentifier value 'com.myapp.app' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''.\
'UILaunchImages' has been deprecated, use launch storyboards instead.\
Target Integrity Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj OpenGLES is deprecated. Consider migrating to Metal instead.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj GLKit is deprecated. Consider migrating to MetalKit instead.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj AddressBookUI is deprecated. Consider migrating to ContactsUI instead.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj AddressBook is deprecated. Consider migrating to Contacts instead.\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp.xcodeproj MobileCoreServices has been renamed. Use CoreServices instead.\
Value Conversion Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:278:70: Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:339:66: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:416:66: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/cn1_globals.m:88:44: Implicit conversion loses integer precision: 'unsigned long' to 'natural_t' (aka 'unsigned int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/UIWebViewEventDelegate.m:126:140: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/SocketImpl.m:125:15: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/OpenUDID.m:138:23: Implicit conversion loses integer precision: 'unsigned long' to 'CC_LONG' (aka 'unsigned int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.m:139:21: Implicit conversion loses integer precision: 'long long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.m:141:20: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.m:235:12: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:460:25: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1039:103: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1100:25: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1107:25: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1130:25: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1136:25: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1571:13: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1596:17: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:3522:88: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:5471:12: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6061:66: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6063:34: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6432:73: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6440:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6448:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6456:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6464:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6472:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6480:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6488:72: Implicit conversion loses integer precision: 'unsigned long' to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6664:17: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6782:58: Implicit conversion loses integer precision: 'long' to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6792:46: Implicit conversion loses integer precision: 'long' to 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/ExecutableOp.m:85:45: Implicit conversion loses integer precision: 'unsigned long' to 'natural_t' (aka 'unsigned int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/ExecutableOp.m:97:21: Implicit conversion loses integer precision: 'vm_size_t' (aka 'unsigned long') to 'natural_t' (aka 'unsigned int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1302:79: Implicit conversion loses integer precision: 'JAVA_LONG' (aka 'long long') to 'GLuint' (aka 'unsigned int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1613:16: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2931:21: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2974:37: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3040:38: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3082:38: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3109:41: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3113:41: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3323:21: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3649:29: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:132:15: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:150:11: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:236:15: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:286:11: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:151:37: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:190:41: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:194:41: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:246:38: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:290:38: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'\
Semantic Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/nativeMethods.m:1693:113: Incompatible pointer types sending 'char *' to parameter of type 'struct __va_list_tag *'\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:374:70: Passing argument to parameter 'argList' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/ResetAffine.m:43:1: Designated initializer missing a 'super' call to a designated initializer of the super class\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/usr/include/objc/NSObject.h:63:1: Method marked as designated initializer of the class here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1089:86: Cast to 'void *' from smaller integer type 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1152:94: Cast to 'void *' from smaller integer type 'JAVA_INT' (aka 'int')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1865:16: Incompatible pointer types assigning to 'NSString *' from 'NSURL * _Nonnull'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:2158:13: Multiple methods named 'stop' found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:161:1: Using\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:237:1: Also found\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1AudioUnit.h:40:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioEngine.h:381:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioPlayer.h:57:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioPlayerNode.h:298:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioRecorder.h:40:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSequencer.h:257:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVMIDIPlayer.h:63:1: Also found\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaPlayback.h:29:1: Also found\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:2158:17: 'AudioPlayer' may not respond to 'stop'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:2865:24: Incompatible pointer types initializing 'WKWebView *' with an expression of type 'UIWebView *'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:4072:59: Incompatible pointer types assigning to 'CLLocationManager *' from 'CLLocation * _Nullable'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:4293:35: Assigning to 'id<UINavigationControllerDelegate,UIImagePickerControllerDelegate> _Nullable' from incompatible type 'CodenameOne_GLViewController *'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6166:95: Type specifier missing, defaults to 'int'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7009:162: Undeclared selector 'pickerComponentDismiss'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7049:84: Undeclared selector 'datePickerDismissActionSheet:'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7198:162: Undeclared selector 'pickerComponentDismiss'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7232:84: Undeclared selector 'datePickerDismissActionSheet:'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7719:15: Assigning to 'jbyte *' (aka 'signed char *') from 'JAVA_ARRAY_BYTE *' (aka 'char *') converts between pointers to integer types with different sign\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7746:69: 'CodenameOne_GLViewController' may not respond to 'context'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7984:49: Incompatible pointer types passing 'JAVA_BOOLEAN *' (aka 'int *') to parameter of type 'bool * _Nullable'\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKMatrix4.h:149:66: Passing argument to parameter 'isInvertible' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:9011:20: Initializing 'unsigned char *' with an expression of type 'const void *' discards qualifiers\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/GLUIImage.m:139:33: Passing 'int *' to parameter of type 'const GLuint *' (aka 'const unsigned int *') converts between pointers to integer types with different sign\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h:515:78: Passing argument to parameter 'textures' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/GLUIImage.m:144:37: Passing 'const int *' to parameter of type 'const GLuint *' (aka 'const unsigned int *') converts between pointers to integer types with different sign\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h:515:78: Passing argument to parameter 'textures' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/GLUIImage.m:170:33: Passing 'int *' to parameter of type 'const GLuint *' (aka 'const unsigned int *') converts between pointers to integer types with different sign\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h:515:78: Passing argument to parameter 'textures' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/GLUIImage.m:175:37: Passing 'const int *' to parameter of type 'const GLuint *' (aka 'const unsigned int *') converts between pointers to integer types with different sign\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h:515:78: Passing argument to parameter 'textures' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/FillPolygon.m:200:1: Method possibly missing a [super dealloc] call\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/EAGLView.m:45:17: Method definition for 'removePeerComponent:' not found\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/EAGLView.h:59:1: Method 'removePeerComponent:' declared here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/DrawPath.m:88:15: Incompatible pointer types assigning to 'jbyte *' (aka 'signed char *') from 'JAVA_BYTE *' (aka 'int *')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:709:87: Passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:613:7: Passing argument to parameter 'buffer' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1065:22: Incompatible pointer types initializing 'JAVA_ARRAY_BYTE *' (aka 'char *') with an expression of type 'JAVA_BYTE *' (aka 'int *')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2100:1: Method possibly missing a [super awakeFromNib] call\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:391:39: Passing 'GLuint *' (aka 'unsigned int *') to parameter of type 'GLint *' (aka 'int *') converts between pointers to integer types with different sign\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h:724:61: Passing argument to parameter 'params' here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:712:26: Assigning to 'GLvoid *' (aka 'void *') from 'const GLvoid *' (aka 'const void *') discards qualifiers\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:734:22: Assigning to 'GLvoid *' (aka 'void *') from 'const GLvoid *' (aka 'const void *') discards qualifiers\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:755:27: Assigning to 'GLvoid *' (aka 'void *') from 'const GLvoid *' (aka 'const void *') discards qualifiers\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:244:15: Instance method '-foldKeyboard:' not found (return type defaults to 'id')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.h:157:12: Receiver is instance of class declared here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1TapGestureRecognizer.m:288:15: Instance method '-foldKeyboard:' not found (return type defaults to 'id')\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.h:157:12: Receiver is instance of class declared here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/AudioPlayer.m:34:17: Method definition for 'stop' not found\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/AudioPlayer.h:49:1: Method 'stop' declared here\
Format String Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/cn1_globals.m:612:91: Format specifies type 'long long' but the argument has type 'long'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/OpenUDID.m:147:22: Values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.m:158:36: Null passed to a callee that requires a non-null argument\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:348:77: Null passed to a callee that requires a non-null argument\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1612:14: Null passed to a callee that requires a non-null argument\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLAppDelegate.m:306:16: Null passed to a callee that requires a non-null argument\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3402:49: Enum values with underlying type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.h:107:37: Expanded from macro 'CN1Log'\
Unused Entity Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Renderer.c:651:13: Unused function 'getSubpixMinY'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Renderer.c:655:13: Unused function 'getSubpixMaxY'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Curve.c:91:15: Unused function 'xat'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Curve.c:94:15: Unused function 'yat'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Curve.c:98:15: Unused function 'dxat'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/Curve.c:101:15: Unused function 'dyat'\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:101:12: Unused function '_printGLPointer'\
Nullability Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:42:8: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:9: In file included from /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:42:8: Insert '_Nullable' if the pointer may be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:42:8: Insert '_Nonnull' if the pointer should never be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:61:53: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:9: In file included from /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:61:53: Insert '_Nullable' if the pointer may be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:61:53: Insert '_Nonnull' if the pointer should never be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:63:12: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:9: In file included from /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:63:12: Insert '_Nullable' if the pointer may be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:63:12: Insert '_Nonnull' if the pointer should never be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:65:3: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:9: In file included from /Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:40:\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:65:3: Insert '_Nullable' if the pointer may be null\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/NetworkConnectionImpl.h:65:3: Insert '_Nonnull' if the pointer should never be null\
Deprecations Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:1612:14: 'createDirectoryAtPath:attributes:' is deprecated: first deprecated in iOS 2.0 - Use -createDirectoryAtPath:withIntermediateDirectories:attributes:error: instead\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:225:1: 'createDirectoryAtPath:attributes:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:3531:50: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:223:1: 'presentModalViewController:animated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:4321:54: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:223:1: 'presentModalViewController:animated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:5209:54: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:223:1: 'presentModalViewController:animated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6142:38: 'paymentWithProductIdentifier:' is deprecated: first deprecated in iOS 5.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:23:1: 'paymentWithProductIdentifier:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:6882:121: 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:22:5: 'UIBarButtonItemStyleBordered' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7047:25: 'segmentedControlStyle' is deprecated: first deprecated in iOS 7.0 - The segmentedControlStyle property no longer has any effect\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:62:46: 'segmentedControlStyle' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7047:49: 'UISegmentedControlStyleBar' is deprecated: first deprecated in iOS 7.0 - The segmentedControlStyle property no longer has any effect\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:21:28: 'UISegmentedControlStyle' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7064:89: 'interfaceOrientation' is deprecated: first deprecated in iOS 8.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: Property 'interfaceOrientation' is declared deprecated here\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: 'interfaceOrientation' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7168:17: 'setContentSizeForViewInPopover:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h:28:40: Property 'contentSizeForViewInPopover' is declared deprecated here\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverSupport.h:28:40: 'setContentSizeForViewInPopover:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7230:25: 'segmentedControlStyle' is deprecated: first deprecated in iOS 7.0 - The segmentedControlStyle property no longer has any effect\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:62:46: 'segmentedControlStyle' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7230:49: 'UISegmentedControlStyleBar' is deprecated: first deprecated in iOS 7.0 - The segmentedControlStyle property no longer has any effect\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:21:28: 'UISegmentedControlStyle' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:7247:89: 'interfaceOrientation' is deprecated: first deprecated in iOS 8.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: Property 'interfaceOrientation' is declared deprecated here\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: 'interfaceOrientation' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/DrawStringTextureCache.m:56:28: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/DrawString.m:140:23: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:60:1: 'sizeWithFont:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/DrawString.m:177:14: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:64:1: 'drawAtPoint:withFont:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1149:20: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:60:1: 'sizeWithFont:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1156:78: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:60:1: 'sizeWithFont:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:1600:12: 'getBytes:' is deprecated: first deprecated in iOS 8.0 - This method is unsafe because it could potentially cause buffer overruns. Use -getBytes:length: instead.\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:178:1: 'getBytes:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2424:18: 'interfaceOrientation' is deprecated: first deprecated in iOS 8.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: 'interfaceOrientation' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2428:30: 'interfaceOrientation' is deprecated: first deprecated in iOS 8.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:313:54: 'interfaceOrientation' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:2890:7: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStringDrawing.h:64:1: 'drawAtPoint:withFont:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3247:13: 'dismissModalViewControllerAnimated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:1: 'dismissModalViewControllerAnimated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3293:17: 'dismissModalViewControllerAnimated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:1: 'dismissModalViewControllerAnimated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3303:8: 'dismissModalViewControllerAnimated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:1: 'dismissModalViewControllerAnimated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3307:8: 'dismissModalViewControllerAnimated:' is deprecated: first deprecated in iOS 6.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:226:1: 'dismissModalViewControllerAnimated:' has been explicitly marked deprecated here\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CodenameOne_GLViewController.m:3370:43: 'transactionReceipt' is deprecated: first deprecated in iOS 7.0\
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:47:50: 'transactionReceipt' has been explicitly marked deprecated here\
Lexical or Preprocessor Issue Group\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/IOSNative.m:4110:7: Extra tokens at end of #endif directive\
/Users/mac/sviluppo/myapp/ios/target/myapp-ios-1.0-SNAPSHOT-ios-source/MyApp-src/CN1ES2compat.m:7:9: Non-portable path to file '<math.h>'; specified path differs in case from file name on disk\
Pods-MyApp Group\
Warning Group\
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99.}

Reply via email to