• 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
How can I work with code completion in Xcode 4?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I work with code completion in Xcode 4?


  • Subject: How can I work with code completion in Xcode 4?
  • From: Guillermo Moral <email@hidden>
  • Date: Tue, 31 May 2011 12:25:00 -0300

How can I work with code completion in Xcode 4 when I create a new project using a Template and have a static library.

I created a new template that uses static library but when I create a new project the code completion doesn't work for static library. I can build and run the new project well.

This is an example how to add static library in a template with XCode 4.

<key>Configurations</key>

 <dict>

  <key>Debug</key>

 <dict>

  <key>HEADER_SEARCH_PATHS</key>

   <string>/Users/xxx/xxx/headers</string>

  <key>LIBRARY_SEARCH_PATHS</key>

  <string>/Users/xxx/xxx/lib/4.2/Debug-iphonesimulator</string>

   <key>OTHER_LDFLAGS</key>

  <string>-all_load -lxml2 -lMyLib</string>

 </dict>

  <key>Release</key>

  <dict>

   <key>HEADER_SEARCH_PATHS</key>

     <string>/Users/xxx/xxx/headers</string>

   <key>LIBRARY_SEARCH_PATHS</key>

    <string>/Users/xxx/xxx/lib/4.2/Debug-iphonesimulator</string>

   <key>VALIDATE_PRODUCT</key>

    <string>YES</string>

   <key>OTHER_LDFLAGS</key>

    <string>-all_load -lxml2 -lMyLib</string>

  </dict>

 </dict>


 Thanking you in advance.

--
Guillermo Moral
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Reason for the Xcode 4 Scheme editor "Description" popup?
  • Next by Date: Re: using symbols from dylib
  • Previous by thread: Reason for the Xcode 4 Scheme editor "Description" popup?
  • Next by thread: Macros seem to persist between test and run builds
  • Index(es):
    • Date
    • Thread