Releasing to app to apple.

Hey,

I’ve just finished my first build of an app. Got it up on the Google Play Store no problem. I’m trying to send it to apple now. I’ve never done this before and it honestly feels daunting. I’ve gone through both these tutorials.

https://www.youtube.com/watch?v=C3izqF6h_aY

When I go to Archive my project I get a bunch of errors referring to Ad Banners. I’ve no idea why I am getting these errors as I’ve made no attempt to add any advertisements. So I’m a little confused as to what I am supposed to in order to fix this issue.

Any help you can give me would be greatly appreciated. Thank you.

EDIT: Apple Mach-O Linker Errors appear after this warning.

Apple Mach-O linker warning: missing required architecture arm64.

Hope that helps.

Got it. When I validated my project settings Xcode auto selected the architecture which caused my errors. If anyone else has a problem like this try reading this.

http://www.mobinett.com/2013/09/20/ios-7-xcode-5-project-build-settings-for-architectures-and-arm64-support/

Hello,

The very first thing you can do is, check your plugin folder if you added any kind of ad plugin in your project and delete it. For missing required arch arm64, go to the build settings of xcode project and then Valid Architectures and add the following arms(showing in the image) in the list.

May be this can solve your problem.

Thanks [39159-screen+shot+2015-01-20+at+2.13.34+pm.png|39159]