An existing framework library workspace compiles without error when targeting iOS device architecture, but when targeting Simulator I receive the following error:
Code Block
As per this https://developer.apple.com/forums/thread/655316
Changing build setting "Build Active Architecture Only" from No to Yes doesn't solve this problem
Has anyone else seen this?
Code Block
Code Block ld: in /Users/macbook/Documents/Projects/iOS/HungerStation/Code/customer-app-ios/Pods/mopub-ios-sdk/MoPubSDK/Viewability/MOAT/MPUBMoatMobileAppKit.framework/MPUBMoatMobileAppKit(MPUBMoatAnalytics.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
As per this https://developer.apple.com/forums/thread/655316
Changing build setting "Build Active Architecture Only" from No to Yes doesn't solve this problem
Has anyone else seen this?