hi,
i want to remove coreblutooth framework from my project because third party library use my bluetooth, i didn't use bluetooth in my project but bluetooth permission alert is shown when application is launched,
when i run this "grep -r -a CoreBluetooth ProjectFolder" command in terminal its show
"/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAds.framework/Modules/module.modulemap:// link framework "CoreBluetooth" "
when i remove coreBluetooth framework from my project it's gave me three errors.
1. Undefined symbol: OBJCCLASS$ CBCentralManager in objective c
2. Undefined symbol: OBJCCLASS$CBUUID
3. Undefined symbol: _CBCentralManagerOptionShowPowerAlertKey
can anyone tell me how may solve these error. actually i want to remove bluetooth permission popup from my first screen.
due to popup apple reject my app.
Thanks
i want to remove coreblutooth framework from my project because third party library use my bluetooth, i didn't use bluetooth in my project but bluetooth permission alert is shown when application is launched,
when i run this "grep -r -a CoreBluetooth ProjectFolder" command in terminal its show
"/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAds.framework/Modules/module.modulemap:// link framework "CoreBluetooth" "
when i remove coreBluetooth framework from my project it's gave me three errors.
1. Undefined symbol: OBJCCLASS$ CBCentralManager in objective c
2. Undefined symbol: OBJCCLASS$CBUUID
3. Undefined symbol: _CBCentralManagerOptionShowPowerAlertKey
can anyone tell me how may solve these error. actually i want to remove bluetooth permission popup from my first screen.
due to popup apple reject my app.
Thanks