iAd in xcode 6 with Swift
问题 I'm working to implement a banner ad in the scene, but it always reports "Thread 1: EXC_BREAKPOINT(code=EXC_ARM_BREAKPOINT, subcode=Oxdefe) and the program stops running. I referenced Mr. T's answer in another question about iAd("Swift - ADBannerView") but still couldn't make it. The code looks like this: import UIKit import SpriteKit import iAd class GameViewController: UIViewController, ADBannerViewDelegate { @IBOutlet var adBannerView: ADBannerView override func viewDidLoad() { super