Apple's Xcode 7 beta 5 is a prerelease version of Xcode 7 released on August 6, 2015.
Questions tagged [xcode7-beta5]
82 questions
0
votes
1 answer
Bool is not a subtype of ObjCBool - swift 2 beta 5
Just upgraded to the latest beta and i'm getting this error:
Any ideas?
Code is:
func testFileStatusNotifications() {
let x : XCNotificationExpectationHandler = { (n : NSNotification!) -> Bool in
// Extract userInfo
let u =…

Jeef
- 26,861
- 21
- 78
- 156
0
votes
0 answers
Xcode 7 beta 5 halts at building for iOS/Watchapp at 2 out of 2 Storyboards
Hi I am using the latest beta of Xcode7 (I have no choice) and I am building a native watch app and iOS project and it appears that it will not complete the build process it is stuck at storyboard 2 of 2.
I am using Yosemite latest build. I checked…

George Host
- 980
- 1
- 12
- 26
0
votes
1 answer
Compilation error in Release in Xcode 7 beta 5 in Swift code
I have the following code.
class MyClass {
private var callbacks: [()->()] = []
func doIt(callback: (()->())?) {
if let callback = callback {
callbacks.append(callback)
}
// ... other code here
}
}
When I build the project…

Evgenii
- 36,389
- 27
- 134
- 170
0
votes
1 answer
How can I run Xcode 7 beta 5 on OS X 10.10.3?
I have downloaded Xcode 7 beta 5 and was trying to install it on Mac 10.10.3. This is the error message I got:
You can’t use this version of the application “Xcode-beta.app” with this version of OS X.
You have OS X 10.10.3. The application requires…

Evgenii
- 36,389
- 27
- 134
- 170
-1
votes
2 answers
Alamofire Xcode 7 beta 5
I've installed Alamofire in my project several times and it still doesn't work.
I tried with cocoa pods and manually, but same result, "import Alamofire" gives an error
No such module Alamofire
Please help ! :)

yetelday
- 1
- 1
-2
votes
1 answer
xCode 7.3.1 beta - Appstore submission error
I have developed application with 3d touch features and am trying to upload into itunes but I couldn't perform that with my xcode7.3.1 beta software an di tried with xcode 7.2.1 also. can any one help me to out of this issue.

Vetri
- 25
- 6
-2
votes
1 answer
My app is working fine in the simulator but then when i plug my phone in it breaks
I've been working on an app in the simulator and it uses parse. However, when I connect my phone (which does have the proper certificates and I do have a developer account) it gives me this error: clang: error: linker command failed with exit code 1…

Sam Hoffmann
- 310
- 2
- 15