In article <email@hidden>,
Frédéric BLANC <email@hidden> wrote:
> Sorry in advance if the answer is obvious, but I can get my Cocoa-Java
> project to be built as a Universal Binary :( ! I've changed the target
> SDK to "Mac OS X v10.4 (Universal)", verified the SDKROOT in my
> "Deployment" task, and added "Intel" in its "Architectures" property
> before running a "Deployment" build. The "lipo -detailed_info" command
> always returns me my .../Contents/MacOS executable is not fat, and
> "ppc" only :( !
Are you using native targets? Universal binaries are only supported for
native targets.
To upgrade your targets, go to the Project menu in Xcode and select
"Upgrade All Targets in Project to Native".
Hope this helps,
Eric
--
Eric Albert email@hidden
Core Technologies
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden