35 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
167
views
How can I review changes in the project.pbxproj file that is being tracked in git?
Well, I am facing project.pbxproj file in my project appears in the tracked files in the Sourcetree client app. There's no changes preview possibility and it would be nice to see what was edited on ...
0
votes
1
answer
253
views
pbxproj Python Library: Adding a reference to a group duplicates directories in the path
I'm using the pbxproj Python library to programatically add a reference to a folder in my Xcode project (we need it so an external script can pick it up to tag resources)
Manually, we can drag the ...
0
votes
1
answer
129
views
How to embed sub-project frameworks through cli?
I'm working with Qt which generates its own XCode project to make an iOS app. For this app I want to include a cocoapod dependency (Sentry). But I can't figure out how to add the sub-project ...
-1
votes
1
answer
191
views
Modify pbxproj as a build phase
I want to replace some placeholders in my .pbxproj file with real data before the compilation occurs. In a plain text of .pbxproj I have entries like REPLACE_ME_BUNDLE_ID or REPLACE_ME_TEAM_ID in ...
1
vote
1
answer
147
views
What is the source of Xcode build settings defaults?
I have two Xcode projects. Neither of them have custom ENABLE_BITCODE setting .pbxproj file. But in one of them it's set by default to YES and in another one it's set to NO.
If I enable Customized ...
-1
votes
1
answer
432
views
Xode project fails to compile a simple C++ class
I have a simple Xcode project that contains a single C++ class. However, when I attempt to build that project in Xcode I'm getting the following error message:
error: unable to spawn process '/...
0
votes
1
answer
356
views
'.pbxproj' file is missing in commits list
currently building a project clone and push all the changes to my github account step by step.
And i always used to see 'Twitter.xcodeproj/project.pbxproj' checked together with modified .swift files....
3
votes
3
answers
5k
views
How to change manually project.pbxproj file in Xcode during React-native upgrade?
I need to upgrade my React-native app from 0.61.0 to 0.62.0. The best safety way to do it manually with React Native Upgrade Helper https://react-native-community.github.io/upgrade-helper. But during ...
2
votes
0
answers
2k
views
Regenerate project.pbxproj file
I deleted my pbxproj file in my Xcode project, and I cannot recover it with version control or file system utilities.
Is there a way I can regenerate it from the files I have in my project? All of ...
2
votes
0
answers
368
views
React Native: do you ever have to upgrade `project.pbxproj` manually?
I'm following the instructions in rn-diff-purge on how to downgrade your React Native version, and I'm looking at this particular set of differences between two versions. One of the files that has ...
0
votes
1
answer
53
views
Enum case 'fromPost' not found in type 'Destiny?' in Travis, but the type is declared in File
I declare type of Enum
public enum Destiny {
case fromTrail
case fromPost
}
And use in another part of code, like that:
convenience init(withDestinySearch from: Destiny) {
self....
3
votes
2
answers
407
views
When Xcode opens the last project on launch it's listed in red with no files
When I open Xcode it automatically opens the last projects that were open when it quit.
I have one .xcodeproj that gets displayed in red in the Project navigator and there are no files visible for ...
34
votes
6
answers
14k
views
Getting a (null) reference in the Xcode pbxproj file
Upon updating/bumping up the version and the build # in Xcode version 9.1, I saw the following upon doing git diff
diff --git a/star.xcodeproj/project.pbxproj b/star.xcodeproj/project.pbxproj
index ...
1
vote
0
answers
499
views
How can I change Xcode capabilities when I use Jenkins?
I have a Unity project and I want to enable push notifications in the Xcode project. I use Unity 4.6.2p4 and Xcode 8.3.3
enter image description here
I tried a couple of things.
First, I used the ...
0
votes
1
answer
321
views
How can enforce `qmake` to contain `ProvisioningStyle` $ `DevelopmentTeam` fields in `project.pbxproj`?
I am using Qmake command line to build my app for iOS and I am struggling to sign my app with xcodebuild because the MyApp.xcodeproj/project.pbxproj that qmake is generating does not the contain the ...