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

Compiler Error #28

Closed
karthikasdas opened this issue May 9, 2016 · 4 comments
Closed

Compiler Error #28

karthikasdas opened this issue May 9, 2016 · 4 comments

Comments

@karthikasdas
Copy link

Hi,

My app was running successfully until i did a pod update. After pod update I tried clean build, close Xcode and open and build, etc but nothing worked. Its giving me 'Use of undeclared type 'RequestButton' ' and 'Type RidesClient has no member sharedInstance' (In line RidesClient.sharedInstance.configureClientID("")). Please help.

Thanks,

@faarwa
Copy link
Contributor

faarwa commented May 9, 2016

Hey @karthikasdas, the recent updates to the SDK were indeed breaking. The RidesClient no longer has a shared instance, and your client ID can now be configured in your app's Info.plist. The RequestButton has been renamed to RideRequestButton. Check out the Changelog for some more detail on changes, and the README and sample apps for example code.

@Qix-
Copy link

Qix- commented May 9, 2016

why isn’t semantic versioning being used?

@jbrophy17
Copy link
Contributor

@Qix- semantic versioning is being used. As this is still a 0.x release, it should not be considered stable and may contain breaking changes

@Jamongkad
Copy link

I ran into this same problem a couple of hours ago. Nearly tore my hair out looking for a solution. What worked for me though was nuking the ~/Library/Developer/Xcode/DerivedData directory. After that I was able to build and deploy to an iOS device successfully.

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

5 participants