Currently, I have only one tip for Xcode 3 users - do not use xcode 4 unless you have free time to start training again and / or are ready to report a lot of errors . Wait at least until 4.1. There are many more errors that are not resolved. Nothing is stable. Xcode 4 also advertises as having a single ui window, which is good, but unstable like U238. Also - this is probably the only thing that is good regarding the new Xcode 4. So, here are some of my headaches right now:
- Unable to complete the entire project (except for individually selected modified files);
- Unable to click (if SMC git). At least I did not find this;
- Since character indexing is broken, you cannot:
- see normal syntax highlighting;
- Go to specific character definitions
The jump bar is just one big misunderstanding:
- Previously, the convenient keyboard shortcut Ctrl + 2 from Xcode 3, which lists the names of methods and pragma tags, now became a hit of the finger Ctrl + 6 (emacs user rejoice </flamewar>).
- There is no direct button to switch between the interface and implementation files.
If you have a 13.3 "macbook [pro] - do not even try to use navigators with utilities (inspectors or libraries).
The transition guide for Xcode 4 is also used, in which it is far from.
Update 1:
There is no such thing as Build and Run. Only build, build for work, build for testing, build for profiling, build for archiving. Then just run without assembly and run without profiling. AFAIK, this should be simpler, so summa generalum - 8 actions instead of 1. Go figure.
So these are just some of my instantly detected crashes for Xcode 4.
PS will probably be updating this in the next few days.
Eimantas Mar 10 2018-11-11T00: 00Z
source share