Search results for

xcode github

91,987 results found

Post

Replies

Boosts

Views

Activity

Is anyone able to build the Lister sample project?
So I downloaded the latest Lister sample code for Xcode 7.0b1. I set up the bundle identifier prefix, the development team, and the provisioning profiles as specified in the PDF that came with the sample code. I then tried to build it, but got the following error:---Failed to code sign ListerKit (watchOS).No valid signing identities (i.e. certificate and private key pair) matching the team ID “A93A5CM278” were found.Xcode can attempt to fix this issue.---I don't recognize that team ID, so I'm guessing it's one of Apple's internal accounts. I'd like to change it, except that the General tab, where the setting is normally changed, is not present when I choose the ListerKit (watchOS) framework in the project's target list. It is present on the OS X and iOS framework targets.Is anyone outside of Apple able to build this sample code? If so, then what did you do to get the watchOS framework to build?
6
0
1.2k
Jun ’15
Xcode 7 crashes when opening Swift iBook playground in El Capitan
Hello,When I attempt to open the Guided Tour playground file mentioned in the pre-release Swift programming book in Xcode 7 on El Capitan (first build), Xcode crashes immediately upon opening. I've been able to use it fine with other projects/playgrounds etc, its just this indiviudal one.I've included a snippet of the crash log - does anyone know of a fix for this?Thanks in advance.Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 7A120f ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDELanguageSupport/IDELanguageSupport-8102.19/IDELanguageSupportUI/Playground/Editor/IDEPlaygroundSourceTextScrollView.m:322 Details: result should be an instance inheriting from IDEPlaygroundTextView, but it is nil Object: <IDEPlaygroundSourceTextScrollView: 0x7f8ffd8cebc0> Method: -_drawGutterAndResultSidebar
0
0
211
Jun ’15
Reply to bricked
Try a different USB port each time. And, you might try opening x code to see if the phone shows up in devices and restore it from there . Have you also tried holding the power and home button together for 5 seconds?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
The Developer Disk Image Could not be mounted
HiI'm new user.I try to install a program on my iPhone 5S Version 8.3the program is MotionGraphs then I downloaded on the site of Apple Developeri have xcode version 6.4 (6E7)I get the message «(myiPhone) may be running a version of IOS that is not supported by this version of xCode»there is something strange in xcode in Deployment Target, the version 8.3 does not appear only 6.0, 6.1, 7.0, 7.1, 8.0, 8.1, 8.2 and 8.4Can someone help me?Thank you very much
1
0
1.9k
Jun ’15
Reply to What platforms can we target with Swift 2.0?
That is a reasonable assumption but I would NOT make a decision now to use Swift 2 if supporting previous platforms is critical for your app until there is official confirmation of this and Xcode 7 gets all the SDKs and simulators.There was no official response to an earlier query on this. This should be easy enough for the team to confirm to make it easy and safe for developers to make their migration decisions but they have a habit (conscious or not) of making it unnecessarily difficult in the past. :-)Note that there was no obvious or language technical reason for dynamic libraries to not be supported in iOS 7, it was a deployment issue. So even if you get your Xcode 7 compiled app to run on previous versions in development environment, there is no guarantee you will be allowed to deploy it.I can think of several POTENTIAL reasons that previous iOS may not be supported.1. Lack of sufficient resources to test and certify Swift 2 runtime on previous versions to be confident of allowing it.2
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Is it possible to use Xcode 6 to deploy to an iOS 9 phone?
You cannot use a test / beta version of Xode for submitting apps to the store. That's because your app has been compiled with a new version of libraries not available yet.And, for the first question, also no. An older version of Xcode cannot sync with a iOS version not available on their SDKs. Thats apply for all versions, for example, Xcode 6.0 cannot deploy a test app for a iOS 8.3 phone.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
App opens CoreData stores when launch via Xcode, but not when launched via Finder
We have an application that has been using CoreData stores since 2009, but is suddenly having some strange behavior when the application is launched via the Finder.The application has up to a couple hundred core data stores (sqlite with WAL) that are loaded into a single persistent store coordinator at launch. When the application is launch from within Xcode (using release or debug builds, with the debugger on or off), everything loads up fine---zero complaints. However, when the application is launch from the Finder, the first 'several' persistent stores are loaded fine, but then eventually they start failing to load. E.g.,Error Domain=NSCocoaErrorDomain Code=256 The file couldn’t be opened. UserInfo=0x618000278d80 {NSSQLiteErrorDomain=14, NSUnderlyingException=I/O error for database at /Users/path/SomeStore.sql. SQLite error code:14, 'unable to open database file'}What could possibly be going on here?It's worth noting that the application actually creates two separate persistent store coordinators,
5
0
2.0k
Jun ’15
App crashes when trying to perform custom segue
I'm relatively new to using Storyboards and very new to segue programming, and I'm encountering a problem with a custom segue that I'm trying to implement in my App; or more specifically, a problem when trying to use an unwind segue.I've created two custom segues which are extending UIStoryboardSegue, CurlSegue and CurlSegueUnwind. In my Storyboard I have two ViewControllers, each associated with a class that is extending UIViewController. I connected a Button in the first ViewController to the second ViewController using a Control+Drag, selecting custom and specifying the identifier of my segue (i.e. CurlSegue). This works fine and my custom segue performs as expected without incident, bringing up the second ViewController.To then get the reverse working -- following this documentation -- I added a method named prepareForUnwind to the first ViewController's associated class implementation with the signature below:- (IBAction)prepareForUnWind:(UIStoryboardSegue *)segueOn the second ViewController (in my Story
0
0
804
Jun ’15
dyld: Library not loaded. Image not found
Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this errordyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis Referenced from: /private/var/mobile/Containers/Bundle/Application/ Reason: image not foundSo frustrated.... And yes I have tried embedded binaries, copy files, etc.Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)
7
0
40k
Jun ’15
Reply to Compiler crash
That's not the way you would usually activate whole module optimization (neither in Xcode6 or Xcode 7).In Xcode 7 it's in the Build Settings section: Swift Compiler - Code Generation -> Optimization Level.In Xcode 6 there was a check box in the Swift Compiler section, if i remember correctly.From the command line it's eg swiftc -O -whole-module-optimization main.swift
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to XCODE problems
If by 'new one' you mean Xcode 7 beta 7A120f (please start stating version numbers, thanks), again, you may want to avoid Xcode 7 right now and use the latest release version 6.3.2.If by 'new one' you mean 6.3.2, try a reinstall, after you make sure your HD isn't already full. Give yourself tens of GB free in that case, then go again.As far as tutorials, stick with Apple's guides, etc. from the Dev Center instead of outdated tutorials off the 'net'.
Jun ’15