Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get this to work on Xcode 15 #568

Open
hothsolo opened this issue Dec 12, 2023 · 3 comments
Open

How to get this to work on Xcode 15 #568

hothsolo opened this issue Dec 12, 2023 · 3 comments

Comments

@hothsolo
Copy link

hothsolo commented Dec 12, 2023

I just keep getting an error that says it was compiled in a different version. When I recompile it, I get an error in the async socket pod: double-quoted include "MGCDAsyncSocket.h" in framework header.

I turned off the "quoted include in framework header" in my PODS build settings, but that didn't help.

Cj

@hothsolo hothsolo changed the title How to get this to work on Xocde 15 How to get this to work on Xcode 15 Dec 12, 2023
@Laythov90
Copy link

I had the same error and the solution that worked for me was to :

  • remove pod from podfile
  • pod install
  • build
  • add the pod in the podfile
  • pod install
    -(doit as many times until error disapears)

@hothsolo
Copy link
Author

hothsolo commented Mar 1, 2024

Tried this several times. Still getting an error. Says "Compiled module was created by a different version of the compiler '5.8.0.124.5'; rebuild CocoaMQTT and try again"

Any help is appreciated.

Cj

@hothsolo
Copy link
Author

hothsolo commented Mar 6, 2024

Still having trouble here. Need is getting urgent. Any help would be appreciated.

Cj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants