Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
0
votes
1 answer

Issue while trying to save an image to the camera roll SWIFT

Encountered a strange issue while trying to save a view. The picture saved crops out the image. here is the code : let scale = UIScreen.mainScreen().scale let size:CGSize = CGSize(width: CGFloat(self.customView!.frame.size.width), height: …
flo bee
  • 830
  • 2
  • 11
  • 20
0
votes
2 answers

Debug Watch app while parent iphone application in in background

I am not able to attach watch app process into debugger while running from iPhone app. I am following below steps. Run iPhone app from Xcode in iPhone. Make app in background. Open watch app in apple watch. Now I am doing Debug -> Attach to…
Susim Samanta
  • 1,605
  • 1
  • 14
  • 30
0
votes
1 answer

Upgraded to Xcode 6.3.1 and now Alamofire has several compiler errors, and there are compiler errors not associated with a file

Here are the issues with Alamofire Compiler Errors: Warnings: Here are the Errors with the rest of the app: Here is what I have tried: I updated my podfile and pods. I have another library called SwiftyJson and it had 14 compiler errors then I…
Joel
  • 1,585
  • 2
  • 10
  • 20
0
votes
1 answer

Trying to set picture as a mandatory field during signup with Parse

I am still new to coding. I have setup my signup screen but I wanted to make it mandatory to upload a profile picture during signup. I've tried to add and "if statement" to show an alert if the photo isn't uploaded but I haven't been successful…
Trey R
  • 21
  • 1
  • 5
0
votes
0 answers

iTunes Connect Error 3000 / Cannot upload IPA with Application Loader

Original Apple Developer Forum post. I'm using Application Loader to upload a hosted IAP (I've done this many times before). However after the package passes validation I keep getting the error: ERROR ITMS-3000: "Line 91 column 52: element…
Richard Stelling
  • 25,607
  • 27
  • 108
  • 188
0
votes
1 answer

Upgraded XCode to 6.3.1, now app will not run on device

I just upgraded to XCode 6.3.1 and my app runs fine on all of the 8.x simulators, but not on my device, which was also upgraded to iOS 8.3. The app won't even load on the device (iPad 2). I need to test my camera code (which also stopped working…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0
votes
1 answer

Xcode6 freezes on save

XCode 6.3.1 (on OS X Yosemite 10.10.2) freezes with the "spinning wait cursor" 50% of the time I press save.Google search gave zero (useful/related) results. Have any else seen this weird issue?
thedp
  • 8,350
  • 16
  • 53
  • 95
0
votes
1 answer

Attempting to load Webview with PDF, receiving link from Parse

I am attempting to load a lunch menu PDF into a web view for a high school app that I am updating. Currently, it can load a PDF into the web view and display it just fine, but I want to speed up the monthly update process by having my app receive…
John Harding II
  • 564
  • 1
  • 6
  • 20
0
votes
0 answers

iOS 8.3 in app purchase

So after updating to iOS 8.3 and xCode 6.3, I'm getting a bug when trying to do an in app purchase. When that Sign In screen pops up, it seems that my game freezes but it doesn't crash. When I click on cancel and that message goes away, none of my…
user2995344
  • 268
  • 1
  • 3
  • 14
0
votes
1 answer

How to limit number of rows selected in uitableview

I am creating a tableView where I want to limit number of rows selected to 5. If 6th row is selected then a alert will appear stating that I can select only 5 rows. I can check and uncheck the rows but minimum 1 row and maximum 5 rows should be…
Itaws
  • 330
  • 1
  • 22
0
votes
1 answer

itunesconnect not showing the prerelease build

1) I'm achieving the build using Xcode 6.3. 2) After Successful validation submitting the build to app store for beta testing. Xcode is showing the status "submitted successfully". The issues is, The build is not visible in itunesconnect under…
Ganesh
  • 101
  • 1
  • 11
0
votes
2 answers

PFFile Not Loading onto Table View

I'm working on a Parse query that pulls geo-based names and photos then loading them onto a table view. The first part of the query is coming through without an issue. I'm stuck on the second part of pulling/loading photos. I could be going wrong…
Christine
  • 53
  • 12
0
votes
1 answer

saving objects to parse

I'm still new to ios development but I have a good knowledge of the swift language, I'm trying now to learn how to save objects to Parse, after I created my app on parse and downloaded the xcode swift template from Parse and pasted the application…
Alialhakeem
  • 1
  • 1
  • 1
  • 5
0
votes
1 answer

Attempting to change MKAnnotation color within my code?

So I have set up my MKAnnotations in MapView and it's working as I want it to. Now I would like to experiment further and try to change the colors of the pins, what would be the most efficient way to implement this within the following…
Zach
  • 180
  • 1
  • 2
  • 12
0
votes
0 answers

How to change flags of a compiler in Xcode 6.3?

I'd like to change the compilers options (flags) of a project which is based on the "command line tool" project template from Xcode 6.3. Basically, I'd like to remove the -lcurses flag (which is added during compilation) when project is based on…
Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79