Eventually, I will be submitting a react native app to the app store but the app will only run on iOS, not tvOS. Will I be able to delete these targets and stuff and submit the project with no problem?
Select the app you want to delete, then press and hold the clickpad center (Siri Remote 2nd generation or later) or touch surface (Siri Remote 1st generation) until the app starts to jiggle. Press the Play/Pause button for more options, then choose Delete. Deleting an app also deletes its data.
You can either right click the test and delete or select the target then select the minus symbol ( - ) at the bottom of the Document Navigator pane.
Yes you can delete it but first delete appName-tvOSTests
then delete appName-tvOS
(otherwise xcode will crash).
After that remove this code from ios/Podfile
:
target 'appName-tvOS' do
# Pods for appName-tvOS
target 'appName-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With