iOS Question Where are KSCrash libraries stored

JackKirk

Well-Known Member
Licensed User
Longtime User
In this thread:

https://www.b4x.com/android/forum/t...-and-powerful-crash-reports-framework.120644/

Erel shows how to create a crash report - which I have been using for a long time.

Part of the setup involves:

#AdditionalLib: KSCrash.framework.3
#AdditionalLib: MessageUI.framework
#AdditionalLib: SystemConfiguration.framework
#AdditionalLib: libc++.dylib
#AdditionalLib: libz.dylib

I would like to know where these libraries are - I can't find them in:

C:\Program Files\Anywhere Software\B4i\Libraries
N:\B4I\Additional Libraries

Where are they???
 

MarcoRome

Expert
Licensed User
Longtime User

1709362508705.png
 
Upvote 1

JackKirk

Well-Known Member
Licensed User
Longtime User
MarcoRome, sorry I probably should have been more precise.

Repeating my original post:

-----------------------------------

In this thread:

https://www.b4x.com/android/forum/t...-and-powerful-crash-reports-framework.120644/

Erel shows how to create a crash report - which I have been using for a long time.

Part of the setup involves:

#AdditionalLib: KSCrash.framework.3
#AdditionalLib: MessageUI.framework
#AdditionalLib: SystemConfiguration.framework
#AdditionalLib: libc++.dylib
#AdditionalLib: libz.dylib

I would like to know where these libraries are - I can't find them in:

C:\Program Files\Anywhere Software\B4i\Libraries
N:\B4I\Additional Libraries

-----------------------------------

Additional:

In the B4i IDE, when I hover over "#AdditionalLib:" a popup says:

"... The resource must be located in the builder libraries path"

I use the hosted builder so am I right in assuming these libraries are out there?

Thanks...
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
I use the hosted builder so am I right in assuming these libraries are out there?

Hi Jack.
If you use remote hosting the libraries are on it and not on your PC.
On your computer, there should only be the part related to the XML file eventually (while the library file should be remote)
 
Last edited:
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Anyway.
Using remote hosting and the example in this thread:


1709448635956.png


it compiles without any problem
 
Upvote 0
Top