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

SwiftProtobuf.framework error during Xcode Build #3

Closed
tcote19 opened this issue Mar 23, 2021 · 2 comments
Closed

SwiftProtobuf.framework error during Xcode Build #3

tcote19 opened this issue Mar 23, 2021 · 2 comments

Comments

@tcote19
Copy link

tcote19 commented Mar 23, 2021

I've cloned the repo into Xcode but receive this error while trying to simulate the project:

/Users/thomascote/Documents/meshtastic-ios/Meshtastic.xcodeproj Building for iOS Simulator, but the linked and embedded framework 'SwiftProtobuf.framework' was built for iOS.

Any ideas as to what might be causing this?

@thepoweroftwo
Copy link
Owner

The framework was built for arm architecture. To run it in simulator you need the framework compiled for x64.
But it makes no sense to run the project in simulator because there is no bluetooth.
If you use iOS hardware it will work

@tcote19
Copy link
Author

tcote19 commented Mar 26, 2021

Thank you, I confirmed it runs fine with the iPhone hardware instead of simulator.
Closing.

@tcote19 tcote19 closed this as completed Mar 26, 2021
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