Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Invalid
-
Affects Version/s: 5.11
-
Fix Version/s: None
-
Component/s: Build tools: macdeployqt
-
Labels:None
-
Environment:XCODE,QT
-
Platform/s:
Description
I am creating Xcode project from Qt .pro file as my OSX app needs to enable NetworkExtension to make VPN connection and I have to turn on "App sandbox" capability.
But After enabling this capability my app is crashing while I am running from the Xcode
QApplication(argc,argv) on main Thread 1: signal SIGABRT error I am getting.
Please let us know how to make this to work?
Do i need to configure anything in the Qt .pro file?