159,746 questions
Advice
1
vote
2
replies
33
views
How to wrap C-library into SwiftPackage to use in my project?
I created test project - "TaoTester" and test package with C-library called "SwiftGit2".
After few days of work in package almost all works fine....
EXCEPT: I cannot link C-...
-3
votes
0
answers
26
views
How to use custom version of swift in Xcode? [duplicate]
I am using Mac 14 and the highest version of Xcode that I can install is 16.2
And it comes with the bundled swift component - 6.0.3 version.
But my project requires swift 6.2 or later.
I was able to ...
-1
votes
1
answer
35
views
Sentry issue with xCode26 [closed]
ios 26 SDK or later is required for an arm64e slice. The bundle executable in “Sample.app/Frameworks/Sentry.framework” contains an arm64e slice with the ios 17.2 SDK
0
votes
0
answers
28
views
XCode StoreKit helper application failure - Purchase Fails with NSCocoaErrorDomain Code=4099 and ASDErrorDomain Code=5115
XCode version = 26 && macOS version = 26
Running the app from XCode (not in release mode)
I want to implement in app purchases for my macOS application, for that i want to first test it ...
0
votes
1
answer
77
views
Xcode Cloud workflow stuck in Archive
I'm using Xcode Cloud to build for internal TestFlight testing. But it stuck in Archive. No warning or error. Unable to complete the workflow. I haven't encountered this problem in my previous builds.
...
0
votes
1
answer
94
views
Firebase initialization failed on physical iPhone (iOS 26.1) – channel-error & iOS 14 deployment target issues
I’m facing a persistent issue when running my Flutter iOS app on a physical iPhone and iOS simulator (iOS 26.1). I am using the latest Flutter and Dart versions and my project is integrated with ...
0
votes
0
answers
37
views
SMAppService fails with "Operation not permitted" despite correct entitlements and plist configuration
I am building a macOS SwiftUI app from scratch that needs to install a privileged helper tool using SMAppService. I have followed Apple's documentation and sample code ("...
0
votes
0
answers
42
views
React Native 0.82 iOS linker error: Undefined symbols for architecture arm64 (unsafeExecuteOnMainThreadSync )
I’m migrating an existing React Native app to React Native 0.82.x.
Android builds and runs fine, but iOS fails at the link step with the following error:
Undefined symbols for architecture arm64:
&...