You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit I was using the regular podcast spec on watchOS, and it worked.
Now I think I need to use pod 'EFQRCode/watchOS' but after pod installing that, there is no EFQRCode module installed.
More specifically, cocoapods seems to download and add EFQRCode as a module, but the project does not contain any source files. It looks like on watchOS it has been replaced by a dummy EFQRCode module.
Am I doing it wrong? Some documentation on the specifics of using this subspec on watchOS would be appreciated!
The text was updated successfully, but these errors were encountered:
Issue Description
Using the podspec on WatchOS is undocumented
Description
Before this commit I was using the regular podcast spec on watchOS, and it worked.
Now I think I need to use
pod 'EFQRCode/watchOS'
but afterpod install
ing that, there is no EFQRCode module installed.More specifically, cocoapods seems to download and add EFQRCode as a module, but the project does not contain any source files. It looks like on watchOS it has been replaced by a dummy EFQRCode module.
Am I doing it wrong? Some documentation on the specifics of using this subspec on watchOS would be appreciated!
The text was updated successfully, but these errors were encountered: