info.plist Questions

1

Solved

I am building a package for macOS, and I would like to include a package plugin. If I do so, even if I notarize the package, this dialog appears on launch: Can it be somehow removed ? Thanks
Cite asked 17/4, 2021 at 13:11

1

Solved

Due to a bug in MacOS Big Sur I need to run the following command defaults write com.jthink.songkong "AppleWindowTabbingMode" manual for my Java application with bundled version of java ...
Hoskins asked 25/2, 2021 at 11:25

5

Solved

After upgrading flutter to flutter 1.22.4. I am getting the below error while building the Xcode Project. Runner.app/Info.plist does not exist. The Flutter "Thin Binary" build phase must...
Honkytonk asked 24/12, 2020 at 6:40

13

Solved

I switched to Xcode 4 and loaded my project, which worked perfectly in Xcode 3. When I run it, I get an error that says: The file “Info.plist” couldn’t be opened because there is no such file. ...
Hormone asked 26/5, 2011 at 22:36

7

Solved

First of all, I would like to state that I already looked at Stack Overflow post here and adding either the one mentioned by either iCoder & Deepak didn't solve the problem for me. I'm using ...
Dirge asked 18/9, 2019 at 12:1

2

Hi i'm new to iOS development. There are many situations that we have to config our Info.plist. Most of the tutorial tell me to modify the Info.plist in my navigator panel. Just like this one (Info...
Psycholinguistics asked 30/1, 2016 at 5:46

5

Solved

I followed a bunch of tutorials but it doesn’t work: I simply want to add a custom font to a macOS app. What I tried essentially: Added the .ttf font-files to my project: Target Membership is se...
Chit asked 21/1, 2017 at 22:58

5

Solved

While I have already added: NSLocationWhenInUseUsageDescription I keep receiving this warning: This app has attempted to access privacy-sensitive data without a usage description. The app's Info...
Spearmint asked 13/9, 2017 at 9:30

1

Solved

I have a serious question that I didn't find the answer to. I have a Flutter app and needed to use a dependency and in its docs, it says this Setup iOS Info.plist And the docs have this code:- &...
Chaperon asked 28/4, 2020 at 17:17

3

Solved

I have implemented the following code in an app to allow the user to add an image to the app. However the user is never asked for permission to access photo's. What am I missing here? in my info.p...
Trousers asked 16/2, 2018 at 11:43

3

Solved

I have followed all steps to generate the .ipa file and went to upload it using the Application Loader but kept getting the following error: The Info.plist in the package must contain the CFBundle...
Adept asked 16/8, 2015 at 18:38

1

Solved

Since version 11, Xcode sets my CFBundleVersion value to $(CURRENT_PROJECT_VERSION) and my CFBundleShortVersionString to value $(MARKETING_VERSION) whenever I enter Version or Build values in the t...
Heroworship asked 4/10, 2019 at 11:19

1

Solved

The best way to explain what I want to archieve is by using Facebook iOS app screenshot: Clicking that button redirects user directly to Facebook app (notifications settings). I am only able to...
Exocrine asked 21/12, 2018 at 0:19

19

Solved

I've submitted my app for review to the App Store Connect. Although the app is still under review, I've received an email to inform me that I have to fix an error. Here is the content of the messag...
Elegist asked 24/8, 2018 at 10:25

1

Solved

I want to use authentication from google and facebook, plugin I want to put in Info.plist for google: <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTy...
Pointdevice asked 18/12, 2019 at 11:56

2

Before using the "New Build System", we had a build phase script like this: infoplist="$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH" builddate=`date` /usr/libexec/PlistBuddy -c "Set :BuildDateString $build...
Oof asked 2/10, 2018 at 17:0

1

Solved

I want to create a camera calibration application with opencv for a university course. I have created a command line tool application on macOS High Sierra. Unfortunately it came without an info.pli...
Dumbbell asked 4/4, 2019 at 14:48

2

I am trying to open .obj files from iCloud drive in my app throw UIDocumentPickerViewController. I could't find standart UTi for .obj files. So, using this https://developer.apple.com/library/conte...
Setiform asked 26/6, 2017 at 18:40

1

Solved

I have a Xamarin iOS application that supports 4 different languages ​​at the moment. However I would now like to be able to translate the contents of my info.plist file and its keys like NSCameraU...
Ricardaricardama asked 8/5, 2019 at 19:58

2

Solved

I have an extension in my app that allows users to pick pictures or video of their 'Photos/Pictures' app to publish in my app. I limit the number of pictures to 20 and the limit of videos to 1 by ...
Splendent asked 29/11, 2018 at 16:23

2

Solved

After adding a few Localizations: and localized the (AppName)-info.plist file: and checked Bundle Resources (also tried to remove Go-info.plist from the Copy Resources Bundle list: and th...
Cabman asked 5/8, 2013 at 7:14

4

Solved

In my first upload from Xcode 8 to iTunes Store I received the following message from Apple This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist m...
Lunge asked 16/9, 2016 at 23:24

0

I have an Xcode project which depends on a bunch of third-party frameworks. I'd like to start preparing for an app submission and I'm wondering whether Xcode forewarns me of all the NS[whatever]Usa...
Carmencita asked 10/12, 2018 at 17:27

3

Solved

I want to update my app on the App Store. When the app is first opened after the update, I want it to sync some stuff. Therefore I need a way to see if it's the first launch after the update. The ...
Lashley asked 16/12, 2014 at 12:1

4

Solved

I just realized that Bundle Creator OS Type code in my iOS app's Info.plist value is ????? in Xcode 4. What is the value supposed to be?
Repp asked 23/3, 2011 at 5:28

© 2022 - 2024 — McMap. All rights reserved.