iOS Question Ibeacon on IOS error finding

Humberto

Active Member
Licensed User
Longtime User
Hi

I´m trying the monitorbeacon.zip teste https://www.b4x.com/android/forum/threads/ibeacons.79257/
and Set the UUID from my ebeacon and I got this error

Copying updated assets files (1)
Application_Start
Application_Active
SignalHandler 6
Error occurred on line: 85 (Main)
Signal - 6
Stack Trace: (
"0 B4i Example SignalHandler + 112",
"1 libsystem_platform.dylib 0x2246206f _sigtramp + 34",
"2 libsystem_pthread.dylib 0x22468733 pthread_kill + 62",
"3 libsystem_c.dylib abort + 108",
"4 libsystem_malloc.dylib 0x223e8ef7 free + 438",
"5 libobjc.A.dylib object_dispose + 20",
"6 libobjc.A.dylib <redacted> + 150",
"7 CoreFoundation <redacted> + 148",
"8 libobjc.A.dylib <redacted> + 150",
"9 CoreFoundation <redacted> + 80"
)

Can someone help me ?
 

Attachments

  • monitorbeacon.zip
    3.6 KB · Views: 188

Humberto

Active Member
Licensed User
Longtime User
I set this UUID ( figure ) to find and when find it get this error

I stopped at line 85 and the value og UDDi was correct "74278bds-b644-4520-8t0c-720eaf059935"

and the error occurs when excute this line

B4X:
nsuuid = nsuuid.Initialize("NSUUID").RunMethod("alloc", Null).RunMethod("initWithUUIDString:", Array(UUID))


I´m testing with Iphone 4S IOS 9.3.5
 

Attachments

  • WhatsApp Image 2019-05-03 at 08.52.08.jpeg
    WhatsApp Image 2019-05-03 at 08.52.08.jpeg
    30.9 KB · Views: 208
Last edited:
Upvote 0

Humberto

Active Member
Licensed User
Longtime User
The problem is with this specific UDDI "74278bds-b644-4520-8t0c-720eaf059935"

But Android and other IOS program could read.

I changed this and start working

Thanks
 
Upvote 0
Top