Musix
Musix copied to clipboard
No module named ReSwift
The Xcode build fails. I'm using Xcode9-beta3. It seems to be a cocoapod issue but not sure:
$ pod install
...
Analyzing dependencies
[!] The version of CocoaPods used to generate the lockfile (1.3.0.beta.1) is higher than the version of the current executable (1.2.1). Incompatibility issues may arise.
Downloading dependencies
Installing Alamofire (4.5.0)
Installing ReSwift (4.0.0)
Installing SDWebImage (4.0.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.
[!] The `Musix [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-Musix/Pods-Musix.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `Musix [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-Musix/Pods-Musix.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
Btw the warning can be solved settings the flag in the Build Settings > Build Options to $(inherits) but this will not affect the issue wit the library RewSwift:
Musix/Musix/Musix/flux/states/Charts.swift:10:8: No such module 'ReSwift'