Compilation fails after upgrading xcode to 7.0

Asked 1 years ago, Updated 1 years ago, 60 views

I accidentally upgraded xcode to 7.0.
As a result, when I try to move Fortran in the terminal, I get the following error:
Compilation is no longer possible.

ld—library not found for-lSystem
collect2:error:ld returned1 exit status

Could you tell me how to solve this problem?

xcode xcode7

2022-09-30 19:40

1 Answers

The dependency may be broken by an update.
GFortran right?
Why don't you try again?


for simulators, etc. The library inside the simulator should have disappeared due to the update, so
You should also check the library inside the simulator.


2022-09-30 19:40

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.