Tagged Questions
Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.
1
vote
0answers
5 views
Hiding nib file in target application package and package organization issue
When I create an project of OS X normally, and then build it. When I click "Show Package Contents" on the target app, in its ./Contents/Resources directory, all resources (nib files, image files, ...
1
vote
1answer
30 views
Expression not assignable
I am assigning value of latitude and longitude from one viewcontroller which are declared in another viewcontroller.
but I am getting an error expression is not assignable
Here is my code:
...
0
votes
0answers
10 views
how to add multiple operation in progress bar using ASINetworkQueue
i am using ASINetworkQueue for downloading images from server and progressbar correctly showing download images but after downloading database insertion take 3 to 4 mins for insertion so i want ...
0
votes
0answers
5 views
Open Derived data folder files in MAC. Decompiling
In my derived data folder i have three files
1. myFile.o
2. myFile.d
3. myFile.dia
These are Xcode's .m, .h and .Xib files, i have deleted those so is it possible to open that .o, .d, .dia files in ...
0
votes
0answers
6 views
resize function returns shifted image columns on OSX Mavericks 64bit opencv 2.4.7
I'm using OpenCV 2.4.7 on OSX Mavericks 64bit.
I installed OpenCV using mac ports
'sudo port install opencv'.
I pointed the search path headers and libraries (respectively) to
/opt/local/include
...
0
votes
0answers
21 views
Production and Development Certifcate Option is disable
My client give me his apple account.In which option for creating certificate is disabled.
I have seen this . But i could not find any official document. Currently there are
five distribution ...
0
votes
0answers
4 views
How to generate .gcda files on travis-ci with iphonesimulator7.0 simulator?
subj
I tried the solution from the link with appropriate changes for using SenTestingKit instead of XCTest. It allowed me to get generated gcda file on my local machine, but still not on CI server.
...
1
vote
0answers
7 views
AVVideoProfileLevelH264High41 breaking on iPhone 4
I am using AVAssetWriter to compress a video, the code works in both iPhone 5 and 4 in iOS7. I am attempting to use the AVVideoProfileLevelKey of AVVideoProfileLevelH264High41 to attain better ...
0
votes
0answers
24 views
Relative Path in XCode C++
I am trying to open my .json file in .cpp file but when i use relative path it returns me no file exist. I have googled it but couldn't find any good solution.
This is how I am setting my relative ...
-1
votes
1answer
9 views
Check App update show image
Please advice me something about this
i mean this one
Please advice the keyword name and Xcode have tool for this?
I'm use another way for this
example I'm add image to icon and i set image ...
1
vote
0answers
8 views
NSKeyValueSlowMutableArray issue - Bluetooth program
I have been up all night trying to figure this out and I have no idea what is wrong. This is the part that gets messy:
NSMutableArray *peripherals = [self ...
0
votes
1answer
20 views
Get All Username from OpenFire with XMPP
In my application I need to get All the UserName from OpenFire.
i used below code but it doesn't give nil data.
and i thing something is wrong in my didReceiveIQ method but using first time XMPP ...
-1
votes
1answer
32 views
Testing iOS 6 apps on devices running iOS7 WITHOUT XCODE 5
I upgraded my iPhone4 to iOS7 and can not now test applications on it using Xcode 4.6. I had to download XCode 5 but it is not compatible with my current Mac OS version. How can I Test and Build apps ...
0
votes
1answer
9 views
Can I use Mapkit through xcode for OSX 10.9 on an Enterprise developer license.
I want to develop a Mac app on OSX 10.9 which is not going on the app store. It will always be connected to network but only used internally within our business. I have an enterprise developer ...
-5
votes
0answers
15 views
Dissecting the Mailbox app [on hold]
I'm basically looking for ways to implement some of the features of the Mailbox app (http://www.mailboxapp.com) - would be great if somebody could give me some pointers on how to do these/where to ...