Embassy: Fatal error with Xcode 14 and iOS 16
Hello, When running my project with Xcode 14 RC and iOS 16 RC(on an iPhone X) I get a fatal error:
Swift/arm64-apple-ios.swiftinterface:23320: Fatal error
In file TCPSocket line 117
Could anyone help? Thanks
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 13
- Comments: 15 (3 by maintainers)
I appreciate your support. It worked.
@ngtrungt I’m sorry, I cannot reproduce your issue. I have been using
4.1.4of the Embassy pod in our project the past few weeks and it is working correctly.Podfile contains
pod 'Embassy', '~> 4.1.4'command line:
pod install, do you still see Embassy in your podfile.lock? This could mean another of your dependencies is also using it, and they might be causing the version issue you are seeing.pod 'Embassy', '~> 4.1'and runpod update Embassy?+1 please deploy the fix as soon as possible