I had an old iPhone 6 for development, and I upgraded to an iPhone 8.
I was using this frameworks:
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
But now after I run my project on the new iPhone I get this error. Is there any change whe iOS version changes?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			I was using this frameworks:
B4A PhoneNumberUtils for B4I
I have the following code in B4A   Dim n As String="5699126532" Dim r As Reflector n=(r.RunStaticMethod("android.telephony.PhoneNumberUtils", "formatNumber", Array As Object("+" & n, Null), Array As String("java.lang.String", "java.lang.String")))  Which gives me a correct output: For...
				libPhoneNumber
Is there anything similar to the b4a phoneValidator  https://www.b4x.com/android/forum/threads/b4a-and-b4j-phonevalidator-library.94014/#post-618013   based on:  https://github.com/google/libphonenumber a or any simple way of porting a Java Lib to B4I lib? Thanks FBP
				But now after I run my project on the new iPhone I get this error. Is there any change whe iOS version changes?
			
				B4X:
			
		
		
		Class (b4i_httpjob) instance released.
*** puserlogin: B4XPage_Appear [puserlogin]
*** puserlogin: B4XPage_Resize [puserlogin]
Class (b4i_httpjob) instance released.
Error occurred on line: 1205 (xc)
Method not found: Parse::, target: <b4i_xc: (null)>
Stack Trace: (
  CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 1159852
  libobjc.A.dylib      objc_exception_throw + 56
  CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 117712
  LlaveMovil.com       +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 336
  LlaveMovil.com       -[B4INativeObject RunMethod::] + 188
  LlaveMovil.com       -[b4i_xc _isnumbervalid::] + 1116
  LlaveMovil.com       -[b4i_userlogin _keypad_click::] + 2840
  CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 1178192
  CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 5968
  LlaveMovil.com       +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1300
 LlaveMovil.com       -[B4IShell runGoodChain::] + 348
 LlaveMovil.com       -[B4IShell raiseEventImpl:method:args::] + 2408
 LlaveMovil.com       -[B4IShellBI raiseEvent:event:params:] + 1580
 LlaveMovil.com       __33-[B4I raiseUIEvent:event:params:]_block_invoke + 52
 libdispatch.dylib    3BBE17AC-597B-3B79-91AC-21A5523E7BD7 + 393904
 libdispatch.dylib    3BBE17AC-597B-3B79-91AC-21A5523E7BD7 + 397976
 libdispatch.dylib    3BBE17AC-597B-3B79-91AC-21A5523E7BD7 + 275504
 CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 631520
 CoreFoundation       4D6DD6DD-22E4-3858-9A0C-3CB77C2F13D6 + 608064
 CoreFoundation       CFRunLoopRunSpecific + 572
 GraphicsServices     GSEventRunModal + 160
 UIKitCore            186F3A78-108A-3057-A67E-800A88EBFF00 + 11731176
 UIKitCore            UIApplicationMain + 164
 LlaveMovil.com       main + 104
 libdyld.dylib        5FFFB964-39D6-3CCF-BD34-C6CA4A148D1A + 4416
)