Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the target "MediaWatermark" contains source code developed with Swift 2.x. Xcode 9 does not support building or migrating Swift 2.x targets #28

Open
roycclu opened this issue Aug 22, 2018 · 0 comments

Comments

@roycclu
Copy link

roycclu commented Aug 22, 2018

Hello,

Your documentation says the minimum requirement is Swift 4.0 and iOS 9.0+
But I added MediaWatermark as a pod dependency like so

  platform :ios, '9.0'

target 'createScene' do
  # Pods for createScene
     pod "AKPickerView"
     pod 'MediaWatermark', '~> 0.2'
end

And it returns an error upon opening the xcworkspace saying "the target "MediaWatermark" contains source code developed with Swift 2.x. Xcode 9 does not support building or migrating Swift 2.x targets"

Any idea what's the problem? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant