Após uma atualizaçâo do xcode ficou impossível produzir por conta da lentidão. Após uma googlada achei a seguinte dica: How to make xcode faster Buying more memory. Disable indexing if you are building out huge projects in Xcode. This can halve Xcode’s mem
In Info.plist add: <key>UIStatusBarStyle</key> <string>UIStatusBarStyleBlackTranslucent</string> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> So you can hide navigation bar and save text color.
1 - Add Main View UIView - keys top: 0, left: 0, bottom: 0, right: 0 2 - Add UIScrollView - keys top: 0, left: 0, bottom: 0, right: 0 3 - Add Inner View - keys top: 0, left: 0, right: 0 - add height equals Main View and change priority to 250
Navegar para uma tela e limpar o histórico/pilha de navegação https://stackoverflow.com/a/32798799
Para gerar os certificados de desenvolvimento e produção na Apple Store: Verificar se não tem mais certificados criados na Apple e Localmente Usar o mesmo certSigningRequest para produção e desenvolvimento Remover todos os certificados e chaves referentes ao dados
Erro: IB Designables: Failed to render and update auto layout status for CustomDropDown (iN0-l3-epB): The agent threw an exception. Solução: Configurar a classe do componente, assim como a conexão dos componentes APENAS em File's Owner e NUNCA na view. i
Here is explantation for each folder and what you can delete to reduce the size. DeviceSupport - You can keep the simulator which log's you may need in future. It's symbolicate crash logs for different device/iOS. Delete this folder after every few days interval. Most of the time,
XCode Error provisioning profile development doesn't include signing certificate iphone distribution Change at Build Settings imagem[xcode.png]
$ rm -rf ~ /Library/ MobileDevice / Provisioning \ Profiles /*