Closed developerCode11 closed 2 years ago
Hey @developerCode11, I am facing the same issue. If you have resolved it, please share the solution.
target.build_configurations.each do |build_configuration| build_configuration.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64 i386' end
add this lines in pod file then it will work.
I got this error. when I was trying to add WebEngage into the project.
pub get ✅ pod install ✅ Xcode build ⛔
My assumption is that something is not good with the WebEngage SDK version. That wasn't compatible with my latest Xcode version.
That was what I assume, but Let me know the team how I can resolve this.
Thank you
.