Hi guys,
I work on an older App of mine which is Ionic1. For some reason I needed to use the newer OneSignal SDK which seems working now only with CocoaPods. At first all went fine, Android works flawless but I am not able anymore to build my IOS app because of CocoaPods. I can do what I want I keep getting the following error:
ld: 72 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I lost the entire day trying to figure this out, I tried all kind of “pod install, pod clean, pod disintegrate” etc. etc. but without any success. I also found here in this forum the post from @blakgeek and install his plugin “cordova-plugin-cocoapod-support” but keep getting the same error.
I would be happy if anybody can help me here because at this point I am pretty lost.
Thank you in advance