Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
31 views

Smart Code refers to well-written, efficient, and optimized code that improves performance, readability, and maintainability. It uses proper logic, clean structure, and best practices so that the ...
shane kiker's user avatar
Best practices
1 vote
11 replies
86 views

Suppose I have a function that is used by multiple views. I could create a singleton so the function can be accessed anywhere: class SharedFunctions { static let shared = SharedFunctions() ...
Roberto's user avatar
  • 579
Tooling
0 votes
4 replies
219 views

The issue is, the keyboard and the application looks like doesn't support the emoiji's for IOS 26.3.1 and they should resolve this on this version. To solve this install IOS 26.1 in the xcode and ...
Finding Nemo's user avatar
-2 votes
0 answers
49 views

I need to create my app icon for a desktop Mac app. I am using Xcode 26. So, I go to Assets.xcassets > AppIcon, and insert my 1024x1024 image in the App Store -2x. It’s a flat PNG with a white ...
tuco's user avatar
  • 639
-2 votes
0 answers
122 views

I am building a React Native iOS project and getting a linker error related to libc++ during the archive/build phase. The project compiles successfully, but fails during the linking stage. Error: ...
Irfan Rao's user avatar
-1 votes
1 answer
41 views

I defined the following shape: struct DisplayView: View { var body: some View { ZStack{ RoundedRectangle(cornerRadius: 20) .stroke(Color.black, lineWidth: 1) ...
Swiftiti's user avatar
Tooling
0 votes
1 replies
45 views

In the Xcode Developer Documentation, the type "FilePath" is listed under Fundamentals > Foundation > Numbers, Data and Basic Values > URL > FileSystem However, to use it, I need ...
tmlen's user avatar
  • 9,262
Tooling
2 votes
3 replies
181 views

When trying to deploy app with Transporter app: Validation failed (409) Invalid executable. The “Runner.app/Frameworks/objective_c.framework/objective_c” executable references an unsupported platform ...
Nedim Karavdic's user avatar
1 vote
2 answers
178 views

I'm getting a linker error when building my Flutter iOS app on the simulator: Error (Xcode): Framework 'Pods_Runner' not found Error (Xcode): Linker command failed with exit code 1 (use -v to see ...
GAEL SASSAN's user avatar
2 votes
1 answer
132 views

I'm completely stumped on this. I can't find anything that clearly explains to me what this code crashes when trying to run in on macOS but runs perfectly when on iOS. I'm very new to SwiftData, and ...
DashingDave's user avatar
0 votes
1 answer
54 views

I am trying to port an flutter project into iOS. Apparently, I need to open Runner.xcworkspace.I can see the file when opening finder from Runner. But when I click on it, there is no selection (see ...
PhilM's user avatar
  • 439
0 votes
0 answers
29 views

The AppIcon inside Apple Xcode project (created with Ionic) was changed several times with success (App icon on ios changes without any problems), but the Push Notification icon remains always as the ...
SuperCiccio73's user avatar
1 vote
0 answers
59 views

I am building an iOS app on Flutter. Whenever I try to distribute the app, I get a "SwiftSupport folder is missing" error from App Store Connect. "Always embed Swift Standard libraries&...
sywise 98's user avatar
0 votes
0 answers
48 views

I am working on a Flutter project that builds and runs successfully on Android (both real device and emulator), but when I try to run the same project on iOS, I keep encountering package-related ...
Dilsath Barhana T's user avatar
0 votes
0 answers
60 views

I’m building iOS apps with Visual Studio 2022 (MAUI/Xamarin) on Windows paired to a Mac. In Tools → Apple Accounts → View Details → Certificates, Visual Studio only shows: iOS Distribution (existing) ...
boss's user avatar
  • 1,638

15 30 50 per page
1
2 3 4 5
10645