xcode-workspace Questions
7
Solved
I have done some changes in functionality throughout the day.
After that I closed workspace and try to open it again it is showing Couldn't load project.
I've tried all solution available on sta...
Couchant asked 6/5, 2016 at 13:26
6
Solved
I’m getting strange error while building project in Xcode 9.4
Build system information - unexpected service error: The Xcode build system has crashed. Please close and reopen your workspace.
I...
Spit asked 15/6, 2018 at 7:15
2
I've got an Xcode project, in an Xcode workspace. At one point, I thought I wanted a workspace, so I added one, but it turns out I'm not doing anything which can benefit from that, and I'd rather n...
Godinez asked 23/12, 2016 at 7:1
1
Solved
I am able to run my app on simulator. On real device however, I am asked to give my keychain password, whereafter the build fails with
Command PhaseScriptExecution failed with a nonzero exit code
...
Dhoti asked 15/3, 2021 at 0:25
3
Solved
I am developing an app and I am using an open source component.
I have a workspace containing both MyApp.xcodeproj and Component.xcodeproj. My app has three configurations: Debug, App Store and In...
Masticatory asked 17/6, 2015 at 7:19
5
Solved
I'm working on an app with another partner. He's been working on master, and I started a new branch. On my branch I installed cocoapods. I just tried pulling from master and I'm getting merge confl...
Radloff asked 20/10, 2014 at 18:33
2
I have an iOS project written by Swift 3.0 with CocoaPods. I've configured Gitlab CI for this project and it works perfectly. This is my .gitlab-ci.yml file:
stages:
- build
build_project:
stage:...
Hasen asked 6/1, 2017 at 1:4
1
I'm using Xcode 9 and Swift. I've got one workspace and one iOS project. Later I added a MacOS target (Cocoa App). When I try to reference a class from the MacOS target to the iOS target, the compi...
Lexicographer asked 5/10, 2018 at 21:5
5
I have 4 different XCode projects for different modules on different branches of git.
I want to make a common project/app through which i can call all 4 modules.
There modules are to be displayed l...
Conserve asked 16/8, 2018 at 10:34
1
Solved
Using Xcode 7.2 (7C68), OS X 10.11.2 (15C50)
tl;dr With multiple projects in same Xcode workspace, why do my user-defined build settings for a build configuration seem to not work? I set them corr...
Untitled asked 22/12, 2015 at 23:52
1
My project architecture is, a workspace which has two projects(Project A & Project B). Project A has three more sub projects(Project X , Project Y, Project Z).
Workspace
Project A
Project...
Militant asked 21/8, 2015 at 16:29
1
I have written a small private framework that I want to share between a few iOS apps.
Here is the work flow I envision:
Pull SimpleApp from source control.
Pull BobFramework from source control....
Overbear asked 3/2, 2015 at 16:47
0
In xcode 5.1.1 i have copy one project from one pc to another.and run it.it shows error like this.
when i click upon red block it shows like popup above
Galliot asked 19/9, 2014 at 11:15
1
Solved
I am using the xcode plugin.
I had looked around, but most of the "solutions" did not work.
My main issue is that in the xcworkspace that is generated, there is no scheme for the project I am tryi...
Incensory asked 5/9, 2014 at 16:7
1
Solved
I've created myself a Xcode 5 workspace and added 2 projects into it. The first project is a Mac OS X Cocoa Application and the second is an External Build System.
When creating the projects I che...
Opalescent asked 3/3, 2014 at 1:5
1
© 2022 - 2024 — McMap. All rights reserved.