Surge icon indicating copy to clipboard operation
Surge copied to clipboard

Availability on Apple Watch?

Open rth238 opened this issue 3 years ago • 4 comments

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?

rth238 avatar Jul 18 '20 19:07 rth238

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?

regexident avatar Jul 19 '20 12:07 regexident

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!

rth238 avatar Jul 19 '20 17:07 rth238

This should be fixed once #177 is merged in

BrettThePark avatar Jan 14 '21 15:01 BrettThePark

#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?

mattt avatar Jan 14 '21 18:01 mattt