universal-binary Questions

2

Solved

I am creating a JAVA desktop app for Mac computers, using jpackage to bundle the desired JRE into the app and finally shipping a .app to the customers. With the new m1 apple arm silicon computers I...
Pule asked 1/4, 2022 at 11:8

2

When running a Python universal binary (x86_64, arm64), how can I check from within Python whether it is running the x86_64 or arm64 executable? It seems that os.uname() and platform.machine() woul...
Yeasty asked 20/3, 2022 at 15:37

1

Solved

I have a fat iOS library which supports both real devices (arm64...) and iOS simulator of Intel Mac (x86_64). But when I switched to M1 mac, things get tough. If I use the old library, I will fail ...
Raskind asked 4/1, 2021 at 14:57

6

Solved

I'm interested in verifying if a given iPhone static library has been built for ARM or Intel. It's more curiosity than anything. Is there some kind of Mac OS X or BSD specific tool to do this? Th...
Illusionism asked 6/7, 2009 at 2:12

9

Solved

I'm diving into iOS development and I created a universal app that turned into an iPhone-only app. When it runs on the iPad, it just loads a white screen since there's no iPad code written yet. Wha...
Etherify asked 7/2, 2011 at 16:48

1

I'm trying to compile a Boost library into a universal binary file (i.e. a "fat" file that contains builds for both the i386 and x86_64 architectures). Souring the internet and SO I assembled the ...

8

Solved

Since Apple only ships SDK 10.6 with Xcode4, developing PPC applications with Xcode4 became impossible. While it is possible to develop applications with Xcode4 that can also run on 10.5 and maybe ...
Roundup asked 17/3, 2011 at 0:37

4

Solved

We have an XCode project that was first build as an universal app, and then on the road we changed our mind on having the two app in the same binary, so we created two targets. The first one is c...
Neall asked 9/2, 2011 at 15:34

4

Solved

I know this question has been posed several times, but my goal is slightly different with regard to what I have found searching the web. Specifically, I am already able to build a static library fo...
Calefacient asked 8/5, 2010 at 8:18

1

Solved

I've been trying to build a static library and then create a binding project from it in Xamarin. Everything was working fine until iOS 7 hit. I had to grab the latest version of the native library ...
Persnickety asked 25/9, 2013 at 16:53

3

Solved

This may be a very silly question, but I'm new to developing on Macs and am having a hard time with the universal binaries. I've got an application that I'm compiling in QT Creator, which accordin...
Singular asked 28/7, 2010 at 5:16

3

Solved

A customer is interested in releasing a universal app. However, the first release will contain only the iPhone version, the second release will contain both versions. I found a few links where ppl...
Generality asked 3/5, 2011 at 10:13

1

Apple's concept of universal binaries allow easily shipping a single file containing both 32 and 64 bit versions of a binary. Although this is possible in Linux using FatElf, FatElf and the ...
Isabeau asked 16/4, 2012 at 1:42

4

Solved

I know there were some discussions about this but i could not find good answer? My questions are - I know that - [UIImage imageNamed:@"blabla"] will automatically search for the correct ima...
Bohlin asked 23/2, 2011 at 9:18

3

Solved

I am getting this warning while building for Release - iPhone/iPod Touch: icon.png: icon dimensions (72 x 72) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format ...
Excursion asked 23/3, 2011 at 5:24

2

Solved

I am trying to upgrade my existing iPhone app project to an Universal app but I can not find any option in Xcode 4 to do so. Where is it?
Dunseath asked 7/4, 2011 at 12:21

3

Solved

Does anyone (here) know if Windows 8 will have a sort of fat exe that one can compile with Visual Studio 2012 that will be supported on both ARM and x86 machines? I am guessing not, since you can't...
Telespectroscope asked 22/9, 2011 at 6:4

2

Solved

I have a third-party library (the interface to Xerox's Finite State tools) which come as universal binaries with two variants internally: a PPC and an i386 variant. I also have a Python interface t...
Hirsch asked 31/10, 2009 at 16:18

3

I'm writing a universal iOS application (iPad and iPhone) and find myself with massively long names for classes that can't be shared between the two apps: FamilyViewController_iPhone.h/m FamilyVie...

3

I'm trying to build a static library that I can use with both ios3.x and ios4.x. I can build a static library with ios3.0 that works with another project in ios3.0 but won't compile in ios4. The sa...
Bechuanaland asked 23/10, 2010 at 23:31

1

Solved

I followed these instructions on how to get the 10.4 SDK working with PPC after upgrading to XCode 4. I am able to compile, but it errors out at link time. As an added wrinkle, I'm not using XCode...
Falzetta asked 23/3, 2011 at 18:26

3

Solved

How to build boost 1.45 universal binaries? on leopard/ snow leopard ?
Corves asked 21/1, 2011 at 5:26

3

Solved

I want to have a static Universal binary lib of Boost. (Preferable the latest stable version, that is 1.43.0, or newer.) I found many Google hits with similar problems and possible solutions. Howe...
Dunkirk asked 13/5, 2010 at 18:41

1

Solved

According to the iOS Reference Library: In iOS 4.0 and later, it is possible to mark individual resource files as usable only on a specific type of device. Does this mean that if you're cre...
Copeland asked 17/10, 2010 at 10:41

1

Solved

I have a working iPad app which I now need to make work on iPhone. I've been reading around a fair bit on this, but haven't found a good answer. On this site, I saw some discussion... but again, no...
Exhilarate asked 22/9, 2010 at 20:21

© 2022 - 2025 — McMap. All rights reserved.