Questions tagged [xcode8]

Xcode 8 is an IDE created by Apple for the development of macOS, iOS, watchOS, and tvOS applications. The first release of Xcode 8 was on June 13th, 2016 with Xcode 8 beta build 8S128d. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 8 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for macOS 10.12 iOS 10, watchOS 3, and tvOS. The beta is available free for developers from https://developer.apple.com/ and will be released in the fall from the Mac App Store.

The latest production version of the IDE is Xcode 8.2.1 (8C1002) (Dec 19, 2016)

**Latest Preview : Xcode 8.2 beta 2 (8C30a) released on Nov 14, 2016.

The tag should only be used for questions about the Xcode 8 IDE itself, and not for general macOS, iOS, watchOS, or tvOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 8), use the tag.

4206 questions
1
vote
1 answer

Why does my Polyline only draw a point and not draw a line?

I have a problem drawing a Polyline on my MapKit map, I am supposed to be trying to draw a line where the user is going, the problem is that when I move the user's position it only draws a point in the new position but does not trace the complete…
1
vote
1 answer

install Xcode 8.3.3 beside Xcode 10.2.1 in macOS mojave

I have installed Xcode 8.3.3 that I need for an old project with swift 3.3 and when I try to lunch Xcode 8.3.3 I have this error message Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: Symbol not…
1
vote
2 answers

I can't upgrade Xcode. What can I do?

I have Xcode version 8.3 macOS: 10.12.6 (I can´t upgrade) rect-native: 0.59.5 watchman: 4.9.0 I can't upgrade because my Mac is too old and the project that comes with the react native is for the new version of Xcode. What can I do? All this is…
1
vote
1 answer

making sprite move on swift using spritekit

I am very new to using swift and Xcode in general. I wish to create a very simple game and I am trying to figure out why my ball only goes down once rather than go up and down twice when the screen is touched override func touchesBegan(_ touches: …
1
vote
0 answers

Push Notification using FCM in-between web and App

I have tried to implement push Notification in-between from C#.Net(MVC) Web to React Native (Android and IPhone). No Error showing in my code but not show notification in App. I have tried as reference gave in Stack overflow already try { string…
1
vote
2 answers

How to center a logo on SideMenu using Xcode

I want to Center a logo on the SideMenu and this is the code so far: UIImageView *logo =[[UIImageView alloc] init]; logo.image=[UIImage imageNamed:@"menulogo"]; logo.contentMode = UIViewContentModeScaleToFill; logo.layer.cornerRadius =…
Neo
  • 149
  • 1
  • 10
1
vote
0 answers

Failed to render autoLayout Status, the agent crashed

I have recently received this error "Failed to render autoLayout Status, the agent crashed" ever since updating to IOS 12. The previous fix was to put this in my pod file and it worked up until IOS 12. Now it's actually crashing the auto layout…
bradford gray
  • 537
  • 2
  • 5
  • 18
1
vote
1 answer

Error on running the project in simulator: "Print: Entry, ":CFBundleIdentifier", Does Not Exist"

I am setting up React-Native in my laptop. The versions I am using for different tools are as follows: Node.js : v10.7.0 react-native-cli: 2.0.1 react-native: 0.56.0 On running the command "react-native run-ios" I am getting an error like: The…
mshikher
  • 174
  • 3
  • 20
1
vote
0 answers

Swift- Load multiple child View Controllers dynamically with navigation controlled by side TableView

Computer science student trying to learn Swift here. I am trying to create a very simple application for iPad which is essentially a food menu. The main page will just be table of restaurants and selecting a restaurant will bring the user to the…
kelelenceu
  • 81
  • 10
1
vote
1 answer

Subviews size issue - UIView related sizing in xib

For a layout made of some views stacked in each other, which are all subviews of the UIView and I wanted to know how to automatically size the main UIView which may be multiline once the app is live and updates come in. UIView width is fixed.
Nazo A
  • 25
  • 4
1
vote
2 answers

XCUI tests failed due to Asynchronous wait failed: Exceeded timeout of 30 seconds, with unfulfilled expectations

let webViewsQuery = app.webViews let emailOrPhoneTextField = webViewsQuery/*@START_MENU_TOKEN@*/.textFields["Email or phone"]/*[[".otherElements[\"Sign in – Google accounts\"].textFields[\"Email or phone\"]",".textFields[\"Email or…
1
vote
1 answer

Error while loading request in webView Request Timed out error

I just want to load this url in a webview. It works fine when I run the same code on simulator and it load properly in simulator. I get error when I run the code on Real device Iphone. I have checked many example nothing worked out. Thanks in…
1
vote
1 answer

IB Designables Failed to render and update auto layout status : dlopen(Cosmos.framework, 1): no suitable image found

I had successfully integrated 3rd party Library in Swift 3, Xcode Version 8.3.3, CocoaPods: pod 'Cosmos', git: 'https://github.com/marketplacer/Cosmos.git', tag: '8.0.2'. However, today it stopped working as expected. I get 3 errors in the issue…
bibscy
  • 2,598
  • 4
  • 34
  • 82
1
vote
0 answers

Where to put assets in xcode?

I have an Xcode 8 C++ project. Where do I put all the images and music so that I can then reference them directly like this: "image_folder//image_1.jpg"
John
  • 105
  • 10
1
vote
1 answer

How can I remove views using vary of traits?

I have a view controller with some nested views in portrait mode, but I need to know if its posible to generate a variation on landscape where I only have one image (deleting all my elements that I have in portrait view) or I need to create another…
Ghost
  • 340
  • 2
  • 9