iOS Question class not found errors with remote compiler

tufanv

Expert
Licensed User
Longtime User
Hello

While sending to remote compiler sometimes i get error of ihud class not found or icircularprogress class not found error. I have to clean the project and compile again to fix it. Am i doing stg wrong or is it a problem with compiler ?
 

tufanv

Expert
Licensed User
Longtime User
B4X:
Copying updated assets files (2)
Error occurred on line: 83 (Main)
Class not found: B4IStore
Stack Trace: (
  CoreFoundation       <redacted> + 150
  libobjc.A.dylib      objc_exception_throw + 38
  CoreFoundation       <redacted> + 0
  Speedometer          -[B4IShell createObject:] + 206
  Speedometer          -[B4IShell raiseEventImpl:method:args::] + 2062
  Speedometer          -[B4IShellBI raiseEvent:event:params:] + 1340
  Speedometer          -[B4IStaticModule initializeModule] + 530
  Speedometer          -[b4i_main initializeStaticModules] + 88
  Speedometer          -[B4IShellBI raiseEvent:event:params:] + 232
  Speedometer          __33-[B4I raiseUIEvent:event:params:]_block_invoke + 74
libdispatch.dylib    <redacted> + 10
libdispatch.dylib    <redacted> + 22
libdispatch.dylib    _dispatch_main_queue_callback_4CF + 1532
CoreFoundation       <redacted> + 8
CoreFoundation       <redacted> + 1590
CoreFoundation       CFRunLoopRunSpecific + 516
CoreFoundation       CFRunLoopRunInMode + 108
GraphicsServices     GSEventRunModal + 160
UIKit                UIApplicationMain + 144
Speedometer          main + 108
libdyld.dylib        <redacted> + 2
)
Application_Start
Application_Active
 
Upvote 0
Top