Posts

Post not yet marked as solved
2 Replies
329 Views
I build an XCFramework in xcode 15.3 and install the framework in my example application. Everything is fine when I run the example app in xcode 15.3, but if I run the example app in xcode 15.2 I get this error: Undefined symbol: _swift_FORCE_LOAD$_swiftXPC Linker command failed with exit code 1 (use -v to see invocation) I made tests with different versions of XCode and differents versions of XCFramework compilation and only versions compiled in XCode 15.3 has problems Resume: App Xcode 15.3 -> Framework 15.3 -> :white_check_mark: App xcode 15.2 -> Framework 15.3 -> :x: App xcode 15.1 -> Framework 15.3 -> :x: App Xcode 15.3 -> Framework 15.2 -> :white_check_mark: App xcode 15.2 -> Framework 15.2 -> :white_check_mark: App xcode 15.1 -> Framework 15.2 -> :white_check_mark: App Xcode 15.3 -> Framework 15.1 -> :white_check_mark: App xcode 15.2 -> Framework 15.1 -> :white_check_mark: App xcode 15.1 -> Framework 15.1 -> :white_check_mark: Could it be a bug on xcode 15.3?
Posted Last updated
.
Post not yet marked as solved
0 Replies
433 Views
I'm using a texContentType as oneTimeCode on UITextView but code suggestion not appears above of keyboard. I creating a example project to test it and put UITextField and a UITextView and the code suggestion only appears in UITextField. I'm using a texContentType as oneTimeCode in the UITextView, but the code suggestion doesn't appear above the keyboard. I'm creating a sample project to test it and I put UITextField and a UITextView and the code suggestion only appears in UITextField but both are textContentType like .oneTimeCode. Apple documentaion reports that "iOS supports Password AutoFill on UITextField, UITextView, and any custom view that adopts the UITextInput protocol." but I can't use it in textView. Could someone help me please? Am I forgetting to do something?
Posted Last updated
.