Apple's Xcode 7 beta 4 is a prerelease version of Xcode 7 supporting development of iOS, Mac OS X and watchOS apps. It was released on July 21, 2015.
Questions tagged [xcode7-beta4]
58 questions
4
votes
3 answers
GameCenter framework image not found error for Xcode 7.0 Beta 4
Does anyone face this issue when trying to run their application on an actual iPhone (iOS version 8.4) using Xcode 7 Beta 4?
dyld: Library not loaded: /System/Library/Frameworks/GameCenter.framework/GameCenter
Referenced from:…

LFS
- 145
- 1
- 9
4
votes
1 answer
Unable to load dynamic library in watchKit 2.0 with cocoapods
I am unable to successfully run a WatchKit app using my installed CocoaPods and am getting a "dyld: Library not loaded...Reason: image not found" error.
The environment is as follows: Swift 2.0, WatchKit 2.0, CocoaPods 0.38.2, Xcode 7 Beta 4 with a…

Dan Nichols
- 769
- 1
- 7
- 19
4
votes
1 answer
WatchOS 2 and Xcode 7: App does not launch on the Watch
My Watch app builds and runs fine when I launch it through Xcode 7 (beta 4) on the Watch, but when I try to launch the app on the Watch by tapping on its icon, it never launches and shows the spinning circle for ~1 minutes and then goes back to the…

RawMean
- 8,374
- 6
- 55
- 82
3
votes
2 answers
Xcode Beta 4: Can't create a Bot - Crashes every time
Every time I try to create a bot with Xcode Beta 4, I get a crash.
Process: Xcode [4678]
Path: /Applications/Xcode-beta.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.0…

Emin Israfil iOS
- 1,801
- 1
- 17
- 26
2
votes
0 answers
Why are my Swift UITests crashing?
I'm attempting to test my app. I'm using the UITest settings that were created for my by Xcode when the project was first created. The app uses CoreText and attributed strings heavily.
2015-09-02 14:11:05.958 my_app[66864:11465921] *** Terminating…
user916367
2
votes
1 answer
GCM in iphone app using swift
I am developing an iPhone app using Xcode 7 beta 4 in Swift 2.0
I am trying to implement GCM push notifications following the google doc here
I have followed and completed the steps upto
"Add the configuration file to your project".
Now when I am…

Somir Saikia
- 1,610
- 1
- 16
- 21
2
votes
1 answer
The os version installed on apple watch does not support the watchkit app prodct
I am using Xcode 7. My apple watch app works fine in the simulator. It also can be successfully built on device. However, the app seems not to be installed neither on iPhone 5 or apple watch (1.0).
The iPhone and watch pair is ineligible. And it…

Jacob Chang
- 21
- 3
2
votes
1 answer
How to get NSLayoutConstraint's identifier by Its pointer?
I setup in Storyboard identifier for each constraint:
Now I get error with unsatisfiable constraints. I try to debug this by printing constraint's pointer:
po 0x17db78d0
Now to order investigate what constraint it is, I would like to print its…

Bartłomiej Semańczyk
- 59,234
- 49
- 233
- 358
2
votes
3 answers
Xcode stops responding after tapping on .Storyboard file
Okay, so I'm trying to work on my app here and I'm trying to go to my Storyboard. Everytime I tap on the .Storyboard file, Xcode says "Application is not responding" and it quits. This issue just started happening last night(after installing OS X El…

Amit Kalra
- 4,085
- 6
- 28
- 44
2
votes
2 answers
Swift 1.2 -> Swift 2 Conversion time
Has anyone converted an app from 1.2 to Swift 2? My app is small - about 1k LOC, and its been converting for >2 hours now. I'm stuck on the following screen:
How long should I expect this to take? Thanks...

sawyer
- 300
- 1
- 4
- 15
2
votes
1 answer
Xcode 7 / Swift 2 Storyboard crash - Beta 1 & 4
Without warning, my xcode app suddenly started to crash when I clicked on the storyboard file. With some digging, I found many people said to do this:
"Go to
/Library/Developer/CoreSimulator/Profiles/Runtimes
and remove the profiles in there.…

yzet00
- 401
- 7
- 23
1
vote
2 answers
Alamofire with Xcode 7
I'm using Xcode 7.0 beta 4 (7A165t). I want to add the Alamofire library but it's always failing.
I am using the last Cocoapods version.
My Podfile is:
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch =>…

user3163404
- 359
- 1
- 4
- 16
1
vote
2 answers
Importing Contacts Framework in xcode7 , Swift2
Im trying to import contacts framework to my xcode7 , I have added the contacts framework from the build phases and I have declared
import UIKit
import Contacts
but it shows error saying…

sriram hegde
- 2,301
- 5
- 29
- 43
1
vote
0 answers
iOS Watch OS 2 with Xcode 7 Beta 4.0 AppWatch Launching App with Activity Indicator Screen Only
I am developing the iOS watchApp with WatchDevice.
I have facing issues with Running the app in the Real device.
Its keep on showing only ActivityIndicator and nothing goes ahead of this screen.even i tested with Hello world Test App.
By just…

BhavikKama
- 8,566
- 12
- 94
- 164
1
vote
1 answer
reverseGeocodeLocation: "Cannot invoke initializer for type 'CLPlacemark' with an argument list of type '(placemark: CLPlacemark)'"
I am stumped on how to initializer this placemark within my reverseGeocodeLocation attempt.
First, I do not know if the reverseGeocodeLocation is initialized correctly. It was giving me some issues; but Xcode seems to be okay with it at this…

EndersJeesh
- 427
- 1
- 4
- 20