Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcode

  1. R

    iOS iOS Word Processing App

    I want to make an app that allows all users who have the app to change text fields. I am thinking something like google docs, embedded in an app. The app would automatically change for all that have the app downloaded. Is this possible to do? I have searched for examples in this, but find none...
  2. maverick28

    macOS Resizing plist editor window in Xcode results in graphical artifacts

    My setup: MacBook Pro mid-2012, 2,3 GHz Core i7, 4GB RAM, 500 GB HD 5400 rpm, NVIDIA GeForce GT 650M 512 MB dedicated, Intel HD 4000 integrated. Software: OS X Lion, Xcode vv. 4.3.3 & 4.4.1 Writing here because of its random nature, so Googling or browsing these forums didn't help. The issue...
  3. maverick28

    macOS Not able to load Automator actions for Xcode

    Since it's more on the Xcode side than that of Automation I decided to post my thread there. My OS X is Lion. I downloaded Xcode 4.3.3 and Xcode 4.4. Prior to that when launching Automator I got used to see "NameOftheAutomatorAction couldn't be loaded because Xcode application wasn't found" log...
  4. polarbear505

    iOS Should I have note taking in my app?

    Hello, I am making an app to help study, it pulls information off the internet, and I'm wondering if I should add note taking.
  5. V

    iOS Xcode errors not shown until restart.

    Hi, I'm learning Swift using playgrounds. Whenever I finish some code and there are one or more errors, xcode only shows the error text in the issue navigator. But when I want to it to tell me where in my code this error relates to I need to restart Xcode to get this to work. Anyone...
  6. L

    Xcode interface on rMB

    can someone working in Xcode on a 12" rMB show me the screenshots of the interface? I'm thinking of getting a rMB, but I'm not sure if I feel comfortable with the screen realestate. currently I'm on 2013 15" rMBP, and I wouldn't mind a dedicated machine for coding as I need this 15" MBP for...
  7. CuriosoGeorge

    macOS Seeking copy of Additional Tools for Xcode 8.2

    Seeking a copy of the dmg file from Apple's Developer website. Unfortunately I do not have a developer account and cannot afford one but would like to use a couple of the tools for school found in this file. If you are willing to share a copy, please feel free to send me a PM. Thank you :)
  8. polarbear505

    iOS Accessing a label from another viewcontroller

    Hello, I am presenting a pop-up on my view controller, http://imgur.com/sQcPNJ6 and I want to access a label on the viewcontroller that is presenting it. (the left one) So I put this code on the pop-up (the right one) http://imgur.com/mUY4Mmn If anyone could help me, I would be very grateful...
  9. C

    iOS Swift3 Tab Bar Controller - Single View Controller

    I'm trying to write a simple bar code scanning app using a hardware attachment to an iOS device. The restriction is that I can only have one view controller descending from the device events, but I need 3 or 4 tabbed views responding to the device. So in essence - I need two or more views with...
  10. J

    iOS Firebase Social Media App

    Hi guys, so far in my app using swift and Xcode, I've created Log in, Sign Up and reset password screens Taking a picture and uploading it to firebase and putting all users onto a database onto firebase Now people can send an image to every registered user, how would I go round making a...
  11. J

    iOS Creating a social media app using Xcode

    I want to create a social media app a bit like snapchat, users can receive and send images to people. I want to use firebase for this. Are there any free tutorials online as I can only find paid ones. Thanks in advance
  12. M

    macOS Xcode replaces letter in source file with another letter

    Problem: I made some changes to some source code today, and noticed that when I replaced "inDirectory" in a Bundle.mainBundle.pathForResource call with "subdirectory" and subsequently put it back in, Xcode replaced letters other unrelated areas of code with the letter "i". If, for example, my...
  13. musique

    macOS Xcode newbie

    OK. I'm taking a C++ course and everyone is on Windows. I have been successful in learning how to use Terminal to compile (g++) and run my very basic programs. I have Xcode on my Mac and I've been told that it's a complete IDE. But if I copy the source code into an Xcode window I just have the...
  14. J

    iOS Xcode SIGABRT error code! Quickblox

    Having a bit of a problem with the SIGABRT error code. Basically I am trying to add the quickblox admin panel into my app using Xcode 8 and mainly Swift. I think it came up since putting in the quickblox framework. It says this is the line with the error. 0x14ad36 <+10>: jae 0x14ad46...
  15. faja10

    iOS Mac mini for Xcode server

    I am new into Mac OS server and I have found possibilities that come with Xcode integration. I need a machine that will work ONLY as a server for building small Xcode projects. Which Mac mini model will be the best for my needings? Like I said Mac mini will be used only for server Xcode builds...
  16. loon3y

    iOS Haunting Me For Years: Slow Air Print

    Does anyone have an alternative for printing from their apps? Air Print is incredibly slow, I've heard that with some new printer models it improved by a couple seconds, but if the user has to wait 25 seconds, 22 seconds doesn't help that much. This has been haunting me from day one. Our app...
  17. loon3y

    iOS Best Way To Download Images

    What is the best way to show images on an app? Currently we download from our DB via base 64 and store it in core data, which makes scrolling down the collections view of products a long time. I don't believe we need to save to core data, because internet speeds are efficient these days and...
  18. G

    iOS add GPS to video in savedPhotoAlbum

    When I take a video using UIImagePickerController and save it to SavedPhotosAlbum using ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init]; [library writeVideoAtPathToSavedPhotosAlbum:(NSURL *)movieURL completionBlock:^(NSURL *assetURL, NSError *error){ if...
  19. S

    iOS advice for building a basic database app

    I am looking to create a very simple app. Essentially it’s a backend database connected to a user facing skin, not unlike imdb.com. For example, the database would have lists of movies and actors, and the user could click on a movie to see which actors are in it, and click on an actor's name to...
  20. G

    iOS getting creation date of video picked from photos library iOS

    I have an app that the user can either pick a video from device photos or take a video and then save it to the apps documents directory. I want to fill in some text fields with the creation date of the video. I can fill in current time and date when the video is taken but I want to get the...