After successfully integrating Chartboost SDK 4.2 into my Appstore published Apps, I'm encountering errors when upgrading to SDK 4.4 in Xcode: "libChartboost.a, missing required architecture x86_64". Currently the documentation at https://help.chartboost.com/documentation/ios is not yet updated for SDK 4.4.
While playing around with architectures (I'm not willing to remove "arm64" from my valid architectures as "arm64" worked fine with SDK 4.2, and I'd prefer to support 64-bit systems) am I left to conclude that SDK 4.4 does not support "arm64"?
Have tried re-installing SDK 4.4, and have cleaned build folder a few times. What am I missing? Thank you!