Hi all,
I am running into a problem with a client uploading their app to the app store. We are having two issues:
The application loader gives the following error: 'Info.plist does not contain a CFBundleResourceSpecification'.
When they build the application for distribution, the plist reverts to having icon.png instead of Icon.png ...
i am developing iphone projects on xcode. In SCM i am using svn but it is not possible to lock a file that on the svn to prevent other team member check out the file again (it copies the hole project to work offline). Is there any extension for xcode to solve that problem?
...
I have a NSMutableArray of names of files in my app documents folder.
Now I want to make an array of file paths of those files which have names in the above array.
How am I gonna do this? I'm having trouble solving this and I couldnt think of any solutions.
If you could help, I really appreciate it.
Thanks a lot in advance.
...
Hello,
Is there any option to disable file names being case sensitive on iPhone? And if there isn't such option is there any way to rename all files that are copied in the application bundle to use only lowercase? I have many files that have upper cases and lower cases in their names and when I'm trying to open them from my application ...
I have one version of xcode installed in my mac and now I want to install the new version but I want to keep the old one also. How can I achieve this?
...
I simply general a Interface Builder plug-in project called "Test", and then build directly, successed. But I can't double click the .ibplugin file to install into real interface builder.
I googled a lot, some people said I need to put .h & .m file into TestFramework Target, and I did, some one also said, I need to change install direct...
Hi,
Does anyone know if precompiled headers are supported when using Clang++ 2.0? I've installed Xcode 4 Developer Preview 2 which includes a Clang++ build that reports its version as "Apple clang version 2.0 (tags/Apple/clang-108.3))", but trying to replicate the basic PCH usage example at http://clang.llvm.org/docs/UsersManual.html#pr...
Hello,
Do you know how may I see the value of a static member variable from a class in xcode?
I can all the other variables except the static ones.
Thank you!
...
I tried installing BWtoolkit in my interface builder following the instructions on the BWtoolkit site.
I downloaded the toolkit and installed it by clicking on BWToolkit.ibplugin.
I can see the BWtoolkit when i go to Interface Builder>Preferences>Plug-ins but none of the objects are appearing in the library window.
The only folders ...
Is it possible to dynamically build a property or function call? I have a set of views I want to render in the same manner. So if part of my code is like this
self.ViewName.hidden = NO;
and I want to use a variable for the name of the view, is there a way to do it, something like
self{var}.hidden = NO;
Where 'var' is a NSString of t...
I display a modal view controller and from there use buttons to add subviews. I need to add other view controllers as subviews, and then remove the one behind it. So can I reference the views by their index?
Practical example:
User sees page 1 (The root view controller)
User presses button which adds a subview, page 2.
User presses ano...
Hi Everyone,
I'm currently building an app that needs to be runnable on Tiger, Leopard and Snow Leopard. I'm working in Xcode 3.2.3 and my machine has OS 10.6.4.
What parameters do I need to change for the separate builds? In the old Xcode I could just change the tab in the upper left hand corner from 10.4 to 10.5. Now there are just ...
I created a fairly simple iPhone app. Then figured I'd create an iPad version (Universal) of the app. Tried using the 'upgrade' option and that didn't work-out. So I created a separate universal app and copied the xib files into my project. That didn't work out either, so I deleted the xib files (and their associated .m & .h files. ...
Hello,
I'm part of the design (I've had experience with python, php, jquery, and java, but never ObjC) team for our application and was handed off some of the developer responsibilities with our iPhone developer went on his vacation. From the developer, I have the project source, his p12 private key, and the mobileprovision file.
Alrea...
i want to assign a content of one variable to another
...
This code causes my app to crash on an iPhone 4 and on the simulator but works perfectly fine on a 3GS. Any ideas why this might be?
-(IBAction)startButtonClicked{
GameViewController *screen = [[GameViewController alloc] initWithNibName:nil bundle:nil];
screen.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presen...
I want to run my application in background ...
What things must I do to support this?
...
I have an XCode project where when I click on Project->Edit Project Settings I have things set to iOS 3.2, but when I build, XCode sets the Framework Search Paths to iPhoneOS3.0.sdk. I've set the following using Project->Edit Project Settings:
Base SDK = iPhone Device 3.2
iPhone OS Deployment Target = iPhone Device 3.2
Targeted Device...
i want to show different image for button after user taps that button ..
how would i do tat
...
Hi,
I want to implement a kind of video conference on the iPhone. I know that the Faceti e API comes available sometime I can't wait for that..
Does somebody know where to start? Or some sample code would be very welcome!
Thanks in advance!
...