I have a project that worked fine in beta2 but now it\'s broken with the following runtime error.
dyld: Symbol not found: __TWPVSs26AutoreleasingUnsafePointe
cleaning DerivedData folder resolves the issue.
I was getting the same error and I solved it by:
Opening the organizer in XCode 6 Beta3 (Window -> Organizer)
Selecting the "Projects" tab at the top
Selecting my project in the left hand side column
Selecting the "Delete..." button next to the Derived Data location
My swift application now runs on iOS 7.1.2 on my iPhone 4
I had to add import Foundation
to the first line of my AppDelegate.swift
file (Xcode 6 Beta 3)
I solved this by deleting the cached files in ../DerivedData/*
and ~/Library/Caches/com.apple.dt.Xcode