Home>
Currently, I am making a setting screen.
What i didCreate a new SingleView project in Xcode
Install the following libraries with Cocoapods
https://github.com/xmartlabs/Eureka
Installation is done by referring to the following site.
http://swift.hiros-dot.net/?p=247Try to build for the time being
I get 12 errors.
What's more, the error seems to be happening in the library's swift source, and you have to unlock the source edit permissions to mess with that source.
Is it necessary to eliminate the errors one by one in order to use the library?
Or is it because you made a mistake in the import process?
Xcode: 10.0
Swift: 4.2
eureka: 4.0.1.
#Uncomment the next line to define a global platform for your project
# platform: ios, '9.0'
target'EurekaSample' do
#Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
#Pods for EurekaSample
pod'Eureka'
end
-
Answer # 1
Related articles
- xcode - svprogresshud fails to build due to an error
- xcode - i get a "library not found for -l realmcore -io" error when building
- nodejs - npm install error
- laravel - when i run the npm install command, i get the error no such file or directory
- ios - [xcode] archive gives an error
- json - build error while creating latex environment with vs code
- xcode - i want to know about error handling of wkwebview
- unity webgl build error
- xcode - about the error "physics body: could not create physics body" in spritekit
- xcode - pod install in flutter doesn't work
- c # - mstest library file name is too long and build error
- python 3x - when i install pycrypto with python pip, i get an error and cannot complete the installation
- how do i create a build and how to resolve the error "binary not found"?
- [xcode] "library not found for -l iphone-lib" error occurs when building
- windows - error when installing all at once with sass "npm install" up to date in 0554s found 0 vulnerabilities
- [xcode] i used cocoapods, but i can't build
- xcode - i could not resolve the could not load nib in bundle error
- java - i get an error in android build error: can't find symbol
- xcode - crash with the error "this class is not key value coding-compliant for the key"
Related questions
- swift : TimeLineCollectionViewController.allProd.count is always zero. Because of the asynchrony, apparently. How to solve the p
- ios - core bluetooth data exchange
- html - i want to get the value of td outside the tr tag in xpath
- xcode simulator is
- xcode - i want to use% in swift floating point, but it doesn't work
- how to display xcode pencilkit pktool picker
- ios - [swift] how to get all the values in the tableview cell and pass them to the transition destination
- whether or not a small screen like picture-in-picture can be realized on the screen of a self-made ios application
- ios - transition screen in authentication with firebase
- xcode - [swift] i want to get a value from an object with ncmb of nifty cloud
Support for Swift 4.2 seems to be from 4.3.0.
Releases
Please update Eureka.