Questions tagged [cfbundleidentifier]

74 questions
4
votes
2 answers

CFBundle runtime error - what does this mean?

Every time I run my iPad app through Xcode, I get this error message in the console after didFinishLaunchingWithOptions: returns and before any code is run in my initial viewController class: Unable to load string table file: CFBundle 0x134518370…
3
votes
1 answer

How to register document type which iOS safari should support?

Im working on an iOS application which has file extenstion e.g. .vlin and i want iOS device to recognize this extension. So far I am able to achieve following .vlin is supported in iphone native mail client clicking .vlin file opens in my Vlin…
pradeep1991singh
  • 8,185
  • 4
  • 21
  • 31
3
votes
1 answer

get the bundle identifier of an application running from another user

The scenario is like this: "I run an app (say myproc) from one user and then fast user switch to second user" Now, when I try to determine all processes running with a particular bundle Identifier (say com.ak.myproc); I am not able to determine this…
3
votes
1 answer

How to install 2 versions of the same application on iOS?

I have Application with Bundle dispaly Name "BobAppl" and Bundle identifier named "org.bob.phone". I want to install new version of the same application but to save old version as well a.e. on my iPhone I want to see 2 applications: "BobAppl" and…
Maxim Shoustin
  • 77,483
  • 27
  • 203
  • 225
3
votes
2 answers

Xcode complaining about invalid character in the Bundle Identifier

When I try to build a Mac OS project in Xcode 4.3.2, it throws out the following warning: invalid character '$' in Bundle Identifier at column 4. This string must be a uniform type identifier (UTI) that contains only alphanumeric (A-Z,a-z,0-9),…
Vibhor Goyal
  • 2,405
  • 2
  • 22
  • 35
2
votes
2 answers

Cocoa/ObjC: get CFBundleIdentifier of current process

I have a case where [[NSBundle mainBundle] infoDictionary] does only contain this: 17.09.11 18:28:26,936 [0x0-0x5a98a93].com.valvesoftware.steam: 2011-09-17 18:28:26.935 steam[85587:707] infodict: { 17.09.11 18:28:26,936…
Albert
  • 65,406
  • 61
  • 242
  • 386
2
votes
1 answer

Bundle Identifier Problem

I’m having issues generating new bundle identifiers through the provisioning profile. When I click new New App Id and enter the required details it keeps generating the same bundle id. This is what I am entering: Description: “My app name” Bundle…
Adam H
  • 1,521
  • 2
  • 16
  • 19
2
votes
1 answer

you must supply CFbundleidentifier for this request

I have been trying to upload my build (Xcode 8.1) since almost a week and i get n number of errors,which i do not get on my any other app update.This is not my first upload. I am just trying to update the app. I get the error of you must supply…
Vidya
  • 349
  • 3
  • 13
2
votes
1 answer

Invalid CFBundleIdentier ITMS-90376

In my Xcode(7.2) Project (Watchkit and IOS app), I am getting an error when trying to submit a built(using Archive upload) of my app to Itunes connect via Xcode that looks like: ERROR ITMS-90376 "Invalid CFBundlerIdentifier. The CFBundleIdentifier…
ahitt6345
  • 500
  • 5
  • 20
2
votes
2 answers

ITMS-90511 CFBundleIdentifier Collision

I have a Java application that bundles with Oracle Java 1.8.0_65. When trying to validate it using Application Loader I get the error "ITMS-90511 CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.oracle.java.8u65.jdk' of…
Tiberiu
  • 508
  • 7
  • 17
2
votes
3 answers

ITunes Test flight Issue while submitting app to app store

I received the following issues from Apple Developer while uploading my app to app store, recently updated to Xcode 7.0. Uplaoding first time after updating to Xcode 7.0. This is mail i am getting from itunes. Dear developer, We have discovered…
2
votes
2 answers

CFBundleIdentifier Collision

I am doing an Update to my app. I added a Watch Extension and I had many errors regarding provisioning profiles and so on when trying to submit the binary. However, I somehow managed to get it to work and submitted my update. Today I was rejected…
Kreuzberg
  • 894
  • 1
  • 9
  • 18
2
votes
1 answer

could not read CFBundleIdentifier from Info.plist

somehow I came up with this build error: error: could not read CFBundleIdentifier from Info.plist (null) how do I fix it?
Aviram Netanel
  • 12,633
  • 9
  • 45
  • 69
2
votes
0 answers

Cannot find executable for CFBundle (SocialFramework, CertUIFramework, GeoServices)

In Xcode, I am getting the following warning messages in the console when I run my code: Cannot find executable for CFBundle 0xb64f080…
2
votes
1 answer

Uploading app update with different Identifier

I'm working on app update which uses push notifications. when i tried to enable the push notifications to the app id i find this: Note: Only explicit App IDs can be used to access the Apple Push Notification service. Please use an existing App ID…