Questions tagged [pbxproj]
33 questions
0
votes
1 answer
How to Add project.pbxproj File For Json Framework in iOS and Suitable Framework
I am using xcode 4, Compiler version LLVM GCC 4.2.
I have been trying different versions of Json framework in hope that if anyone of them can be included without errors. First I tried SBJson 3.1, but it gave me nearly 170 warnings and some errors,…

NightFury
- 13,436
- 6
- 71
- 120
-1
votes
1 answer
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 place of app's bundle identifier and Development team…

Andrey Solovyov
- 551
- 7
- 21
-1
votes
1 answer
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…

ackh
- 1,648
- 2
- 18
- 36