Top "Xcode8" questions

Xcode 8 is an IDE created by Apple for the development of macOS, iOS, watchOS, and tvOS applications.

Alamofire not working (Swift/Xcode 8)

I am getting the following errors when trying to import Alamofire into my project (Cocoapods isn't working for me, so …

ios swift2 alamofire xcode8
Xcode 9 Bug: Cannot find cdtool

After installing Xcode 9 beta, Xcode 8 gives me an error when compiling a project: Cannot find cdtool at '/Applications/Xcode.…

ios xcode xcode8 xcode9
How to use CoreData in Xcode 8?

I am trying use CoreData, but when I add it to my project I only get two new methods : - (…

objective-c swift core-data xcode8 nsmanagedobjectcontext
Xcode 8 no code signature found

After I upgraded to Xcode 8, I am unable to debug on the device due to the following error: App installation …

ios xcode code-signing xcode8 build-settings
XCode 8 Comment out broken

On XCode 8 Beta 5 & 6 cannot use the comment out functionality. Seems it is disabled in the context menu and shortcut …

xcode8 xcode8-beta6
How can I get available WiFi list with NEHotspotHelper (IOS, objective-c)

I have already done this. 1. Add IOS certificate in Apple Developer page. 2. Add identifiers App IDs with Network Extension enabled …

ios objective-c certificate xcode8 nehotspothelper
How can I delete a bundle identifier managed by Xcode 8.1?

I would like to move my Xcode project to a different Team/Developer Account and use the same App/Bundle …

xcode xcode8 code-signing app-id
xcodebuild times out when starting simulator

I am attempting to set up automated testing for my iOS app using TeamCity. Currently, my agent builds, but once …

ios-simulator teamcity xcode8 xcodebuild codesign
Runtime issues with iOS 10/XCode 8

Since I built and started running app on iOS 10 simulator, I started getting logs such as : objc[6880]: Class PLBuildVersion is …

xcode ios-simulator ios10 xcode8
Linking to a Embedded Framework from a app extension

I have a project with one application target: MyApp one Embedded Framework target: MyKit.framework one application extension target: MyExtension …

ios xcode xcode8 ios-app-extension ios-frameworks