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

Availability on Apple Watch? #170

Open
rth238 opened this issue Jul 18, 2020 · 4 comments
Open

Availability on Apple Watch? #170

rth238 opened this issue Jul 18, 2020 · 4 comments

Comments

@rth238
Copy link

rth238 commented Jul 18, 2020

I have a simple numerical analysis that uses Surge working on iOS (iPadOS, and via Catalyst, on macOS) that I would like to try on an Apple Watch. Despite setting the Swift Packages to Surge, I get an error message: “No such module ‘Surge’”.

Any suggestions for fixing this, or is this an Apple Watch limitation?

@regexident
Copy link
Collaborator

There should be a single multi-platform framework target available to you when using SPM or CocoaPods and individual ones (Surge-iOS, Surge-macOS, Surge-tvOS, Surge-watchOS) for each platform when using Carthage. 🤔

Are you sure you're actually linking the framework with your watch target?

@rth238
Copy link
Author

rth238 commented Jul 19, 2020

Thanks for your note! Based on your comments, I believe that I am simply not linking correctly with the framework, although I had used SPM correctly with the iOS app. I have not used CocoPods or Carthage, but will give one or both a go. Thanks, again!

@BrettThePark
Copy link
Contributor

This should be fixed once #177 is merged in

@mattt
Copy link
Collaborator

mattt commented Jan 14, 2021

#177 is now merged and available as part of the 2.3.2 release. Thanks again for your help, @BrettThePark!

@rth238 Can you please confirm that this is fixed for you in the latest release?

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

4 participants