• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: bundle/dynamic jam target -> native in XCode 1.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bundle/dynamic jam target -> native in XCode 1.1


  • Subject: Re: bundle/dynamic jam target -> native in XCode 1.1
  • From: Godfrey DiGiorgi <email@hidden>
  • Date: Sat, 20 Dec 2003 12:05:23 -0800

Dmitry,

I'm not cognizant on this specific portion of Xcode's capabilities. Please file a bug report.

best,
Godfrey
---
  Godfrey DiGiorgi - email@hidden
  408 974-6814 tel - 408 974-8101 fax - 408 832-8319 cell
  Technology Manager, Development Tools
  Apple Worldwide Developer Relations


On Dec 20, 2003, at 8:36 AM, Dmitry Markman wrote:

I found workaround for dynamic library
here is what I had to do:

1. right click on the project
2. open file with extensions .pbxproj
3. search for the productType or static
so I found

			productType = "com.apple.product-type.library.static";

 I changed it to
			productType = "com.apple.product-type.library.dynamic";

and I was able to produce dynamic library

interesting that changing that  to the

productType = "com.apple.product-type.library.bundle";
after opening the project with XCode removes producttype from the build settings altogether
what it does mean? I don't want to believe that bundle style library is obsolete now


Note:
			productType = "com.apple.product-type.bundle";

is valid but produces Bundle (as directory) and that's not what I need
(I think Jeremy Bell (email@hidden) asked similar question earlier)


thanks






On Dec 20, 2003, at 10:31 AM, Dmitry Markman wrote:

Hi
I converted pb target (that build bundle style library) to native
1. xcode doesn't add appropriate EXECUTABLE_SUFFIX build parameter
2. xcode doesn't change product name so name of the product is
liblibrxtxSerial.jnilib instead of librxtxSerial.jnilib
but that's possible to fix manually

and the most important problem

3. XCode builds static library
changing library style doesn't make any effect

I was told earlier that that bug was fixed
but apparently it was not :-(

that makes native C/C++ target unusable

thanks



Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.



Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >bundle/dynamic jam target -> native in XCode 1.1 (From: Dmitry Markman <email@hidden>)
 >Re: bundle/dynamic jam target -> native in XCode 1.1 (From: Dmitry Markman <email@hidden>)

  • Prev by Date: Re: Auto-Indent
  • Next by Date: Re: XCode 1.1: find doesn't show find results ?
  • Previous by thread: Re: bundle/dynamic jam target -> native in XCode 1.1
  • Next by thread: Xcode Documentation Window Fonts
  • Index(es):
    • Date
    • Thread