-
Notifications
You must be signed in to change notification settings - Fork 98
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
Cocoapods and Rome Issue? #26
Comments
same issue. |
There are quite a few problems with current repo's version of Podfile in Examples. First of all, to get Rome works with Cocoapods, according to CocoaPods/Rome#58, you must "specify some target on it even if it doesn't exist just to get cocoapods to not complain". Secondly, there are some bugs with dSym generation (CocoaPods/Rome#64 (comment)), so disable them. Thirdly, there are an issue with versions of Quick and Nimble. Finally, I was able to build and execute examples by using Xcode 10 with Swift 3.2, using last version of Quick and Nimble (1.3.2 and 7.3.1, correspondingly). Modified
|
I have the latest cocapods and rome installed
And I get error:
I believe Podfile syntax has changed to require a target, but I don't understand how thats supposed to work with these CLI rome framework scripts?
Is there something broken here or am I doing it wrong?
The text was updated successfully, but these errors were encountered: