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)

Most upvoted comments

  • pod update Embassy

I appreciate your support. It worked.

@ngtrungt I’m sorry, I cannot reproduce your issue. I have been using 4.1.4 of 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
Analyzing dependencies
Downloading dependencies
Installing Embassy 4.1.4
Generating Pods project
Integrating client project
Pod installation complete! There are 33 dependencies from the Podfile and 35 total pods installed.
  • Do you perhaps have another Pod dependency that is explicitly requesting a lower version of Embassy? If you remove Embassy from your podfile and run 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.
  • What happens if you leave your podfile with pod 'Embassy', '~> 4.1' and run pod update Embassy?

+1 please deploy the fix as soon as possible