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

Can't get the example to work #2

Open
SebastianBO opened this issue Nov 9, 2018 · 16 comments
Open

Can't get the example to work #2

SebastianBO opened this issue Nov 9, 2018 · 16 comments

Comments

@SebastianBO
Copy link

Showing Recent Messages
👎 /Users///VideoRow/Example/Pods/Pods/Target Support Files/Pods-VideoRow_Tests/Pods-VideoRow_Tests.debug.xcconfig: unable to open file (in target "VideoRow_Tests" in project "VideoRow") (in target 'VideoRow_Tests')

Error when running

@SebastianBO
Copy link
Author

SebastianBO commented Nov 9, 2018

Also when looking at code without git clone -> pod install -> run it seems to not have anything inside of it.
VideoRow contains

import Foundation
public class VideoRow {
var pointlessProperty: Any

public init(pointlessParam: Any) {
    self.pointlessProperty = pointlessParam
}

public func temp() {
    print("this prints to the console so we can see if this is working!")
}

}

@Smiller193
Copy link
Collaborator

Smiller193 commented Nov 9, 2018

@SebastianBO yeah its not ready yet bro this is my first time doing this just be a little patient

@Smiller193
Copy link
Collaborator

@SebastianBO try now

@SebastianBO
Copy link
Author

SebastianBO commented Nov 12, 2018

Pod still not working for me, but I'll try to make it work! Thanks for the update :)

@Smiller193
Copy link
Collaborator

Smiller193 commented Nov 12, 2018 via email

@Smiller193
Copy link
Collaborator

Smiller193 commented Nov 12, 2018 via email

@Smiller193
Copy link
Collaborator

@mats-claassen can you test it to see if it is not working for you as well

@Smiller193
Copy link
Collaborator

@SebastianBO I just tested it again created a whole new project with a new pod and installed it and it worked for me

@mats-claassen
Copy link
Member

I could run the Example on the simulator but not on the device. I have some trouble with the Pods xcconfig files which seem to have a wrong path.

Adding the pod to another project works, BTW.

I just found that _VideoRow is the final class while VideoRow is the generic superclass. We normally do this the other way around as it is nicer to use VideoRow than _VideoRow in our projects. I would suggest to swap those names.

@Smiller193
Copy link
Collaborator

@mats-claassen im going to alter that and test it on a device now

@Smiller193
Copy link
Collaborator

@mats-claassen test one more time

@mats-claassen
Copy link
Member

I am still getting the duplicated xcconfig files issue but I am not sure what is causing that. Cloned the repo, then ran pod install in the Example folder.

screen shot 2018-11-14 at 10 02 07 am

The duplicate red files have a wrong and non-existent path set

@Smiller193
Copy link
Collaborator

Smiller193 commented Nov 14, 2018 via email

@Smiller193
Copy link
Collaborator

@mats-claassen havent been able to locate a fix. Is it causing the pod to not function properly?

@Smiller193
Copy link
Collaborator

@SebastianBO can you still not get the example to work?

@mats-claassen
Copy link
Member

The pod worked properly for me. It is just an example issue

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

3 participants