Questions tagged [xcode3.2]

The June 2009 release of Xcode, Apple's integrated development environment (IDE) for its Mac OS X and iOS platforms.

Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X () and iOS (/) platforms. Documentation for Xcode 4, the newest major version, can be found in Apple's Xcode 4 User Guide. Apple also has a good starting point for new users.

This tag covers:

  • Project organization
  • Source code editing
  • Build system
  • Unit testing
  • Interface Builder (in Xcode 4 and later only; it is separate in 3 and earlier)

Xcode comes with Apple's Mac OS X and iOS SDKs bundled, but that does not mean questions about the use of those SDKs are questions about the IDE. Consider what changes your question would require if you were using vi to edit and make to build; if your question would remain unchanged, then it is not an Xcode question, so you should not give your question the tag. Use the (Mac) and/or (iOS) tags instead.

See for more information.

276 questions
0
votes
1 answer

IPlugEffect (Audio Unit target) "SysError 0 during open of "resource.h""

I'm running OSX 10.8 and Xcode 3.2.4, i've tried compiling against both 10.5 & 10.6 to no avail. I'm using Oli Larkin's framework for compiling audio plug-ins to each vst, vst3, au & rtas. All are working perfectly apart from compiling to Audio…
mindTree
  • 916
  • 9
  • 18
0
votes
1 answer

Jump into #include file in XCode 3 C++ project

If my code does either: #include "file.h" #include How can I jump into those files? I'm aware of "find quickly" and the "popup of included files" dropdown '#' menu, but these both only work for local includes for me. I'm sure I found a way…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

Getting data from uitableview in next view, back to calling view and displaying it in a text field

I have a view with a textfield and a button (to navigate to the next view). When I click the button a new view is loaded which has UITableView and is populated from a nsmutablearray. I am selecting multiple rows here, which I am saving in a variable…
Sanjyot Shah
  • 225
  • 1
  • 5
  • 17
0
votes
6 answers

How to save selected rows from UITableview to NSString variable?

I am new to xcode and making my first iPhone app. I have a UITableview with 8 rows in a tabbed screen. I have a code which let's the user select maximum 4 rows at a time and mark it with checks when selected. Now, when I change the view and…
Sanjyot Shah
  • 225
  • 1
  • 5
  • 17
0
votes
1 answer

Why are my testers not allowed to test my iphone app?

I'm using TestFlight so a few of my testers can test my new/first app. I went through the provisioning assistant to get all my certificates and profile info, followed their steps, used Build and Archive to create the .ipa, etc. However, my testers…
dcp3450
  • 10,959
  • 23
  • 58
  • 110
0
votes
1 answer

UIIMage view rotating by less than 90degrees

I have some code which supposedly should rotate the image by 45 degrees but in practice does not work it just flashes up about 10 times the size and disappears. And when the same code is run but with the angle changed from 45 to 90 everything works…
user1305661
  • 11
  • 1
  • 5
0
votes
1 answer

What is a ViewController?

I am a newbie, and I am wondering what a ViewController is. I've tried to look at the description, but I find it too complicated. I'm working on Xcode 3 and am trying to link two pages together.
user1371086
0
votes
4 answers

xcode 3.2.6: expected expression before @-token

I'm very new in the world of xcode and Objective- C- Programming. Right now I'm learning programming via "Objective C- Programming: The big Nerd Ranch Guide". Because of an older OSX-Version, I was just able to install xcode 3.2.6. But the book uses…
Kirinriki
  • 855
  • 4
  • 12
  • 18
0
votes
1 answer

Does Xcode 3.2.3 supports core Utillity functions?

I am using Xcode 3.2.3 When i am insist to use utility function for my app . I couldn't find the CGpointUtills function in my Core Graphics Framework folder. Like…
New Xcoder
  • 535
  • 1
  • 4
  • 14
0
votes
1 answer

Installing XCode 4.2, 4.3 and 3.2

How can I install XCode 4.2, 4.3 and 3.2 all together? It seems like I need them all to develop for different ios versions. I have 4.2 installed already but I need this to test my app on the new iPad, and with Xcode 4.3 and I want to test my app on…
michael
  • 3,250
  • 10
  • 43
  • 58
-1
votes
1 answer

XCode 3 - core compile errors with clean installation and iPhone 4 SDK

This is a copy of another question from AskDifferent, since I'm being adviced to put this question here instead. This has been asked once elsewhere but nobody could give the guy an answer... and I Google seem to only know that single occurrence of…
Zathrus Writer
  • 4,311
  • 5
  • 27
  • 50
-1
votes
3 answers

How to install project ipa file on iPhone query?

I have created Map application for iPhone using xcode 3.2 and sdk 4.3.2. I have created ipa file and send it to my client. But he is unable to run my project on his iPod. What are the steps to follow for my client to run an project ipa file. Do my…
Navnath Memane
  • 265
  • 1
  • 8
  • 25
-1
votes
3 answers

how set textfield content when it is scroll?

In my application i am having 37 textfield on tableview to scroll.If suppose i enter some value in first textfield and scroll the table ,the value enter in first textfiled disappaears as well as the layout.can any one help me out; following is my…
-1
votes
1 answer

how to updtae Sqlite last insert row id in iphone?

I am making an application where i want to use update query? In my application i have two stages to complete the registration process in page1 i have registration form and one submit button? on click of submit button all the details should get…
-1
votes
1 answer

Xcode rebuild entirely my project when I can a single file

Xcode rebuild entirely my project when I can a single file. Node: the file I'm changing is not the .pch file. this is happening to me after the installation of Xcode 3.2.4 with SDK 4.x.
clide313
  • 1,507
  • 2
  • 18
  • 27
1 2 3
18
19