info.plist Questions
1
Is it possible to modify for example the Info.plist to prevent a certain app from making its Dock icon jump using -[NSApplication requestUserAttention:]? There is a system-wide setting no-bouncing ...
Toting asked 7/7, 2016 at 11:12
3
Solved
GoogleService-Info.plist file is added via Add Files to "Runner" option. So, it is in the Runner directory.
I had already checked lots of stack overflow answer but unable to figure out t...
Bowe asked 8/7, 2020 at 4:42
6
im facing an issue in one of my flutter apps. Im was using MapBox-SDK plugin but when I tested the app on IOS, it asked me to update my Mapbox-sdk to some version (which I did using pop install com...
Oddment asked 11/5, 2020 at 15:52
1
I am trying to add a new URL Scheme in my Xcode project by going to Target → Info → URL Types. However, Xcode crashes every time I try to do so. This issue is also happening on my colleague's noteb...
Joslyn asked 3/5, 2023 at 16:6
101
Solved
error: Multiple commands produce '/Users/uesr/Library/Developer/Xcode/DerivedData/OptimalLive-fxatvygbofczeyhjsawtebkimvwx/Build/Products/Debug-iphoneos/OptimalLive.app/Info.plist':
1) Target 'Opt...
Decay asked 6/6, 2018 at 10:22
3
I am developing a Flutter app and submitting it to App Store Connect and instantly get an email that the App was rejected because of
ITMS-90683: Missing Purpose String in Info.plist
Your app's cod...
Slippage asked 26/1, 2022 at 20:59
5
I'm trying to upload bundle to Appstore with Github Actions for an app with multiple targets (one per environment: internal, client and retail). I'm getting this error:
*** Error: Error uploading '...
Burka asked 5/8, 2022 at 3:43
5
When I run flutter build run I expect the version and build number to user my version in pubspec.yaml 1.1.5+10
However the 10 is always reverting to 1. This is set correctly in info.plist
<key&...
Mumps asked 13/12, 2020 at 15:48
3
Solved
There is an entry for itsappusesnonexemptencryption (ITSAppUsesNonExemptEncryption export compliance while internal testing?), but is there one for the Advertising identifier, and if so, what is it...
Lyris asked 23/5, 2016 at 22:44
3
Solved
During the submission to Apple of the application I was notified of the following ITMS-90683: Missing Purpose String in Info.plist.
NSBluetoothPeripheralUsageDescription
NSBluetoothAlwaysUsageDescr...
Lyra asked 17/3, 2021 at 16:58
12
Solved
Recently I started to get this error:
NSPhotoLibraryUsageDescription key must be present in Info.plist to
use camera roll.
I am using React Native to build my app (I am not familiar with ios...
Android asked 15/9, 2016 at 20:25
27
Solved
I'm running into what seems to be common error, in that Xcode can't seem to find my 'Info.plist' file.
I've checked the answers to these two StackOverflow questions (Could not read from Info.plis...
Nab asked 4/10, 2014 at 3:46
3
Solved
I am handling OAuth requests in my iOS React Native application. This application is contained and launched through Expo. I want to add in a custom callback url, so that I can return back to the ap...
Sloop asked 30/10, 2017 at 12:41
6
I need to set Spanish as development language for an iOS app. I'm already using Xcode 6, and I changed the Localization native development region entry in app's Info.plist (CFBundleDevelopmentRegio...
Elizabethelizabethan asked 16/9, 2014 at 14:44
10
Solved
Xcode started throwing this error in a project today, and I'm having trouble figuring out what it means and how to troubleshoot it, and it's not coming up in any searches. It happens immediately af...
Sememe asked 5/3, 2019 at 20:36
8
I am attempting to build my first iOS app using this repo:
https://github.com/pmusaraj/discourse-mobile-single-site-app
When building, I receive an error and cannot move forward. I am an absolute...
Chaparro asked 3/8, 2019 at 19:13
2
Solved
I cannot find the answer for this question anywhere. I'm new to Xcode. I have developed two multilanguage iPhone apps and cannot upload them to iTunes Connect because I'm getting the famous error "...
Serrate asked 2/12, 2011 at 0:6
1
I am trying to use the ${PRODUCT_NAME} variable from Info.plist but use it in my localized InfoPlist.strings file which will show the app name when the notification pops up. Is this even possible?
...
Leahleahey asked 21/11, 2019 at 15:2
4
I have a issue, regarding Xcode, in react-native permission file
in which GeneratedInfoPlistDotEnv.h file is not found.
How to fix this?
Already changed Info.plist Preprocessor Prefix File to
...
Photodrama asked 12/7, 2019 at 9:14
10
I need to localize two keys of info.plist: NSLocationUsageDescription and NSCameraUsageDescription. So I tried to create a new file called InfoPlist.strings and then I localized it, but app always ...
Ixtle asked 12/2, 2014 at 18:5
3
Solved
I upload my app in app store successfully.
App store send me an email like this:
App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, "K...
Cyclotron asked 5/6, 2019 at 16:0
7
I want to open PDF attachment via email in my own application: I refer two link here:
How do I associate file types with an iPhone application?
and here on Raywenderlich
where it shows some XML con...
Seiber asked 21/11, 2013 at 7:21
1
Solved
My SwiftUI scene-based app has .onOpenURL() implemented and I can successfully open my custom file type that is "shared" with it. But, since I'm the only app for my custom file I want my ...
Thessalonians asked 29/10, 2021 at 13:22
2
Solved
I have just finished my application. It runs fine on all devices that I tested it on. It archives successfully as well. However, when I try to validate it in the Xcode organizer I am met with the f...
Skindive asked 17/2, 2015 at 4:9
1
Solved
I have a SwiftUI/SpriteKit project. In an error-laden quest to change the bundle identifier, I decided to create a new project and copy my files over.
Now I've got this new project with all my old ...
Giacomo asked 3/5, 2021 at 12:49
1 Next >
© 2022 - 2024 — McMap. All rights reserved.