bug(ios): Error when choosing the KMSample2 keyboard using "globe" icon
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
**Describe the bug**
I followed this guide to install the keyboard I created with Keyman Developer 15: https://help.keyman.com/developer/engine/iphone-and-ipad/15.0/guides/system-keyboard/
I was able to successfully create the project and install it on the physical iPhone 13 Pro with the latest system updates.
I added the keyboard as a system keyboard in the settings, but when I select it with the "globe" icon, the app freezes and I get the following error in xCode:

In logs there are this:
```
2022-07-30 13:11:05.186469+0200 SWKeyboard[13173:874152] [Info] [KeymanEngine] > SWKeyboard Version: 1.0 Build: 1 PID: 13173
2022-07-30 13:11:05.186522+0200 SWKeyboard[13173:874152] [Info] [KeymanEngine] > XCGLogger Version: 6.1.0 - Level: Info
dyld[13173]: missing symbol called
(lldb)
```
During the startup process, before I select the keyboard with the "globe" icon, the following logs are displayed (maybe this can also be useful for troubleshooting):
```
Message from debugger: Terminated due to signal 9
2022-07-30 13:06:41.871046+0200 MobileSafari[12732:867504] [core] "Exceeded the maximum number of connections (2) to accountsd: 3 connections open. Consider switching to +[ACAccountStore defaultStore]"
2022-07-30 13:06:41.872037+0200 MobileSafari[12732:867457] [MobileSafari] CGImageSourceCopyPropertiesAtIndex:4182: *** ERROR: CGImageSourceCopyPropertiesAtIndex: source is nil
2022-07-30 13:06:41.872105+0200 MobileSafari[12732:867457] [MobileSafari] CGImageSourceCreateThumbnailAtIndex:4097: *** ERROR: CGImageSourceCreateThumbnailAtIndex: source is nil
2022-07-30 13:06:41.872528+0200 MobileSafari[12732:867544] [MobileSafari] CGImageSourceCreateImageAtIndex:4058: *** ERROR: CGImageSourceCreateImageAtIndex: source is nil
2022-07-30 13:06:41.911463+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"=18)-| (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>",
"=18)-[UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>",
""
)
Will attempt to recover by breaking constraint
=18)-| (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.911845+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=4)-[UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.912055+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=18)-[UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>",
"= UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113d36d30 )>"
)
Will attempt to recover by breaking constraint
= UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113d36d30 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.912598+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"=4)-[UILayoutGuide:0x2823dc380'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d36710, '|':CapsuleNavigationBar?isSe...:0x113d36710 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.914356+0200 MobileSafari[12732:867457] [Assert] Trying to decrement _unsatisfiableConstraintsLoggingSuspensionCount when it's already 0. We lost count one way or another, or else we had a stack recursion. self = ; layer = >
2022-07-30 13:06:41.916660+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113d503f0] (active, names: '|':_UIButtonBarButton:0x113d4ee70 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.917219+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113d51ed0] (active, names: '|':_UIButtonBarButton:0x113d51930 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.917613+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113d52ef0] (active, names: '|':_UIButtonBarButton:0x113d52950 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.917984+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113d53e30] (active, names: '|':_UIButtonBarButton:0x113d53890 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.918390+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113d54d70] (active, names: '|':_UIButtonBarButton:0x113d547d0 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.920261+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"= UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e82830 )>",
"",
"",
"=13)-[_SFDimmingButton:0x113d162d0] (active, names: CapsuleNavigationBar?isSe...:0x113e824f0, '|':CapsuleNavigationBar?isSe...:0x113e824f0 )>",
"=13)-[UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'] (active)>"
)
Will attempt to recover by breaking constraint
=13)-[UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'] (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.920933+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"= UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e82830 )>",
"",
"",
"=13)-[_SFDimmingButton:0x113d162d0] (active, names: CapsuleNavigationBar?isSe...:0x113e824f0, '|':CapsuleNavigationBar?isSe...:0x113e824f0 )>",
"=13)-[UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'] (active)>"
)
Will attempt to recover by breaking constraint
=13)-[UILayoutGuide:0x2823e8b60'SFCapsuleTextVerticalAlignmentGuide'] (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.921085+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"",
"=13)-[_SFDimmingButton:0x113d162d0] (active, names: CapsuleNavigationBar?isSe...:0x113e824f0, '|':CapsuleNavigationBar?isSe...:0x113e824f0 )>",
"=0)-[TabBarItemTitle] (active, names: TabBarItemTitle:0x113e82830 )>"
)
Will attempt to recover by breaking constraint
=0)-[TabBarItemTitle] (active, names: TabBarItemTitle:0x113e82830 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.922406+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"= UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e8b830 )>",
"",
"=18)-[UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d0c180, '|':CapsuleNavigationBar?isSe...:0x113d0c180 )>"
)
Will attempt to recover by breaking constraint
= UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e8b830 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.923435+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=18)-[UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113d0c180, '|':CapsuleNavigationBar?isSe...:0x113d0c180 )>",
"= UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e8b830 )>"
)
Will attempt to recover by breaking constraint
= UILayoutGuide:0x2823ea300'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113e8b830 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.929373+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=4)-[UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.929600+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=4)-[UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.929760+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"=18)-[UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>",
"= UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113ec0590 )>"
)
Will attempt to recover by breaking constraint
= UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'.leading (active, names: TabBarItemTitle:0x113ec0590 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.929888+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"=18)-[UILayoutGuide:0x2823dcee0'SFCapsuleTextVerticalAlignmentGuide'] (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>",
"=18)-| (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>",
""
)
Will attempt to recover by breaking constraint
=18)-| (active, names: CapsuleNavigationBar?isSe...:0x113ebfdc0, '|':CapsuleNavigationBar?isSe...:0x113ebfdc0 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:41.967549+0200 MobileSafari[12732:867534] Metal API Validation Enabled
2022-07-30 13:06:42.074076+0200 MobileSafari[12732:867547] [Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 93 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service with pid 93 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2022-07-30 13:06:42.140707+0200 MobileSafari[12732:867548] [MLPhishing] Failed to load asset: Error Domain=MADownLoadResult Code=18 "Failed to find matching asset for com.apple.MobileAsset.PhishingImageClassifier2"
2022-07-30 13:06:42.407153+0200 MobileSafari[12732:867534] [General] Failed to get any results from PersonalizationPortrait. (null)
2022-07-30 13:06:42.743544+0200 MobileSafari[12732:867505] Detected stale pending counter; resetting to 0
2022-07-30 13:06:44.901034+0200 MobileSafari[12732:867457] Successfully load keyboard extensions
2022-07-30 13:06:44.913411+0200 MobileSafari[12732:867457] API error: <_UIKBCompatInputView: 0x113e2f310; frame = (0 0; 0 0); layer = > returned 0 width, assuming UIViewNoIntrinsicMetric
2022-07-30 13:06:44.913472+0200 MobileSafari[12732:867457] API error: <_UIKBCompatInputView: 0x113e2f310; frame = (0 0; 0 0); layer = > returned 0 width, assuming UIViewNoIntrinsicMetric
2022-07-30 13:06:44.927868+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"=5)-[_UIModernBarButton:0x113e1f5d0] (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>",
"=8)-| (active, names: '|':_UIButtonBarButton:0x113e1e6a0 )>",
"=5)-| (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
=8)-| (active, names: '|':_UIButtonBarButton:0x113e1e6a0 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:44.928237+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"=5)-[_UIModernBarButton:0x113e1f5d0] (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>",
"=5)-| (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
=5)-| (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:44.928505+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:44.928961+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113e1e880] (active, names: '|':_UIButtonBarButton:0x113e1e6a0 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:44.929975+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113e1f5d0] (active, names: '|':_UIButtonBarButton:0x113e1f3f0 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:44.930300+0200 MobileSafari[12732:867457] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"",
"",
"",
"",
"",
"=0)-[_UIModernBarButton:0x113e20680'Done'] (active, names: '|':_UIButtonBarButton:0x113e20140 )>",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-07-30 13:06:47.746184+0200 MobileSafari[12732:867534] Detected stale pending counter; resetting to 0
2022-07-30 13:06:53.148376+0200 MobileSafari[12732:867457] [Snapshotting] Snapshotting a view (0x113d36160, _SFFluidProgressView) that is not in a visible window requires afterScreenUpdates:YES.
2022-07-30 13:07:00.909937+0200 MobileSafari[12732:867534] Detected stale pending counter; resetting to 0
2022-07-30 13:07:03.063678+0200 MobileSafari[12732:867534] [TabSnapshots] Image does not exist for identifier: 5925A47F-217C-4E6B-9C92-EECA81752F40
2022-07-30 13:07:03.063961+0200 MobileSafari[12732:867534] [TabSnapshots] Image does not exist for identifier: A55BE07F-BAF4-4C70-9632-8AC217E70C2F
2022-07-30 13:07:08.114716+0200 MobileSafari[12732:867457] [Snapshotting] Snapshotting a view (0x113d36160, _SFFluidProgressView) that is not in a visible window requires afterScreenUpdates:YES.
2022-07-30 13:07:10.661978+0200 MobileSafari[12732:868394] [default] LaunchServices: disconnect event interruption received for service com.apple.lsd.mapdb
2022-07-30 13:07:19.220150+0200 MobileSafari[12732:868394] [TabSnapshots] Image does not exist for identifier: 5925A47F-217C-4E6B-9C92-EECA81752F40
2022-07-30 13:07:19.220720+0200 MobileSafari[12732:868394] [TabSnapshots] Image does not exist for identifier: A55BE07F-BAF4-4C70-9632-8AC217E70C2F
2022-07-30 13:07:25.442342+0200 SWKeyboard[12871:869212] [Info] [KeymanEngine] > SWKeyboard Version: 1.0 Build: 1 PID: 12871
2022-07-30 13:07:25.442415+0200 SWKeyboard[12871:869212] [Info] [KeymanEngine] > XCGLogger Version: 6.1.0 - Level: Info
dyld[12871]: missing symbol called
2022-07-30 13:07:42.724760+0200 MobileSafari[12732:867552] [lifecycle] [u 7FC8EBC3-07A9-469C-BA34-A104A49A0DDF:m (null)] [ce.latin.project.keyboard(1.0)] Connection to plugin interrupted while in use.
2022-07-30 13:07:42.725377+0200 MobileSafari[12732:867552] [lifecycle] [u 7FC8EBC3-07A9-469C-BA34-A104A49A0DDF:m (null)] [ce.latin.project.keyboard(1.0)] Connection to plugin invalidated while in use.
2022-07-30 13:07:42.726258+0200 MobileSafari[12732:867552] [NSExtension] __plugin endUsing for '4F113463-62B8-49C9-8A77-B90D5A27A8CD' returned error: [u {public}@:m {public}@] [7FC8EBC3-07A9-469C-BA34-A104A49A0DDF((null))] endUsingRequest: called with unknown/expired request [ce.latin.project.keyboard]
Program ended with exit code: 9
```
**To Reproduce**
1. Build the project using `stable-15.0` branch
2. Install carthage dependencies
- `carthage bootstrap --platform iOS --new-resolver --use-xcframeworks`
- `carthage update --platform iOS --new-resolver --use-xcframeworks --no-use-binaries`
4. Choose KeymanEngine in embedded frameworks
5. Choose team for both targets
6. Find and replace group name
7. Run the project on physical phone
---
**Keyman for iPhone/iPad/Android:**
- Device: iPhone 13 Pro
- OS: latest update
- Keyman version 15.0
- Target application: Safari
**Keyman Developer:**
- OS: Windows 11 x64
- Keyman Developer version: 15
---
**Keyboard**
- Keyboard name: chechen_latin
- Keyboard version: 1.0.0
- Language name: Chechen
Contributor guide
Assessment
This issue has not been assessed yet.