简体   繁体   中英

MobFox build crashes x86_64 mach o linker error

I am currently receiving the problem that i cannot build my iOS App for my iphone 5s anymore. I am always receiving an apple mach o linker error, because the MobFox SDK was not build for arm64. We are currently using the version 5.0.0, is there an update available that fixes this issue? I know that I can get the SDK and could compile it on my own, but I do not know where to set the build settings there either, because there is no Architecture area in the build settings. https://github.com/mobfox/MobFox-iOS-SDK

Thanks

如果您查看mobfox和google ad mob网站中的链接,就会发现适配器从2013年4月4日起不再更新。

Just download the latest version of the MobFox SDK from the MobFox website if you have an account.

Most importantly, you should add -ObjC in linker flags.

Click on your Project Name in Project Navigator(available in Left side)

Get MobFox SDK that supports

BuildSettings->type architecture in search area-> double click on Valid Architecture

and change according to your needs.

eg:

armv64,

armv7, - related to IOS 7.

armv7s. - related to IOS 7.

also refer this link it may help you

Xcode 5 and iOS 7: Architecture and Valid architectures

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM