Archive FAILED

Hello All, In one of my Ionic Project I’m using Pods for the iOS build.

Its working when Im using MyApp.xcworkspace the build is succeeding and running on device.
but when I’m trying to archive it for uploading the IPA to Appstore, it says build failed with same error of ld: library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any help?
Thanks

when you try to archive your project you also use the MyApp.xcworkspace right?

Yes, whatever I use it says:
library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I was afraid you would answer this :frowning:

Really weird since you could build and run your project

Maybe trying to unselect/select your developer certificate? sometimes that helps

Also you use the push-plugin? Maybe related to that one aka something in that direction

Sorry that I can’t come with a solution