kris
New Member
Posts: 2
|
Post by kris on Jul 18, 2022 20:40:26 GMT
We have an application written in RhoMobile 7.5.0. The software uses bluetooth. We've installed the iOS 16 beta 3 on one of our devices.
When we run our application on our iOS 16 beta device, it crashes at startup:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: DYLD 4 Symbol missing
Symbol not found: _OBJC_CLASS_$_GKPeerPickerController
Referenced from: <BE4A15F1-1FAC-3FB4-BCEE-31EFF409E061> /Volumes/VOLUME/*/rhorunner.app/rhorunner
Expected in: <55278454-5CC1-3796-8786-AC600750F3D7> /System/Library/Frameworks/GameKit.framework/GameKit
(terminated at launch; ignore backtrace)
If I uses Xcode 13.4.1 to finish the compilation and deploy to the device, the handheld crashes with the above error. If I use the Xcode 14.0 beta 3 to finish compilation, the message appears as an XCode compiler error.
I see the GameKit framework listed in the crash message, so I checked if it was there, and it is listed in Xcode under Build Phases in Link Binary With Libraries.
How can I fix this error?
|
|
|
Post by Alex Epifanov on Jul 22, 2022 12:51:49 GMT
Hi Kris. Our iOS guy will take a look on this next week.
|
|
kris
New Member
Posts: 2
|
Post by kris on Aug 9, 2022 15:43:01 GMT
Is there any update on this issue?
|
|
|
Post by Alex Epifanov on Feb 28, 2023 17:11:37 GMT
kris, did you try lates RhoMobile version (7.5.3)? Is it resolved?
|
|