IOS linking with missing architecture i386 (AdSupport.framework)
问题 I had this question going on, but now I am a little further: I added this framework to my project: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AdSupport.framework Now this works fine if I run the app on any device, however this framework is just for the architectures armv7, armv7s and arm64 When running the app on the simulator, the build fails because the architecture i386 is missing. This is