App name has -temp-caseinsensitive-rename attached to it - xcode

I have been having an issue when trying to rename my app. Basically I have clicked on my app's name under 'Project' and changed the name under 'Identity and Type' to the desired name. The issue is that when I run my app, the name under the icon appears as this:
testName-temp-caseinsensitive-rename
I gave my app the name 'testName' while I was checking whether it would work, but now it seems I am stuck with this and the weird temp-caseinsensitive-rename bit.
I have done a quick search but the results were no help to me so I was wondering if anyone had any suggestions?

Figured it out. I used the search function in Xcode and found the remaining places with 'testName-temp-caseinsensitive-rename' as the name. Product Name and Product Module Name still had that name set so I renamed them and it fixed the issue.

Related

I have an error while changing app name Xcode

https://zeddios.tistory.com/286
I have followed this web site to change my project's name
The Original name is HM 10 Serial and TOUCHE and I want to union that to CANTUS.
But I have failed to change, so I tried to renamed it to the original name.
But when I start Xcode again, there is only
What screen shows
I don't know how to fix it....
and I have no back up file so I have to fix it.
What is this problem and how can I solve this?
I'm so so Desperate, So please any give me any possible idea.
############### added ###############
Problem is getting better and is changed
now I have a different problem.
Build input files cannot be found:
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/UIColor.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/OperateViewController.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/PreferencesTableViewController.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/ScannerViewController.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/GraphViewController.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/SpeedButton.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/AppDelegate.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/BluetoothSerial.swift',
'/Users/moongyeonguk/Downloads/TOUCH4s_charts_cracked_editing/TOUCHE/InitViewController.swift'

Tasker - "No Named Profiles Exist" - Huh?

I am trying to have create a basic Task to control a Profile (On/Off).
From the new Task: "+ > Tasker > Profile Status", clicking the search icon returns "No Named Profiles Exist", even though profiles with custom names actually do exist.
I could swear I had this working in recent attempt, but LOST after a factory reset on my Pixel XL phone. I tried from another device (Tablet), but get the same result. Multiple restarts, reboots do not help.
I suspect I may just be using the wrong approach to complete this Task.
Any suggestions to proceed?
Thx!
And then, by no special action from me, it worked. My profiles are appearing in the list.
Gahh... :(

Can't change name of app in Xcode

Long story short, I made an app, and now that it is done, I thought of a better name.
When I change the product name, it asks if I want to let it automatically change the name everywhere else. Unfortunately, after doing so, I deploy the app, but it still shows the old name on my device. I have tried many things to fix it, but no luck.
Any ideas?
Did you try deleting the app from the device and cleaning the targets on the project before deploying to the device again.

iPhone app Rejection

I recently submitted my app and Apple rejected it because I used: 'AppName iPhone Edition'
Which seemed to be correct from reading their terms and conditions, but they told me I cannot use iPhone in the name displayed on the device.
So, the question is, when I change the Product Name in the build settings, it asked me for a new provisioning profile. Do I need to create a new provisioning profile, or can I just change the app name that appears on the device?
You can change your app name and not need a new provisioning profile as long as you keep the same bundle ID.
By default,the Info.plist has this:
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
Just change it to whatever you want and keep your product name unmodified.
You also need to change it yin iTunes Connect.
Provisioning profiles are tied to the app identifier by default (com.yourCompany.yourAppProductName). So when you change the product name (in the build settings) the identifier changes also. You can manually specify an identifier code in the summary to avoid problems like this.
Also be sure that you are changing the "Bundle Display Name" in the info tab. This name can be anything and does not require changing the product name or identifier.

How to change the default company name in Xcode 4.0 (build 4A304a) [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Where do I set my company name?
I installed Xcode 4.0 (build 4A304a) just now. The default company name can't be updated via defaults command on my side. I googled a lot and tried many solutions (AddressBook, com.apple.Xcode and com.apple.dt.Xcode plist file ...) mentioned by others. None works for me...
It's not a big issue and I can even ignore it. But I just want to know why and how.
Did you meet with this issue with Xcode 4? Please advise, thanks!
In XCode 4, open up your project. Select the top-most item in the Project Navigator (MyProjectName, 1 target, iOS SDK 4.3 -- or whatever). Open up the file inspector (View->Utilities). In the Project Document section, you should see an "Organization" line. Edit that, and new files that you create will display the new organization name. This is a project setting, hence you'll have to do it for every project. You'll have to search-and-replace to fix up any existing files.
For new projects that you create, the Organization Name will be whatever the value was on the previously open project. (You can edit it when creating the new project.)
If the Organization Name entry in the UI is blank (and for your very first project ever in XCode maybe?) it'll pull the business name from the "Me" card in your address book.
This works for me!
The ORGANIZATIONNAME substitution value in templates is now replaced with the Company Name from the current user’s Address Book card if present, rather than MyCompanyName. If the PBXCustomTemplateMacroDefinitions user default has already been set, it will be honored.
That we have to set the company name of my name card in address book of the MacOSX.
from: http://www.waterworld.com.hk/en/blog/set-company-name-xcode-4
To clarify as there seems to be a lot of confusion every time I look for this.
XCode will pull the company name from the 'me' entry in your address book IF the organisation line in the project document section is blank. You can override your address book entry on a per project basis using the answer given by AndrewS.
No, no, and no. You see the TRUELY weird thing in Xcode 4 is that it's actually pulling the company name from the "Me" entry in your address book. This overrides all previous solutions!
I couldn't figure out why it kept on inserting my old company name.
Checked the ORGANIZATIONNAME in the command line. That was set as my
new company name. Fail, it was still overridden.
Checked the Company Name entry in the Address Book. That was set as
my new company name. Fail, it was still overridden.
Changed the company name under the "Me" entry in the Address Book.
Finally, success!

Resources