Post

Replies

Boosts

Views

Activity

I am getting this error every time when I run my app in simulator
objc[1179]: Class SBFCARendererImageRepresentation is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation (0x1472855a0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI (0x146af9930). One of the two will be used. Which one is undefined.
12
6
6.2k
Sep ’22
App Intents app shortcuts zero user setup not working in simulator
Recently I was trying to create an app shortcut using App Intents to experience the zero setup feature. The zero setup feature was working fine in Xcode 14 beta simulators but in Xcode 14 release version it is not working. I referred the App Intents documentation, the document says that while developing create the app shortcut from the shortcut app (https://developer.apple.com/documentation/appintents/providing-your-app-s-capabilities-to-system-services). My question is, Does the zero setup feature works when app is published?
0
0
1.2k
Sep ’22
Error throws while using the speech recognition service in my app
Recently I updated to Xcode 14.0. I am building an iOS app to convert recorded audio into text. I got an exception while testing the application from the simulator(iOS 16.0). [SpeechFramework] -[SFSpeechRecognitionTask handleSpeechRecognitionDidFailWithError:]_block_invoke Ignoring subsequent recongition error: Error Domain=kAFAssistantErrorDomain Code=1101 "(null)" Error Domain=kAFAssistantErrorDomain Code=1107 "(null)" I have to know what does the error code means and why this error occurred.
19
3
9.6k
Sep ’22