Hi everyone, I just got Lion, and I had to update Xcode from the App Store and now I've got Xcode 4.1, when I try to compile my app which is base SDK 4.3 and target 4.0, but now I get two errors relative to the 4.0 SDK missing files:
Code:
error: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/SystemConfiguration/WiFiManager.bundle: No such file or directory
error: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/SystemConfiguration/PPPController.bundle: No such file or directory
Can anyone help me please, I don't know what I should do, I can't run the simulator in anything under 4.3 and so these files are missing from my system.
What to do ?