PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

Swift Compilier Error at "Demo" #109

Closed thevenomsnake closed 4 years ago

thevenomsnake commented 5 years ago

error

Sorry to bother you, I did the 'pod install' ,and ⌘C ⌘V the 'Cards' folder to your demo project.......and I am using the latest xcode(10.2)

PaoloCuscela commented 5 years ago

Thanks for pointing out, Do you have the same issue without using 'pod install' on the demo project, too ? And in a new project using pod install ?

To fix your problem anyway you can just remove that line.

thevenomsnake commented 5 years ago

without using 'pod install' on the demo project, there is still a problem. Is anything wrong with my file directory?Removing that line will bring more errors.. error2 ....I'm a beginner,maybe I didn't understand what you mean?

PaoloCuscela commented 5 years ago

The directory is fine. What errors do you get after removing that line ?

thevenomsnake commented 5 years ago

and here is the video link: https://perphet.com/file/error.mov

PaoloCuscela commented 5 years ago

Can you kindly list the step you made to get that error so I can try to reproduce and fix that ? Meanwhile if you wish to test the project on your own you can follow these steps.

thevenomsnake commented 5 years ago

Steps: 1.donwload the master.zip 2.unzip it 3.put the 'card' folder in the correct location 4.open the Demo.xcworkspace 5.change the 'identity' and 'signing' informations 6.click 'run' button. 7.errors came...

If I delete the 'podfile' and set a new one, errors will be like this. (I used 'pod install') er1

Have you seen the video I uploaded? I have a lot of courses and may not respond to you immediately.I am sorry about this....

snc001 commented 5 years ago

Since you're just using the demo.

Don't follow the manual copy (as noted by your step above of copying 'card' folder)

that should be all good.