Build fails after installing a plugin in Capacitor app

Viewed 23

I am using

npm install $(npm pack /easebuzz-capacitorjs-sdk | tail -1)

to install a particular plugin and the app fails to build after installing this.

i have synced and removed derived data and other methods that were suggested.(it works fine in other laptop. mine is macbook pro m1- monterey)

How do i remove these errors?

The error shown in cmd.: CompileSwift normal arm64 /Users//my-app/node_modules/easebuzz-capacitorjs-sdk/ios/Plugin/EasebuzzCheckoutPlugin.swift (in target 'EasebuzzCapacitorjsSdk' from project 'Pods') EmitSwiftModule normal arm64 (in target 'EasebuzzCapacitorjsSdk' from project 'Pods') CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EasebuzzCapacitorjsSdk' from project 'Pods') CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CapacitorSplashScreen' from project 'Pods') CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CapacitorCamera' from project 'Pods') (5 failures)

0 Answers
Related