HiWhere can I find the swift 2 REPL? I'm now running Mac OSX v10.11 with XCode 7 installed and running, but when I use the swift command in Terminal it tells me its using swift 1.2.Thanks in advance,Rugen Heidbuchel
Search results for
Xcode
92,303 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,I have submitted my app build from xCode on May 30, 2015. It passed all validations during submission and successfully appeared in iTunes Connect.Then I realized that there are few things that I want to fix before letting Apple start reviewing.Starting from yesterday (June 9) I am trying to submit another build for the same application using the same configurations and same xCode method for submission, but what I get is:Invalid Binary in the status line for all newly uploaded buildsAn email from iTunes Connect after each build upload, with this error description:Invalid Signature - Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, no
With Xcode 6.3.2 and Swift 1.3 Collada (DAE) files were loaded and entries found (e.g. animation) by using SCNSceneSource.entryWithIdentifier. With Xcode 7.0 and Swift 2.0, the file is loaded (SCNSceneSource.identifiersOfEntriesWithClass work) but no entries are found.Tried with MacOSX, iOS apps and several files.Her is the codelet sceneSource = SCNSceneSource(URL: url!, options: nil) let animationIDs = sceneSource.identifiersOfEntriesWithClass(CAAnimation.self) as [String] let animation : CAAnimation? = sceneSource.entryWithIdentifier(Name, withClass: CAAnimation.self)First two lines work and return identifiers including the one label Name. Line 3 returns only nil. Same code worked before with Xcode 6.3.2 and Swift 1.3
xcode (Version 7.0 beta (7A120f)) -->window-->organizer window does not show apple watch UDID string; only archive/crash display. Am i missing something?
Just found this:Thanks 'David' !! There is a UUID for the Apple Watch. You can get it by plugging in the paired iPhone, opening up Xcode, and opening up the Devices window. Then select the paried iPhone in the sidebar, it should give you the paired Apple Watch's information as well, the UUID shows as the 'Identifier'. Hope this helps.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
David, Thanks for the Post - I tried your suggestion and received Please enter a valid Hardware UDID - so no luck.and watch still not appearing in xcode -->window-->organizerany suggestions?Jason
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm new to XCode and I'm following some tutorials. Just installed the latest copy of XCode and trying to create a webview application, however I can't find webview in the utility area, what am I missing?
Try going into Xcode > Preferences > Accounts and click all of the Apple ID's you have listed on the left and clicke the - (minus) sign on the bottom. Make sure everything is removed then click the + (plus) and Add Apple ID. See if re adding your accounts to Xcode solves the issue.
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
After the new Apple developer policies came in effect, I am not able to submit any updates. When fetching provisioning profile it errors out::An unexpected error occurred. Please try again. If the problem persists, please contact Apple Developer Program Support.https://developer.apple.com/supportI have tried refreshing/ deleting old profiles but doesn't work
The app build successfully but couple seconds later Xcode throw this (topic) error at me. Anyone run into similar issue? I've checked the Executable file name in info.plist and everything match.
Using El Capitan and XCode 7, the following trivial snippet of code causes a Swift related exception to be thrown:func openDocument(sender: AnyObject?) { let panel = NSOpenPanel(); let types = [ abc, def ] panel.allowedFileTypes = types; panel.runModal(); }The exception is [Swift._SwiftDeferredNSArray supportsSecureCoding]: unrecognized selector sent to class 0x1002de2c0. And it is triggered when assigning types to allowedFileTypes.
Hello,I have a problem to put my application on my iPhone. I am registered for free and thanks to Xcode 7, I'm able to put my censer app on my iPhone. Only, it does not.Here is my error:Unable to create a provisioning profile because your team has no devices registered in the Member Center. Please connect a device, enable it for development, and add it to the Member Center using the Organizer.FRANCAIS :Bonjour,J'ai un problème pour mettre mon application sur mon iPhone. Je suis inscrit gratuitement et grace à Xcode 7, je suis censer pouvoir mettre mon appli sur mon iPhone. Seulement, ca ne marche pas.Voici mon erreur :
Resetting worked for a time (I managed to get a project running from xcode in a debug state a few times) But then very soon things have started decending into chaos again. Xcode started failing to attach to process, then the watch app stopped launching at all, constant loading spinner even when started directly from the watch. Now I'm left with the app 'installed' on the watch, despite having been removed from the device, as if the communication between the two has just stopped flowing. Currently rebooting everything to see if things pick up again.At least I now know it is possible, even if for a fleeting time.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello, if you is using Xcode 7 try this:Open the Xcode preferences -> Locations -> Command Line Tools and select Xcode 7 in the select box.__WD
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Good morning, I have problem with the simulator in Xcode 7, the Settings app don't open and I can't configure my iCloud account into the simulator.