Re: bundle/dynamic jam target -> native in XCode 1.1
Re: bundle/dynamic jam target -> native in XCode 1.1
- Subject: Re: bundle/dynamic jam target -> native in XCode 1.1
- From: Scott Tooker <email@hidden>
- Date: Sat, 20 Dec 2003 11:58:52 -0800
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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.