• 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: Dmitry Markman <email@hidden>
  • Date: Sat, 20 Dec 2003 21:06:30 -0500

done:
Problem ID# :3516320.




On Dec 20, 2003, at 2:58 PM, Scott Tooker wrote:

Please file a bug with a small sample project, so we can look at the problem.

Scott

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.


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.

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>)
 >Re: bundle/dynamic jam target -> native in XCode 1.1 (From: Scott Tooker <email@hidden>)

  • Prev by Date: Re: XCode 1.1 comments, suggestions, and bugs
  • Next by Date: Re: XCode 1.1 comments, suggestions, and bugs
  • Previous by thread: Re: bundle/dynamic jam target -> native in XCode 1.1
  • Next by thread: Re: bundle/dynamic jam target -> native in XCode 1.1
  • Index(es):
    • Date
    • Thread