Skip to main content
0 votes
1 answer
196 views

I was creating an app for the Apple Swift Student Challenge, and when I go to submit it I realized that it needs to be a swiftpm file. I made my app as an Xcode project, and can't find any way to ...
dan's user avatar
  • 11
2 votes
1 answer
80 views

I'm a bit confused about standard behaviour when Working with other developers. Are my actions, described below, a normal practice? note: I covered team id and names for privacy concerns, but I think ...
biggreentree's user avatar
  • 1,971
0 votes
0 answers
200 views

I have an app that runs on both iOS and visionOS (native). Both app use the same project, just some files and code segments are different. We do not use automatic signing. Instead we use a ...
Bhavin p's user avatar
  • 112
1 vote
1 answer
553 views

Is it possible to organize SPM package dependencies, which are usually placed in the "Packages" group (group or folder in Xcode project), into sub-groups or sub-folders using Tuist?
LuigleDR's user avatar
  • 351
1 vote
0 answers
105 views

There're always more than one (xc)schemes in a single Xcode project/workspace. When you open a project/workspace with Xcode, Xcode will decide an active scheme as the default scheme to be build/run. ...
Saafo's user avatar
  • 846
-2 votes
1 answer
476 views

I have 2 big projects (ProjectA & ProjectB) in a workspace. I need to access multiple files from ProjectA into ProjectB. Example: I have a file named Test.h & Test.m & Test.hpp & Test....
ΩlostA's user avatar
  • 2,621
1 vote
0 answers
1k views

Your help would be really appreciated. Error: I’m not able to run my iOS app in Xcode simulator while the project builds. The option to run the app (from Menu bar -> Product -> Run) is grayed ...
yyzzay's user avatar
  • 11
3 votes
2 answers
3k views

I'm running Xcode 13.4.1 on an M1 and trying to run the test bundle. What I did: Created a target whose configuration includes the standard architectures as well as x86_64. Excluded architecture ...
Frankie Simon's user avatar
0 votes
1 answer
858 views

Trying to setup CI for my swift package. It's already running fine for the package but I haven't found a xcodebuild command that will build the SampleApp successfully. The issue seems to be that I ...
robhasacamera's user avatar
3 votes
3 answers
977 views

I have been creating Internal (local) Swift Packages and then creating frameworks that import those packages as modules to help create service providing [public] classes and structs. Said frameworks ...
RichyZDenmark1332's user avatar
1 vote
0 answers
866 views

Iam having two .xcodeproj files in one project, While running via VSCode, i am getting this error/message Launching lib/main.dart on iPhone 13 Pro in debug mode... lib/main.dart:1 ProcessException: ...
Ujjawal Maurya's user avatar
-1 votes
1 answer
77 views

After I finished my Xcode project (macOS app), I wanted to change its name, folder names and other stuff... Everything messed up and the project wouldn't build so I decided to save all the project ...
PigeonPO's user avatar
  • 108
0 votes
1 answer
168 views

I have two Xcode workspaces, both the workspaces have multiple targets. Each target in both the workspaces have storyboard file called Main.storyboard. My problem is to combine one target in the first ...
Deepak Sharma's user avatar
3 votes
0 answers
350 views

In my project I need to generate a file that will be used in one of my Swift Packages. I added a script to generate it as a pre-action to make sure it happens before anything else is build - and it ...
Grzegorz Krukowski's user avatar
0 votes
1 answer
43 views

I have a project creat by ObjC, and upload to AppStore. Recently I got a requirement my boss want to Migrate ObjC project to Swift, and creat a new project language choose Swift. I want to know if I ...
Beginnerrrrrr's user avatar

15 30 50 per page
1
2 3 4 5
7