You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/04 09:44:37 UTC

[GitHub] [cordova-osx] qpwr opened a new issue #110: App crashes on macOS 11 Big Sur with __CRASHING_DUE_TO_PRIVACY_VIOLATION__

qpwr opened a new issue #110:
URL: https://github.com/apache/cordova-osx/issues/110


   This is rather no bug report, but I'm trying to help others who stumble upon the same issue. My app with cordova-osx 6.0.0 works perfectly fine on macOS 10, but crashed on macOS 11 (Big Sur). The error report contained the __CRASHING_DUE_TO_PRIVACY_VIOLATION__ flag, which is why I assumed the issue could be due to missing NS*UsageDescription strings in the *-Info.plist file (similar to when iOS made them mandatory).
   
   After I included the needed strings, the app worked as expected. This is what I added to my config.xml
   
   ```
       <platform name="osx">
           <!-- other stuff which is not relevant for this topic -->
           <config-file parent="NSBluetoothAlwaysUsageDescription" platform="osx" target="*-Info.plist">
               <string>Reason why this app needs bluetooth goes here.</string>
           </config-file>
           <config-file parent="NSBluetoothPeripheralUsageDescription" platform="osx" target="*-Info.plist">
               <string>Reason why this app needs periphals goes here</string>
           </config-file>
           <config-file parent="NSCameraUsageDescription" platform="osx" target="*-Info.plist">
               <string>Reason why this app needs the camera goes here</string>
           </config-file>
       </platform>
   ```
   
   Hopefully someone will find this useful.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] brodybits commented on issue #110: App crashes on macOS 11 Big Sur with __CRASHING_DUE_TO_PRIVACY_VIOLATION__

Posted by GitBox <gi...@apache.org>.
brodybits commented on issue #110:
URL: https://github.com/apache/cordova-osx/issues/110#issuecomment-788200996


   Thanks for reporting. This looks like it needs to be documented. A minimal reproduction would increase the chance of getting help from the maintainers.
   
   I would also highly recommend that you followup on Slack and on the dev mailing list, please follow links from the footer of cordova.io or cordova.apache.org, and try again if you don't hear anything. Unfortunately the maintainers have been pretty overloaded over the past couple years.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] NiklasMerz closed issue #110: App crashes on macOS 11 Big Sur with __CRASHING_DUE_TO_PRIVACY_VIOLATION__

Posted by GitBox <gi...@apache.org>.
NiklasMerz closed issue #110:
URL: https://github.com/apache/cordova-osx/issues/110


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] NiklasMerz commented on issue #110: App crashes on macOS 11 Big Sur with __CRASHING_DUE_TO_PRIVACY_VIOLATION__

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #110:
URL: https://github.com/apache/cordova-osx/issues/110#issuecomment-1073032809


   We are archiving this repository following [Apache Cordova's Deprecation Policy](https://cordova.apache.org/deprecation_policy.html). We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org