443 questions
0
votes
0
answers
36
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 ...
1
vote
0
answers
788
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 ...
0
votes
2
answers
317
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 ...
1
vote
0
answers
779
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 > ...
0
votes
0
answers
147
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 ...
0
votes
0
answers
120
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, ...
5
votes
1
answer
5k
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 ...
0
votes
1
answer
59
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:...
0
votes
1
answer
379
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 ...
1
vote
0
answers
117
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: ...
0
votes
0
answers
267
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 - ...
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 ...
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,...
2
votes
0
answers
429
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: $...
1
vote
0
answers
45
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 ...