Questions tagged [xcode13]

This tag should only be used for questions specific to the usage and features of Xcode 13. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].

459 questions
0
votes
0 answers

Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) After Adding Swift Module to Project in XCode

I started getting this error all over the place and it's really annoying because I wasn't getting it UNTIL I added a Swift module (class extension) to my Objective-C project and then deleted it again. What setting was changed that caused this…
raeldor
  • 503
  • 3
  • 11
0
votes
1 answer

FinderSync extension and Main app: notifications from extension are ignored

I'm trying to make a FinderSync extension that should add menu items and post notifications about clicks and the Main app that should react on clicks. Right now I have two targets, both with same app groups in their entitlements: FinderMenu - the…
Ilya Kantor
  • 581
  • 5
  • 11
0
votes
0 answers

-- Could NOT find Clang (missing: Clang_DIR) when comiple qt creator source on mac pro m1 arm64

issue: dw@bogon qt-creator-4.14-build % cmake -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_BUILD_TYPE=Release -G Ninja "-DCMAKE_PREFIX_PATH=../qt5-5.15-macOS-release/qtbase/" -DPYTHON_EXECUTABLE=/opt/homebrew/bin/python3 ../qt-creator -- Could NOT find…
0
votes
0 answers

Xcode Project Storyboard and .xib unexpected behaviour

I recently installed macOS Monterey 12.5.1 and downloaded the latest version of Xcode(13.4.1). But when I open any project, the storyboard not showing any kind of labels, buttons and anything and when I open storyboard file my pc behaves weirdly and…
0
votes
0 answers

Getting PrecompileSwiftBridgingHeader in flutter iOS. When I try to add Notification Service extension

I am working on Image notification in Flutter iOS. When I try to integrate notification service extension to handle Image notification keeps giving me below error. Xcode version: 13.3 Flutter version: 3.0.4 Cocoapods:…
0
votes
0 answers

Verify that the Bundle identifier in your project is your signing id in Xcode

I want to test the iOS version of my flutter application. I am using XCode 13.1 and Monterey MacOS which is installed on Virtualbox. I am getting this error message "Verify that the Bundle identifier in your project is your signing id". I don't have…
Tindona
  • 430
  • 1
  • 16
0
votes
1 answer

Why am I receiving a Critical Asset Compiler Error when I try to add an asset in XCode?

I have ben running into the "Command CompileAssetCatalog failed with a nonzero exit code" error with every attempt of adding assets to my xcode app. Whenever I add an asset from the initially empty "Asset Catalog" and try running - even if the asset…
MindX
  • 1
0
votes
1 answer

Cannot drag UIImageView from Mainstory board to ViewController

I am unable to drag my UIImageView from Main.storyboard to ViewController. Even the blue line doesn't appear. I've pressed the control button but this isn't working. Just nothing happens. See here Can someone please assist me?
Soldier
  • 1
  • 1
0
votes
1 answer

How to unlock Orientation Lock SwiftUI

Environment: SwiftUI with Swift 5.5, Xcode 13 For my app, I need it to lock into certain orientations and then to unlock from that orientation. For a while it was working fine following ideas from this Stack Overflow answer. Currently though, once I…
trevash
  • 39
  • 6
0
votes
2 answers

How to export a build log from Xcode 13 or 14 to custom support?

You can always: navigate to "Show the Report navigator" tab. "Local"/"By Group" select the proper log and Copy/Paste it The question: Is there the possibility to send log as a file to custom support? Like: Show in Finder or smth.
Neph Muw
  • 780
  • 7
  • 10
0
votes
1 answer

Error showing as Extra argument 'eventDispatcher' in call while running react-native app

I am using expo-modules-core ("expo-modules-core": "^0.9.2"). I have tried npm install and pod install from my terminal and dependencies are successfully installed. Then I tried to run the app with Xcode 13.0 with the iOS15.0 simulator but I am…
IKKA
  • 6,297
  • 7
  • 50
  • 88
0
votes
1 answer

Flutter ios error : Flutter/Flutter.h not found Xcode 13

I try to run flutter project both of Android studio and xcode and get fatal error Flutter/Flutter.h not found. I stucked on this point. Please help me this is my dependencies: dependencies: flutter_localizations: sdk: flutter animations:…
0
votes
1 answer

Xcode 13.4.1: Cannot find 'connectingSceneSession' in scope

I am pretty new in Swift programming. I am trying to make and Dicee App and suddenly I got this type of error: Cannot find 'connectingSceneSession' in scope Xcode tell me that problem is in AppDelegate.swift file and the code is on the picture…
dejv_IT
  • 63
  • 7
0
votes
2 answers

Not able to launch my Xcode 13.4.1 generated app on my real device iPhone 13 Pro Max

I am new to iPhone app development and I want to launch my React Native iOS app on my real device but I am getting unable to install "myapp". I have added my device UDID on appstore. I got it through https://udid.tech/ I checked the details and this…
Sid Chaudhry
  • 79
  • 1
  • 2
  • 9
0
votes
1 answer

SwiftUI XCode 13 TextField shouldChangeText property wiring

I'm using XCode 13 and SwiftUI (latest version) I've got a simple TextField inside of a View. TextField("enter barcode", value: $scannedBarcode, shouldChangeText : ?) I cannot figure out how to use the shouldChangeText property of TextField. I need…
Mike Moening
  • 473
  • 1
  • 4
  • 7