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

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
785 views

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
305 views

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
778 views

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
146 views

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
  • 51
0 votes
0 answers
117 views

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
5k views

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
56 views

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
350 views

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
115 views

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,195
0 votes
0 answers
256 views

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

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

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
427 views

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
43 views

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
98 views

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
176 views

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
334 views

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
261 views

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,294
0 votes
0 answers
31 views

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
5k views

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
115 views

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
722 views

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
  • 470
1 vote
0 answers
110 views

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
157 views

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
1k views

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
108 views

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
548 views

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 ...
user avatar
0 votes
1 answer
1k views

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

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
  • 940
2 votes
0 answers
2k views

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,588
1 vote
0 answers
396 views

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,508
7 votes
1 answer
6k views

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
  • 103
0 votes
1 answer
409 views

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,521
0 votes
1 answer
267 views

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

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
231 views

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
798 views

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
  • 69.8k
0 votes
1 answer
1k views

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
594 views

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
206 views

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
306 views

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

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
787 views

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
8 votes
2 answers
9k views

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
  • 849
0 votes
1 answer
69 views

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
30 views

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
5 votes
1 answer
5k views

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
  • 25.1k
3 votes
0 answers
372 views

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.7k
5 votes
2 answers
12k views

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
  • 557

1
2 3 4 5
9