I recently updated my Xcode
to 10. As a default, "New Build System" was enabled. When I build my project, I have noticed that my changes won't work on Simulator. When I try to debug this code, Xcode displays the correct changed source code, but the code executed is old.
When I change back to "legacy" build system, everything works fine.
Anybody with similar experience?
Thanks
This might be an issue with Cocoapods. Because I did unlocked podfile and try to edit some codes.