Questions tagged [xcode-project]

xcode project settings and project file issues, including code-signing, build configurations, etc

105 questions
0
votes
1 answer

Create new single view application for iOS using command-line tools

Is it possible to create a new single view application for iOS using Xcodeproj? https://github.com/CocoaPods/Xcodeproj/issues/304#event-418686970 Thanks.
pshah
  • 2,052
  • 1
  • 21
  • 40
0
votes
1 answer

Changing name of Xcode App uncertainty

Today I changed the name of my iOS app. However, in Xcode the bundle identifier with com.yourname.appname is still that the old name. Didn't change bundle identifier, didn't change anything in xcode besides the name of app on UIImageView. Can I send…
0
votes
1 answer

More FacebookSDK/Facebook.h issues - file not found

Alright, guys. I'm going freakin' crazy with this one. It is utterly ridiculous that the FacebookSDK causes so many issues. I know there are a couple questions on here regarding this issue, but they all seem to be outdated. I pulled my Xcode…
Jake T.
  • 4,308
  • 2
  • 20
  • 48
0
votes
1 answer

Does my Xcode project broken

My Xcode iOS project is kind of broken I think.When I create a new file in my group,the file's location is somewhat different from other Xcode iOS project.For example,when I create a Cocoa Touch Class called EEViewController,you can find its…
tounaobun
  • 14,570
  • 9
  • 53
  • 75
0
votes
1 answer

Difference between Xcode Project testing and Pre-release internal testing

I'm done with testing my app on all my devices through building the app on Xcode Project. Do I now need a distribution certificate or can I use my development certificate to use iTunes Connect pre-release internal testing thing? I'm the only one…
Jet
  • 555
  • 1
  • 7
  • 19
0
votes
1 answer

Script or way to check localizatons against code

I have this app that suffered several modifications and more localizations were added over time. Is there any way to check the Localizable.strings files for the several languages against the code to see what localizations are missing on the strings…
Duck
  • 34,902
  • 47
  • 248
  • 470
0
votes
1 answer

Merge two iOS Project into one

Is that possible to merge 2 projects into one. I know it is possible to add all ressources (classes, storyboards, images) in one project, what I want to do is a more difficult : 1 big project own 2 others "subprojects" (with an app on it). This big…
The Fonz
  • 207
  • 1
  • 4
  • 14
0
votes
1 answer

2 Applications in the same project

I created 2 ios projects, but now I want to erase them in the appstore and create an unique project with a simple button which display 2 buttons Button A go to application A Button B go to application B I imported the project A in my new project…
The Fonz
  • 207
  • 1
  • 4
  • 14
0
votes
1 answer

Changing project identity and type in Xcode

I have a working iOS application in Xcode, and wanted to change the display name of the application on the phone. When i click on the main project directory in Xcode, a menu opens on the right side of the screen. Under the title "Identity and Type",…
Dan
  • 212
  • 1
  • 6
  • 12
0
votes
1 answer

Can I detect what files are in a project at compile time?

We have a suite of apps which share a set of common screens. Some screens have use more functionality in some apps than others. For example, in one app our issue screen supports tags, but in the others it doesn't. In one, our regions screen…
Simon
  • 25,468
  • 44
  • 152
  • 266
0
votes
1 answer

What data structure does Apple use for managing Xcode projects?

I've been poking around at Xcode's project format lately, and I'm trying to understand the best way to load it into memory. For reference, I'm using Python for this experiment. I'm looking for an easy way to read out the contents of a project so I…
Moshe
  • 57,511
  • 78
  • 272
  • 425
0
votes
1 answer

How do I export a xcode project with it's images?

I'm trying to export a Xcode project to my new mac, but at the time of creating the project, when added images I didn't check the "Copy to destinations folder". So, when I open the Folder containing the project some images are missing. Is there…
Sam Guichelaar
  • 457
  • 2
  • 12
-1
votes
1 answer

Xcode project with a certain Product name crashes at launch

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 files in a folder, create a new Xcode project and…
PigeonPO
  • 74
  • 8
-2
votes
1 answer

Accessing class files between two projects in Xcode workspace?

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.cpp in project A. I would like the target from the project B…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
-6
votes
1 answer

How to open .h and .m file of xcode in Windows?

Is there any way that I can view .h and .m files on my Windows machine the same way I can see on a Mac? I want to have a look at lots of code of iOS Tutorials but I don't have a Mac. I also open it in Microsoft Wordpad, but I only can view plain…
NSPratik
  • 4,714
  • 7
  • 51
  • 81
1 2 3 4 5 6
7