Questions tagged [xcode10beta6]

8 questions
32
votes
16 answers

Xcode 10 Command PhaseScriptExecution failed with a nonzero exit code (EXPANDED_CODE_SIGN_IDENTITY: unbound variable)

This error pops up when doing Project > Test /Users/.../Project/Pods/Target Support Files/Pods-Target/Pods-TargetTests-frameworks.sh: line 104: EXPANDED_CODE_SIGN_IDENTITY: unbound variable Command PhaseScriptExecution failed with a nonzero exit…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
12
votes
6 answers

status bar disappeared after full screen video in WKWebView only in iOS 12

As you can see this only happened in iOS 12. iOS 12              iOS 11   here is my code: import UIKit import WebKit class ViewController: UIViewController { override var preferredStatusBarStyle: UIStatusBarStyle { return…
andrew54068
  • 1,326
  • 14
  • 29
7
votes
1 answer

Xcode10 random popup "The bundle identifier for XCode10Project.app couldn’t be read."

I've created a project in XCode10 Beta6. I closed the project and opened another project from XCode 9.2 At random points throughout working on another project, I get alert popup saying. How do I resolve "The bundle identifier for…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
6
votes
2 answers

xcode 10b6 fabric missing or malformed provisioning profile

Just updated to Xcode 10b6 and when i try to distribute the app through the fabric plugin i got the error "Archive Preparation Error: -3" - The archive's embedded.mobileprovision provisioning is missing or malformed" No idea how to solve this.
Pablo Navarrete
  • 201
  • 1
  • 7
3
votes
3 answers

Command PhaseScriptExecution failed with a nonzero exit code after adding firebase

I've got this error after I installed firebase podfile: Build/Products/Debug-iphonesimulator/Guess The Code 2.app/Frameworks/GoogleUtilities.framework' I tried this: Xcode 10 Beta 3: Command PhaseScriptExecution failed with a nonzero exit code but…
Shahar Melamed
  • 1,534
  • 5
  • 15
  • 23
2
votes
0 answers

Xcode10 beta6: Argument labels '(frame:)' do not match any available overloads with UIButton

Xcode10, beta6, in my project code: let button = UIButton(frame: CGRect(x: 10,y: 10, width:30, height:30)) then Xcode show me the error: Argument labels '(frame:)' do not match any available overloads 1. Overloads for 'UIButton' exist with these…
Sunny
  • 43
  • 3
2
votes
1 answer

Xcode 10 - how to pin UI element library window?

I'm laying out UI on a storyboard using the new, controversial library button which has been moved up. This is driving me crazy - I want to be able to "PIN" this window to a secondary monitor so I can always see available components as opposing to…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
1 answer

unwind segue Xcode 10 swift with navigation controller not working

I have pursued the internet for an answer and following steps in apple documentation but to no avail. I have two view controllers. One which contains a list of favourite items (FavouriteTableViewController), another which contains the details of the…
Sherry
  • 353
  • 3
  • 15