Questions tagged [cfbundleidentifier]
74 questions
1
vote
1 answer
test using same Bundle Identifier for different application cause trouble
I am testing applications on device, I used bundle identifier "mycompany.app" and after selecting proper code signing i am able to run the application on device(i.e my iPhone).
Now after successfully run this application I deleted that and used…

Bhavin Kansagara
- 2,866
- 1
- 16
- 20
1
vote
1 answer
How to give "Share with" option while opening documents in iphone mail
So I've been going through the "Document Interaction Programming Topics for iOS".
I've been able to achieve the "Open with myapp" option through Mail, was wondering how can I change the option to "Share with myapp" depending upon the file types…

rishabh
- 1,155
- 1
- 10
- 17
1
vote
1 answer
Live iOS app: change bundle identifier
I have an app on the app store that was deployed with a certificate for an app id with a wildcard bundle identifier. Now I have to add push notifications to this app, resulting in exactly the same problem as described in this question.
The answers…

Cornelius
- 4,214
- 3
- 36
- 55
0
votes
0 answers
CFBundleExecutableKey does not contain a bundle executable
I am facing this issue in React native iOS after archiving the project and uploading it:
Unexpected CFBundleExecutable Key. The bundle at 'Payload/dummy.app/AccessibilityResources.bundle' does not contain a bundle executable. If this bundle…
0
votes
0 answers
iOS Access Extension target bundle ID from main target
I have main target and extension target, each one has bundle id. I want to access extension target's bundle id from main target, runtime. Is it possible to do it?
I did not find solution in internet.
I appreciate if you can provide some info about…

dev2.3.
- 1
- 1
0
votes
1 answer
Xamarin app says it's missing CFBundleIdentifier even though I have it in the info.plist
I am trying to run a Xamarin app and it gives out an error that the "CFBundleIdentifier" is missing. I looked at the "info.plist" and I can see that it's there.
This is the error I am…

Adi Vizgan
- 1
- 1
0
votes
1 answer
Fresh React Native project failing: Entry, ":CFBundleIdentifier", Does Not Exist
I'm trying to set up a fresh React Native project by simply following the guide here: https://facebook.github.io/react-native/docs/getting-started
I can build and run it from Xcode just fine, only getting a few "semantic warnings".
When I run yarn…

Lehar001
- 73
- 11
0
votes
1 answer
ArchiveInfo.plist has incorrect data
After building and archiving my application, I open up ArchiveInfo.plist that's in the folder with the app and it contains some invalid data. The Bundle Identifier is misspelled. I have looked around everywhere in my XCode project for the exact…

Flipper
- 2,589
- 3
- 24
- 32
0
votes
1 answer
App Store bundle invalid error when uploading build
I have just transferred an app that is on the App Store to another account. I am now trying to upload additional builds from Xcode to the new account. I have an error when trying to upload:
ERROR ITMS-90062: "This bundle is invalid. The value for…

alionthego
- 8,508
- 9
- 52
- 125
0
votes
1 answer
Entry, ":CFBundleIdentifier", Does Not Exist in new react native project
I created a new project with the command react-native init LocationExample --version 0.57.7
It created a project named LocationExample but when I further went into project folder and ran the command react-native run-ios.
This gave an error stating …

Aarsh Oza
- 164
- 1
- 4
- 19
0
votes
0 answers
How to get CFBundleIdentifier when lauching app on iOS 11
I am trying to read out the self.CFBundleIdentifier when user opens an app from Springboard.
Does someone know the method(s) and header(s) required to get CFBundleIdentifier when launching app on ios11?
Thanks in advance
Thewaytozion

thewaytozion
- 1
- 1
0
votes
0 answers
altool supply a CFBundleIdentifier for this request xcode9
I use gitlab-ci, altool to upload ipa, I can generate ipa and xcarchive, and when use xcode open xcarchive, can upload to appstore normally, but when use altool, this error happens:You must supply a CFBundleIdentifier for this request, code: 1191,…

Shuaishuai Du
- 1
- 2
0
votes
1 answer
ReactNative fails to deploy build to iOS simulator but does deploy it to Android emulator
ReactNative fails to deploy build to iOS simulator but does deploy it to Android emulator
Attached are screenshots showing this on both.
Steps:
Created react native app
react-native init proto
Run app on Android emulator after I started…

pixel
- 9,653
- 16
- 82
- 149
0
votes
2 answers
Unexpected CFBundleExecutable Key issue
After uploading archive file of my app, I got this error:
Unexpected CFBundleExecutable Key - The bundle at '/Payload/App_Name/Target Support Files/Alamofire/Info.plist' does not contain a bundle executable. If this bundle intentionally does not…

Dmitriy Greh
- 684
- 8
- 17
0
votes
1 answer
How to increase float build number by using script
Hello guys i have tried following ways but none of them helped me to increase it without having any error on command line.
My current build number is 1.4.0 , i wanna get 1.5.0..
get bundle version and build version values from info.plist…

dicle
- 1,122
- 1
- 12
- 40