0

I implement the https://github.com/TakeScoop/SwiftyRSA in my project using pods but it give me error enter image description here

how to solve this? Any other pod please suggest me too.

Pod file

enter image description here

7
  • Do you have any other pods in your project? What version of Xcode are you using? That is a very strange message for some very standard Swift code Commented May 18, 2017 at 5:36
  • no other pods used. Xcode 8.3.2. Commented May 18, 2017 at 5:51
  • Try a clean or deleting derived data? I just pulled the repo and ran the tests OK. What version of the POD do you have? Commented May 18, 2017 at 5:57
  • installed SwiftyRSA (0.3.0). I didn't understand "deleting derived data" Commented May 18, 2017 at 6:05
  • 1
    You should be using version 1.2.0. Do you really need to support iOS 8.0? Change your platform to 8.3 and run pod update Commented May 18, 2017 at 6:06

1 Answer 1

2

Version 8.0 of iOS has some serious issues. I would suggest that you target iOS 8.3 as a minimum. If you change your platform line in your Podfile to iOS 8.3 and run pod update then you will get SwiftyRSA 1.2.0 which will resolve your issue.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.