Questions tagged [xcode5]

Xcode 5 is Apple's integrated development environment (IDE). Xcode 5.0 included the SDKs for Mac OS X 10.8 and iOS 7. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 5 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for Mac OS X 10.8 and iOS 7. It is available free on the Mac App Store and as a downloadable disk image file (DMG) from http://developer.apple.com/xcode

This tag should only be used for questions about the Xcode 5 integrated development environment (IDE) itself, and not for general Mac or iOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 5), use the tag.

3988 questions
1
vote
2 answers

Submitting iOS app to app store invalid code signing entitlements

I'm desperate! I have a deadline and I can not post! Please someone help me
Pinturikkio
  • 1,490
  • 1
  • 14
  • 28
1
vote
1 answer

App not showing on drop down menu when trying to upload

I've built and archived an app as usual on XCode 5.1.1. When trying to Distribute it using the XCode Organiser, the app doesn't show up on the drop down menu under 'Choose an application record and a profile to sign up with:'. The provisioning…
Skite
  • 11
  • 3
1
vote
2 answers

How to execute single command by using Appium Xcode Instruments

Currently I'm writing all the Test Case actions in one javascript file, and using Xcode Instruments automation.traceTemplate file for executing the Test Case. Following are contents from TestCase file. var target = UIATarget.localTarget(); var app =…
Ashok
  • 197
  • 3
  • 17
1
vote
1 answer

errors after adding AdMob in iOS

After I integrated the AdMob SDK, I kept getting this error when trying to build it on a real device. The weird thing is, when it is built on the iOS simulator, everything works correctly. Apple Mach-O Linker Error ld: framework not found Metal for…
user2995344
  • 268
  • 1
  • 3
  • 14
1
vote
3 answers

Image picker status bar issue

Iam using status bar in my application and i wriiten the code in the following manner My project includes tab bar controller. So, after picking an image from library my status bar is changing its postion. How can it solved? please Anybody help on…
1
vote
0 answers

Does FSEvents and FSEventStreamRef guarantee order of events?

I am using FSEventStreamRef to register for file events on a particular directory. Does FSEventStreamRef guarantee that the order of events correspond to the order in which the changes are made to the File system? For example 1) I create a new…
Prakhar
  • 11
  • 1
1
vote
0 answers

Xcode: How to integrate SymbollicC++ library in iOS

When I add this library in my project and try to build my app then it gives the following Errors: Undefined symbols for architecture armv7: "Number::Number(double const&)", referenced from: Log::simplify() const in functions.o …
user3985865
1
vote
1 answer

Fetch Facebook friends list of logged user

I am trying to fetch facebook friend of logged user in my iphone app. i use Facebook sdk v2.2. facebook code return only one friend detail.but in the my facebook acccount 11 friends. i used xcode 5.1 and my development target 7.1 here is my code.…
Om Prakash
  • 9,191
  • 1
  • 12
  • 20
1
vote
0 answers

google plus app doesn't work well when integrate with iOS app

i am working on iOS app that has Facebook and google plus login to start the app. my Facebook app works fine. but my google app create a problem.there are many issues with it. 1. google plus app don't return back to my app after successful login…
1
vote
2 answers

XCode Archive error in prefix header

I'm using GPUImage framework in my project and this is added to the projects target dependencies. This actually builds and runs fine. Problem occurred when i tried to archive the project for ipa file. the error shows 'could not build module…
EarlySun
  • 185
  • 2
  • 12
1
vote
1 answer

Adding an Objective-C++ file to a C++ Xcode 5 project

I am attempting to add an ObjC++ file to a large Xcode 5 C++ project. For legacy reasons, the "Compile Sources As" setting must remain "C++". If I could change this setting to "According to File Type" the ObjC++ file would build properly, but it…
Ben
  • 163
  • 1
  • 7
1
vote
1 answer

AlertView Delegate with UIBackgroundFetchResult Crashing app

I am trying to fetch new friend requests while the app is in the background. The fetch is working fine, its the alertView that is causing the app to crash. I believe its because of the incorrect delegate value that i am using, when i use…
user3550458
  • 53
  • 1
  • 7
1
vote
1 answer

Xcode app validation "You must supply an Apple ID"

I'm in a push to get an app I've been working on to the app store. I was developing with Xcode 5.0 and when I validated the app it passed validation with a warning about using 64-bit architecture. I want this app to be compatible with ios6. Then…
Glasswing
  • 43
  • 1
  • 5
1
vote
0 answers

How to clean iOS Device Console from command line?

I have been looking for a solution, but I couldn't find any. Is there any way to clean Device Console from command line? Normally, we do this going to XCode -> Organizer -> Device -> Console -> Clear. Thanks
Gokhan Arik
  • 2,626
  • 2
  • 24
  • 50
1
vote
0 answers

Got an error while parsing json

I have written the code to parse the json. NSData *getData = [NSURLConnection sendSynchronousRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.xxxxxx.com/json/ajax/getArtist.json.php?songId=452"]] returningResponse:nil…
Vipulk617
  • 799
  • 1
  • 7
  • 23