-
Notifications
You must be signed in to change notification settings - Fork 484
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
Comments
There should be a single multi-platform framework target available to you when using SPM or CocoaPods and individual ones ( Are you sure you're actually linking the framework with your watch target? |
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! |
This should be fixed once #177 is merged in |
#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? |
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?
The text was updated successfully, but these errors were encountered: