Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

Unity project - xcode 13 Undefined symbol error

I have a problem. I've been trying for a long time I made a game with Unity and it is available on Googleplay. There is no problem on the Android side. Everything works smoothly, including Admob and ...
Emre BORAN's user avatar
1 vote
0 answers
713 views

Xcode 13.2.1 Command PhaseScriptExecution failed with a nonzero exit code Error

I am trying to generate archive of my project but I am getting the above error. I have already checked the similar problems and made changes but it wasn't solve the problem. I have got successful ...
yarslan's user avatar
  • 23
0 votes
2 answers
213 views

How to Manually Import Firebase Frameworks on Xcode 13.4

I've been trying to import updated libraries to my Xcode Project. I have dowloaded the libraries from the official firebase site. I had multiple options but the developer of my App used manually ...
DMarMon's user avatar
1 vote
0 answers
738 views

Undefined symbols for architecture arm64 xcode 13.4

I have a Xcode Project was build from Unity with Unity 2020.3.40f1 Xcode 13.4 After build iOS project from Unity, i run pod install in Xcode project folder. Then in Unity-Iphone > Unity-Iphone > ...
Long Cao's user avatar
0 votes
0 answers
98 views

Delivered local notifications not shown in notification center

I have a SwiftUI app. I created a NotificationCenter class to deliver local notifications, which includes the following function. @MainActor struct NotificationCenter { // Remove deleted items ...
Austin's user avatar
  • 31
0 votes
0 answers
110 views

Corrupt debug symbols found from build generated from XCode14, but it works fine using XCode13

Recently, I had to migrate a project to XCode-14 due to mandatory compliance of Appstore starting April 2023. Now the issue is that, debug symbols generated from build using XCode14 shows corrupted, ...
Ganesh patro's user avatar
5 votes
1 answer
4k views

ITMS-90725 Useless error message, since it contradicts itself, Apple upload

how should i solve this issue? ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in ...
smurfy's user avatar
  • 636
0 votes
1 answer
44 views

have call api data and Fateh in table view cell

i have run this code but not print any data in console and not get data in my api so no data display in may simulators func downloadJSON(completed: @escaping () -> ()){ let url = URL(string:...
Utsav Gabani's user avatar
0 votes
1 answer
288 views

Is it fine to delete Xcode completely from the Macbook?

I am using xcode 13.1 for app development so far, i now want to update my xcode but i don't have enough storage in my macbook to update. I tried updating but i don't have enough storage. can i ...
Sowrya mukkavilli's user avatar
1 vote
0 answers
104 views

Navigation bar is not hiding in HostingViewController for iOS 16 if you build the app using Xcode 13.4.1

I am using xcode 13.4.1 for build apps and also Hostingviewcontroller to host SwiftUI views. If I deploy the app in iOS 16, navigation bar is not hiding properly. class HomeViewController: ...
venky's user avatar
  • 1,185
0 votes
0 answers
239 views

xcodebuild archive failing on Xcode 13.x due to resolving to wrong target header

I have this project with multiple iOS targets. Each target has its own AppDelegate.h and AppDelegate.m which inherits from either AppDelegateBase or AppDelegateServiceBase. I am using Xcode 13.4.1 - ...
TheButlerDidIt's user avatar
7 votes
0 answers
2k views

Can't print(po) through Xcode 14 debugger

My project was fine until I upgrade my Xcode to Xcode 14, after I upgrade my Xcode a few week, now that every time I try to debug and print it always show error like below and I can't figure it out ...
Rattanakoudom Sambath's user avatar
2 votes
1 answer
1k views

Xcode 14 Xcode 13 incompatibility

When I manually add the SDK that I exported in Xcode 13 to xcode 13 and xcode 14, it works for all devices without any problems. But when I export in xcode 14, it only works for simulators in xcode 13,...
Batuhan Doğan's user avatar
2 votes
0 answers
420 views

Xcode 13 archive failed: ipatool failed with an exception: #<CmdSpec::NonZeroExitException

When using latest React-native version, an error occurs when attempting to archive and export a release build through xcodebuild. ipatool failed with an exception: #<CmdSpec::NonZeroExitException: $...
Harleen Kaur Arora's user avatar
1 vote
0 answers
39 views

XCODE UserTracking with custom Marker

I am learning iOS development I want to show userTracking mode to follow with customer marker. Below is how I have tried to create marker on map @IBOutlet weak var mapKIT: MKMapView! @objc func ...
donaldjbrewer's user avatar
2 votes
1 answer
84 views

Swift 5 String Manipulation

I am learning iOS development and I try to get Gps information from phone and send to api using Alamofire as below let parameter = ["appVersion": "1.3.1", ...
donaldjbrewer's user avatar
0 votes
1 answer
144 views

I can't find the components to add to main.storyboard

I am using Xcode Version 13.4 (13F17a), I am trying to learn iOS development with UIKit but I am unable to find the elements to add to storyboard(ie button, textField) which force me to design ...
donaldjbrewer's user avatar
1 vote
0 answers
284 views

XCode error: Could not read serialized diagnostics file: error("Failed to open diagnostics file")

I tried to integrate Google Firebase Authentication into my XCode project but when I entered the initialization code in my AppDelegate and ran the build it gave me the error: "Could not read ...
Yaduvir Singh's user avatar
0 votes
0 answers
198 views

Specify NSPrincipalClass in Xcode 13 for a library project

I need to specify an NSPrincipalClass. This used to be done using an Info.plist but when creating a Library in Xcode 13 an Info.plist is no longer created. Can an NSPrincipalClass be specified in the ...
ajeetdl's user avatar
  • 1,284
0 votes
0 answers
25 views

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

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. ...
raeldor's user avatar
  • 483
3 votes
1 answer
3k views

How to update MARKETING_VERSION and CFBundleVersion from plist file?

I have a simple project and I want to update the project version and build number values from info.plist. I have added this Bundle version string (short) and Bundle version in plist file but its value ...
Pratik Prajapati's user avatar
0 votes
1 answer
109 views

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 ...
Ilya Kantor's user avatar
0 votes
0 answers
639 views

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 ...
Tindona's user avatar
  • 440
1 vote
0 answers
92 views

Xcode 13 build an interactive tutorial

I have an app which is a little complicated to figure out details without a help document. I don't want to host the help document only on a web server for users who might not prefer to leave the app ...
erdo's user avatar
  • 49
0 votes
1 answer
123 views

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 ...
MindX's user avatar
  • 1
1 vote
1 answer
997 views

app/main.jsbundle does not exist error when making archive in apple-m1 and xcode13

I am keep getting this error when generating an archive however build in simulator is working fine getting beloe error Showing Recent Messages File /Users/simranjeet/Library/Developer/Xcode/...
Simranjeet's user avatar
0 votes
1 answer
92 views

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 ...
Soldier's user avatar
-1 votes
1 answer
428 views

How to properly uninstall AdMob from iOS app

I have uninstalled the AdMob SDK by commenting out the lines in the Podfile. Then I run pod update. The AdMob SDK and the utilities are removed. However, I get framework not found FBLPromises error. I ...
Quailcreek's user avatar
0 votes
1 answer
1k views

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 ...
trevash's user avatar
  • 39
0 votes
2 answers
1k views

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 ...
Neph Muw's user avatar
  • 870
1 vote
0 answers
2k views

Steps on how to set up Sonarqube for Xcode/Swif Project

I have been trying to get this done for two days now. I have had different error to deal with. I am Using an M1 Apple Chip Mac pro and Xcode 13.4 and it has been difficult to get Sonarqube running. I ...
Darotudeen's user avatar
  • 2,468
1 vote
0 answers
366 views

Xcode 13.4.1 generates an unsupported code signature version

I'm getting this error: The code signature version is no longer supported when trying to run an app. This has to do with an embedded framework which has an old code signature version. codesign -dv ...
Taylor's user avatar
  • 6,360
6 votes
1 answer
4k views

Force Light Mode Across Entire App - Xcode 13.4.1

I'm looking to force light mode across the entirity of my app. I've read numerous posts about this subject, all of which indicate that I should set UIUserinterfaceStyle to light in the project's info ...
D Meyer's user avatar
  • 83
0 votes
1 answer
378 views

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 ...
JAK's user avatar
  • 6,461
0 votes
1 answer
261 views

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: ...
user19296808's user avatar
6 votes
2 answers
32k views

How can I build an app with XCode 13.4 for iOS 16 Devices? [duplicate]

I'm working for a company which has an application in the AppStore. We need to test iOS 16 before release. I can not build the app iOS 16 devices with XCode 13.4. If we got build with firebase and run ...
Swift Boy's user avatar
-1 votes
1 answer
186 views

I can't import CoreLocation [closed]

Firstly,I added corelation.framework later I got permission location privacy from info.plist. I use xcode 13.4.1 and I can't import coreLocation ,it doesn't exist. therefore ı can't create a object ...
Swiftniscate's user avatar
1 vote
1 answer
770 views

xcode 13.4.1 compatible with ios 15.5?

I am getting the XCode error that typically means that the XCode version is too old to connect to a given Ios version but this is the latest released XCode version 13.4. Failed to prepare device for ...
Warren  P's user avatar
  • 68.7k
0 votes
1 answer
990 views

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 ...
dejv_IT's user avatar
  • 63
0 votes
2 answers
568 views

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 ...
Sid Chaudhry's user avatar
1 vote
0 answers
193 views

Xcode 13.4.1 User defined runtime attribute string "0" saved as ""

this only started after upgrading to Xcode 13.4.1 I have a User defined runtime attribute named numberString that has values 0-9 defined as string. The custom view then sets them to a label text ...
jab11's user avatar
  • 867
1 vote
1 answer
301 views

Xcode 13.4.1 simulator kills internet

I'm currently running Xcode 13.4.1 and simulator 15.5. Internet goes down when I build and run any app through the simulator. It restores back once I quit the simulator. Tried this but didn't work
Shoto Venkatesh's user avatar
1 vote
1 answer
3k views

react-native compile error - 'Firebase.h' file not found with <angled> include; use "quotes" instead

I was trying to run ios app, getting firebase.h file error in pod, How do i overcome this issue. I have M1chip with below configurations : OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory: 2....
sandeep's user avatar
  • 21
2 votes
0 answers
750 views

function didRegisterForRemoteNotificationsWithDeviceToken not running (Xcode 13)

I am trying to print out the device token but I can't even get the didRegisterForRemoteNotificationsWithDeviceToken function to run. i have looked at all the online tutorials and nothing. i am using ...
Jawwaad Sabree's user avatar
6 votes
2 answers
7k views

AppCheck failed: The attestation provider AppAttestProvider is not supported on current platform and OS version

I am getting the following error when trying to integrate App Check into my iOS app. AppCheck failed: 'The operation couldn’t be completed. The attestation provider AppAttestProvider is not supported ...
Eric's user avatar
  • 759
0 votes
1 answer
68 views

Xcode 13 storyboard disappeared

When it disappeared, I was unhappily trying to add a field to a menu button on the storyboard. It compiles and runs but I can't see the storyboard anymore.
Code Singer's user avatar
0 votes
0 answers
26 views

Why my SF Icons are automatically filled in Xcode 13 and Ios 15 [duplicate]

In a Tabview, I am using SFICON TabView { NotificationsView() .tabItem { Image(systemName: "heart") } } In the original SFIcon "heart" is not filled, but when I ...
user avatar
4 votes
1 answer
4k views

How to add an array item to Custom iOS Target Properties in Xcode 13 where Info.plist has been removed?

As of Xcode 13, Info.plist has been replaced by Custom iOS Target Properties ✅ you can access this via Project → Target → Info. My goal is to add a property LSApplicationQueriesSchemes which contains ...
Zorayr's user avatar
  • 24.7k
3 votes
0 answers
299 views

In Xcode, why do some packages have different icons and can't run tests?

In Xcode, if I look in the scheme menu for my app project, I see some of the Swift packages on which I have declared dependencies. Some of them have gear icons, and some of them have building icons. ...
Rob N's user avatar
  • 16.3k
5 votes
2 answers
12k views

FBLPromises.framework does not contain bitcode - failing build

I get the following error, even after setting Bitcode to No in my Podfile. This occurs across different Xcode, up to 14.0 (at which I get a signing error, which also doesn't make sense since I have ...
satchel's user avatar
  • 547

1
2 3 4 5
9