I'm new in Xcode and Swift.
I cloned a private project from my job as a developer.
The problem is there's a problem to compile the project. A Shell Script Invocation Error:
No such module 'PopupDialog'
If I try to fix manually this errors, the Swift Compile Error now is below:
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
- I installed
Xcode
latest fromApple Store
- I downloaded the lasted
Swift
from website/releases
Environments:
- MacOS High Sierra 10.13.6
- XCode 9.4.1
- Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
Target: x86_64-apple-darwin17.7.0
For the project Workspace, there's a convertion to Swift 4 available, but if I do it, theres a tooltip message on center of screen with Build failed
message.
- The
BaseSDK
is `Latest iOS (iOS 11.4) - The
iOS Deployment Target
isiOS 9.3
- The
Swift Language Version
to compile isUnspecified
Please I need a help to get started with XCode and build this projects.
References: