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

Error after installing via Pod #160

Open
Dirk23 opened this issue Apr 22, 2020 · 2 comments
Open

Error after installing via Pod #160

Dirk23 opened this issue Apr 22, 2020 · 2 comments

Comments

@Dirk23
Copy link

Dirk23 commented Apr 22, 2020

Hi,

I added FileProvider to my App, to have an alternative to Dropbox for Filesync. After I added pod "FilesProvider" to my Podfile I ran pod update and everything seems ok:

Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing FilesProvider (0.26.0)
Generating Pods project
Integrating client project
Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.

When I now open the Workspace of my App, Xcode tells me that there are some Errors:
Bildschirmfoto 2020-04-22 um 09 28 48

Bildschirmfoto 2020-04-22 um 09 29 28

Bildschirmfoto 2020-04-22 um 09 29 55

And I don't understand what the Problem is. Is it maybe due to Swift 5?

@ghost
Copy link

ghost commented May 27, 2020

I've successfully add this pod to my project. My podfile looks like:

# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'

target 'myapp' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for myapp
  pod 'FilesProvider', '~> 0.26'
end

The installed version is: FilesProvider (0.26.0)

My CocoaPods gem is: pod --version returns 1.9.2

Maybe removing the pod, cleaning project and re-installing. Sometimes works for me when I've some trouble with a pod.

@Dirk23
Copy link
Author

Dirk23 commented May 29, 2020

@alopez-hi No, I think it is a problem with Swift5. It seems that the case .DATA_ERROR: creates some kind of custom Error in Xcode. When I change the variable Name from DATA_ERROR to DATA_ERRORS the Error Message disappeares.

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