I'm thinking of upgrading to XCode 5.1.1
Now I have XCode 4.5.1 and all it's working ok except some little things that are outdated.
I need to build the app with Ads, Gaming & Notification plugins and I have my doubts if under Xcode 5.1.1 will work…
@ar2rsawseen Maybe you know?
Thanks.
Comments
http://www.nightspade.com
https://play.google.com/store/apps/developer?id=SimplesApps
http://www.amazon.com/gp/mas/dl/android?p=com.simplesapps.actionbasket
https://itunes.apple.com/artist/david-rodriguez/id763996989
The same than @Nascode, you can have some troubles with 64bit arm and FacebookSDK too, but you can fix them.
[-] Liasoft
@Nascode @HubertRonald , I've built and uploaded successfully the binary with XCode 5.1.1. for a project from 4.5.1 version.
Btw, XCode 5.1.1 version it's mandatory to upload the apps to iTunes Connect. There is no way; well, there is the Application Loader, but you have to validate & distribute the archive ... with the XCode 5.1.1 anyway.
For all who need to build the app in XCode 5.1.1, do the described here: http://members.giderosmobile.com/knowledgebase.php?action=displayarticle&id=94
but in order to change the valid Arquitectures you have to change the string $(ARCHS_STANDARD) by $(ARCH_STANDARD_32_BIT), like @ArtLeeApps said here http://giderosmobile.com/forum/discussion/4719/a-fresh-apple-mach-o-linker-error/p1 (or googling...).
Other things to have into account for games using Ads: you have to say Yes to the question about IDFA in the "Prepare for upload" page (iTunnes Connect), if not your binary will be rejected, like many others before... see http://stackoverflow.com/questions/22979151/improper-advertising-identifier-idfa-usage/22980811#22980811 and http://stackoverflow.com/questions/22979151/improper-advertising-identifier-idfa-usage
For the last point (IDFA), @ar2rsawseen must be do the updates to the platforms (Ads Interface). If not, during the next days we will get a fantastic Apple error:
http://stackoverflow.com/questions/23315368/improper-idfa-usage-your-app-is-not-respecting-the-limit-ad-tracking-setting-in
I mean to update the Ad platforms SDKs, for example Admob to the last 6.8.0 , etc...
See you,
https://play.google.com/store/apps/developer?id=SimplesApps
http://www.amazon.com/gp/mas/dl/android?p=com.simplesapps.actionbasket
https://itunes.apple.com/artist/david-rodriguez/id763996989
Many thanks!
https://play.google.com/store/apps/developer?id=SimplesApps
http://www.amazon.com/gp/mas/dl/android?p=com.simplesapps.actionbasket
https://itunes.apple.com/artist/david-rodriguez/id763996989
But, if you need specific admob, I think there should be no problem with updating it yourself, just delete contents of admob folder, download new sdk, copy them to same admob folder of AdsInterface plugins, add them to xcode, follow through installation guide to see if any linker flags or frameworks changed and add them, and it should work