- Reactive Programming with Swift 4
- Navdeep Singh
- 95字
- 2021-06-24 18:58:02
After migration
After applying the migrator changes, you might need to do some manual changes in order to build the project.
Some compiler errors might have some fixits; Xcode suggests these fixits and most of them are applied already by the migrator, but if the fixit does not fit almost 100% in the given scenario, then you might need to do it manually.
It is not necessary that the code that the migrator supplies is ideal, even if it compiles correctly. Use your best judgement and check that the changes are appropriate for your project.
推薦閱讀
- Learning Cython Programming
- JavaScript修煉之道
- vSphere High Performance Cookbook
- Magento 2 Theme Design(Second Edition)
- MATLAB實(shí)用教程
- Mastering ROS for Robotics Programming
- iOS自動(dòng)化測試實(shí)戰(zhàn):基于Appium、Python與Pytest
- Test-Driven Development with Django
- Magento 2 Beginners Guide
- Java程序設(shè)計(jì)教程
- Learning D
- Mastering Machine Learning with R
- Learning NHibernate 4
- Python人工智能項(xiàng)目實(shí)戰(zhàn)
- Python GUI設(shè)計(jì):tkinter菜鳥編程