This is a mystery to me and I hope you can help me out...
I have made an app that has got a QR-scanner and when accessing it on a fresh install on my iphone an alert is shown subsequently. The problem is that the camera image freezes up and I am unable to scan any QR-codes...
This problem goes away once I run the application from xcode again...
This is what's printed out in the console:
_BSMachError: port 13403; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
Note that I have added NSCameraUsageDescription to Info.plist.
Thanks for your help!
UPDATE: I've tried adding NSPhotoLibraryUsageDescription and other similar permissions to the Info.plist file, as well as changing the localization native development region from EN to US (as solution read in other threads) but still no luck...
UPDATE #2:
I created a new project yesterday, reusing the same code and the "QR-scanner view" works just fine!
Question: Could it be some form of conversion-related issue?
The project was created in Swift 2.2 and converted to the new syntax of Swift 3 just recently. That is the only real difference regarding the issue that I can think of...
Happy to hear your thoughts on this matter!