How do you install the: iPhone7,1_9.0_13A4254v_Restore.ipsw on the phone? Shows as an iTunes file, however, when I double-click on it assuming it will open in iTunes. Was wondering if anyone has solution.Thanks for the help,David
Search results for
file uri scheme
78,567 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello guys,I'm trying to run the Maze example, but it isn`t allocating the graph GKGridGraph.The line with problem is the one belowGKGridGraph *graph = [GKGridGraph graphFromGridStartingAt:(vector_int2){0, 0} width:AAPLMazeWidth height:AAPLMazeHeight diagonalsAllowed:NO];(file AAPLLevel.m, funcion init).I've tried to change the way it allocates (using [[GKGridGraph alloc] initFromGridStartingAt ...], but did't work either.Thanks.
I'm seeing two compile errors in the Objective-C header that Xcode generates for my swift class. I see this using Xcode 6.3.2 and 7.0 beta./Users/marc/Library/Developer/Xcode/DerivedData/VEO_iOS-agqlvygcyfcdvadpahyaxsamxmsp/Build/Intermediates/VEO_iPad.build/Debug-iphonesimulator/VEO_iPad.build/DerivedSources/VEO_iPad-swift.h:17:24: Typedef redefinition with different types ('uint_least16_t' (aka 'unsigned short') vs 'char16_t')/Users/marc/Library/Developer/Xcode/DerivedData/VEO_iOS-agqlvygcyfcdvadpahyaxsamxmsp/Build/Intermediates/VEO_iPad.build/Debug-iphonesimulator/VEO_iPad.build/DerivedSources/VEO_iPad-swift.h:18:24: Typedef redefinition with different types ('uint_least32_t' (aka 'unsigned int') vs 'char32_t')The problem is that uint_least16_t and uint_least32_t are defined in my generated *-Swift.h header and also in a file called __config.Any ideas?TIA,Marc
Hi,I wrote an editor program that is meant to let people edit any file on a Mac, not just the files inside a sandbox.But when I try to submit my app without the sandbox enabled it gets rejected.How to fix this?And how to fix it permanently?Thanks.
Actually, it explains how to save for using with GCOV. The new code coverage feature on Xcode 7 creates a .xccoverage file, which is a binary plist.I filled a bug report: http://www.openradar.me/21369366
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Feel free to file a bug/feature request against the forums...
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
I had the same issue as many others in this thread where iCloud would not load the preference pane or provide an unknown error has occured. I've filed rdar://2137005 for this issue.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I have been compiling my App for a couple of years now no problem and it has been using my gitignore quite happily.All of a sudden something has gone wrong and now, when I try to merge a branch back to master I get an error related to xcuserdata, which it should be ignoring.I therefore assume that xCode is no longer fidning my gitignore file.My gitignore file is called default.gitignore.Where in xCode do I define where to look for my gitignore file ? I have forgotten and can't seem to find a reference telling me where to find it.Any guidance much appreciated.Thanks,Guy
Hello,I'm trying to create an IBOutlet from a UIButton that lives in a UITableViewCell subclass in a static UITableView. I've set the custom class for the appropriate cell in my storyboard. I've added the UIButton as a subview of that cell's content view. However, I can't control+drag from the storyboard into my custom cell swift file. Is there any way to accomplish this?I'm working in Xcode 6.Thank you.
I have downloaded and installed Xcode 7.0b (7A120f), and created new project with the Source control - Create Git repository on.However, after the project is created I see the local branch is missing and I can not commit files (Commit files does nothing).What has been noted:1. When Xcode is started the following error is presented: Couldn’t communicate with a helper application.2. When I open the Source control - Commit, I can see Loading remotes... (should be No Remotes Available).PS: Xcode 6 is working fine wit git (git version 2.3.7 (Apple Git-57)).Will be glad for any help to fix it.
OkI think i found my mistake.After i fix it, do i need to start my app submission process from the begining or i can resend the fix IPA file?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
I have a question regarding universal game assets and absolute positioning of a SKNodes in Sprite Kit (iOS 8+).I will try to present my problem through an example as follows:Imagine a 2D top down game with a SKSpriteNode which represents a house. A house has multiple child SKSpriteNodes which represent chairs, desk, sofa, etc.I have 3 versions of house asset:1x - 200 x 200px (Non-retina iPads),2x - 400 x 400px (Retina iPhones and iPads),3x - 600 x 600px (iPhone 6 Plus).Important: Child nodes (chairs, desk, etc.) positions are defined in a .plist file. Something like this (JSON representation):children: [ { position = {20,20}; }, ... ]Since the position is defined in points and not in pixels, everything gets positioned like expected according to device screen scale. For 1x devices the position stays {20,20}, for 2x position is {40,40} and for 3x the position is {60,60}.Problem:The problem is that 200x200px and 400x400px assets are way to small for iPad devices to achieve similar look and feel on all d
Step 1: Create new data model file.Step 2: Change reference in your CoreData setup code to use new file name.That's if you're completely ditching the old model and the old data associated with it.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
I need to use MapKit in an OSX app I'm writing for my engineering thesis (I'm studying geodesy and cartography). So no commercial use at all. Is there any way to access MapKit framwork without paying for developer's program? I know about university iOS program but the app wouldn't make any sense for ios device (it performs complicated geodetic calculations, can read data from txt file and save reports). Using mapkit would be a perfect way to visualize results.
First of all, battery issues are not rare in betas. Apple is making it very clear that you shouldn't install these releases on devices other than for development.And secondly, these forums isn't the right place to post improvements or requesting bug fixes, here we discuss the problems and what can be done to improve the issues.When requesting new features, improvements and filing bugs, please go to http://bugreport.apple.com and file a radar.Happy bug hunting!
Topic:
App & System Services
SubTopic:
Core OS
Tags: