Announcements
The Scaleform forum is now read-only. Please head to the Gamedev site for product support.

Missing 64bit support

Missing 64bit support

Anonymous
Not applicable
1,131 Views
2 Replies
Message 1 of 3

Missing 64bit support

Anonymous
Not applicable

I'm getting the following message when I try uploading to iTunes

 

--------------------------

ERROR ITMS- 90086:-Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.

--------------------------

 

I have my valid architectures set as armv7 armv7s arm64

 

Can someone point me in the right direction as to what I'm missing from xcode??

Reply
Reply
0 Likes
Accepted solutions (1)
1,132 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution
So I am assuming you are already using the latest Scaleform 4.4 Mobile SDK and built your project using the Deployer.
Architectures should be set to Standard architectures (armv7, arm64).
Valid architectures (armv7 arm64).
Build Active Architectures Only: No <-- most likely the cause
we used a deployment target of 7.0 (think there is a bug when using 8+)
Reply
Reply
Message 3 of 3

Anonymous
Not applicable

yeap that was it... thanks a lot frank!!

Reply
Reply
0 Likes