Questions tagged [xcode12beta5]

5 questions
6
votes
1 answer

c++20 library support for xcode 12

can i use the c++20 library with xcode 12? (xcode 12 beta 5, with clang version 10.0.0). so in xcode build settings, instead of // in xcode build settings, "c++ standard library" CLANG_CXX_LIBRARY = libc++ maybe use something like (does not work =>…
mrchance
  • 1,133
  • 8
  • 24
5
votes
3 answers

xCode 12 Beta 4, Lexical or Preprocessor issue - header file not found. Simulator only - works on device

macOS Catalina 10.15.5. xCode 11.6, xCode 12 beta 4. Objective-c app with 7 cocoapods. The app runs fine in xCode 11 and in xCode 12 on device. It fails to compile in xCode 12 simulator with Lexical or Preprocessor issue on the first cocoapod it…
3
votes
1 answer

SceneKit Will not fill the screen in Xcode 12

I am trying to make practice with SceneKit and making IOS games. In Xcode 12 Beta 5, but the SceneView will not fill up the screen no matter what I do, this with the default code when starting a game with SceneKit. When I use Xcode 11 it fills up…
Lucas Dahl
  • 722
  • 1
  • 5
  • 20
3
votes
2 answers

Background is not filling the whole view SpriteKit

For some reason my code will not fill the whole SKScene. Here is the code that I am using on Xcode 12 Beta 5. GameScene.swift class GameScene: SKScene { override func didMove(to view: SKView) { let background =…
uplearned.com
  • 3,393
  • 5
  • 44
  • 59
1
vote
1 answer

React native 0.61.5 Build is failing on Xcode 12.5 beta

I am trying to migrate my project to Xcode 12.5 beta but the problem is that build is failing with message cannot initialise a parameter of type 'NSArray' with an rvalue of type 'NSArray'. in RCTCxxBridge.mm file. The same project is working…
PRABHAKAR JHA
  • 11
  • 2
  • 3