xcode-project Questions
6
Solved
Added a new scheme corresponding to a test target in my xcode project. The new xcscheme file created is not getting reflected in git. Also doing a git status shows me nothing to commit, working dir...
Cypress asked 24/9, 2015 at 5:10
4
Solved
I want to edit project.pbxproj straight up using command line (for CI server script)
what tools can allow me to do this?
I used to use PlistBuddy to edit the output Info.plist; however, what i re...
Cordiform asked 21/8, 2015 at 6:16
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
2
Solved
I've been going round and round for a couple days now trying to figure out why my post_install hook isn't producing the output I'm expecting. Here's my Podfile:
source 'https://github.com/CocoaPod...
Preamplifier asked 25/11, 2014 at 18:25
8
I am having trouble opening basically all my .xcodeproj on my mac. However, when I clicked on show contents of my xcode proj I can see the xcworkspace file but I can't open it. I wonder if anyone k...
Univalve asked 10/11, 2019 at 16:40
1
We have a quite large project, which contains both Objective-C and C++ files. All of the C++ files are used during build, but only some of them are ever opened using Xcode, and there are lots of th...
October asked 17/3, 2016 at 16:5
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
1
I have several targets in Xcode. Everytime I change the domains in the target`s setting:
Targets - Target name - Capabilities - Associated Domains
then this change is propagated also to the settin...
Galliot asked 17/10, 2018 at 10:4
1
Solved
We have a project with nearly 1K Swift files. It just works well if everything is inside groups, but when trying to add some folder references to directories that contain Swift files, the compiler ...
Sentimentalize asked 24/9, 2018 at 17:8
4
Solved
I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the one target I have been testing (let's call it "MainApp"). However, I now want to build a different ta...
Polyhymnia asked 29/8, 2013 at 9:54
1
I'm writing a cordova ios plugin, I managed to set the plugin.xml file correctly in order to work and import my plugin inside the project with
cordova plugin add myplugin --searchpath=path/to/my/p...
Evetta asked 8/7, 2016 at 8:3
2
Solved
I stumbled upon a problem on a project that I need to work on. The project use Cocoapods for managing its libraries. I run pod install as usual to get started but xcode give me errors. I got Undefi...
Mercie asked 4/12, 2014 at 4:18
1
Solved
Iam using xcodeproj for adding a static library to my xcodeproject and iam getting an error in the new_file method the error is : normalize_source_tree': [Xcodeproj] Unrecognized source tree option...
Dozer asked 5/3, 2014 at 10:46
2
Solved
Over time when you develop an application you add new libraries to it, new frameworks needed for the libraries to work. Then you remove libraries and if you are like me you have forgotten to remove...
Stelu asked 21/10, 2011 at 9:37
2
Solved
I have some open source code hosted on github for adding a block based category to UITextField. I have added a .travis.yml file to get travis CI to build and run the code on every push. Link to The...
Pneumatic asked 26/10, 2013 at 14:32
1
© 2022 - 2024 — McMap. All rights reserved.