Updating to 1.9.7 - No such module error
Closed this issue · 0 comments
nithinnizam commented
We have been using Cocoapods for integrating newnode to our projects. Since newnode ended the support for cocopods and the latest versions can only be installed using SPM, we were trying to do that. However we are getting an error "No such module NewNode" on the import statement. Is there anything that we are supposed to change other than adding the updated framework (1.9.7) using SPM?
Before trying to migrate to SPM, we tried updating to 1.9.7 using cocoapods by specifying the git path. We got the same error in that case too.