I want to now make one of my apps free and not have in-app purchases any longer. When I go into the Identifiers screen in developer.apple.com the In-App is checked and grayed out. How do I remove that?
There is a similar question where a user reported this on an M1, however, I am not on an M1. If I run in a 15.0 sim the app runs fine. However, if I try a 14.0 sim it crashes. XCode 13.0 (we have to compile on this version)
dyld: Library not loaded:
Reason: image not found
Does anyone know why setting the text color of the search bar programmatically in viewDidLoad does not work and is requiring setting it to .white in viewWillAppear?
var searchController = UISearchController(searchResultsController: nil)
searchController.searchBar.delegate = self
searchController.searchBar.sizeToFit()
searchController.obscuresBackgroundDuringPresentation = false
searchController.hidesNavigationBarDuringPresentation = false
searchController.searchBar.placeholder = "Search here"
searchController.searchBar.searchTextField.textColor = .white
self.navigationItem.searchController = searchController
I no longer am working for or responsible for one of the teams that show up on my account. How do I removed myself as I can not get anyone from that company to remove me and I don't want it to show any longer?
Has anyone else noticed how slow xCode 10 is now in compiling code. It used to take 20 second to build and run. Now the same exact code takes over 45 seconds and sometimes over a minute to comple and run vs xCode9
I want to now make one of my apps free and not have in-app purchases any longer. When I go into the Identifiers screen in developer.apple.com the In-App is checked and grayed out. How do I remove that?
There is a similar question where a user reported this on an M1, however, I am not on an M1. If I run in a 15.0 sim the app runs fine. However, if I try a 14.0 sim it crashes. XCode 13.0 (we have to compile on this version)
dyld: Library not loaded:
Reason: image not found
Does anyone know why setting the text color of the search bar programmatically in viewDidLoad does not work and is requiring setting it to .white in viewWillAppear?
var searchController = UISearchController(searchResultsController: nil)
searchController.searchBar.delegate = self
searchController.searchBar.sizeToFit()
searchController.obscuresBackgroundDuringPresentation = false
searchController.hidesNavigationBarDuringPresentation = false
searchController.searchBar.placeholder = "Search here"
searchController.searchBar.searchTextField.textColor = .white
self.navigationItem.searchController = searchController
I no longer am working for or responsible for one of the teams that show up on my account. How do I removed myself as I can not get anyone from that company to remove me and I don't want it to show any longer?
Has anyone else noticed how slow xCode 10 is now in compiling code. It used to take 20 second to build and run. Now the same exact code takes over 45 seconds and sometimes over a minute to comple and run vs xCode9