-
Notifications
You must be signed in to change notification settings - Fork 64
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
pre_compile hook is called to late with CocoaPods 1.6.0.beta.2 #75
Comments
I don think that is related with this project. |
I encountered the same problem. Downgrading to 1.5.3 consistently solves the issue for me. |
Getting the same error with Cocoapods 1.6.1, downgrading to 1.5.3 also solved the issue for me. |
Unfortunately the Xcode 10.2 simulators don't work with cocoapods 1.5.3 for me. The version of fourflusher used in cocoapods 1.5.3 doesn't support xcode 10.2. And I also get the same " |
Same issue happens with CocoaPods |
I was hoping |
Is there any workaround? |
Only thing that worked for me is using |
Has someone tried this on Cocoapods |
Can confirm |
I opened an issue on the Cocoapods repo and dnkoutso helped me find a fix. 🎉 Just add this to your Podfile:
It will modify the spec earlier and the compilation will work. |
I’ve also found that the pre release version of Alamofire works. It includes the Swift version. |
Very nice @Unknoob - appreciate your solution |
Update and weird case: if anyone still sees the error after applying the fix above
it might be because they are only explicitly picking subspecs from a pod in their Example
and the simple fix is just explicitly adding the pod without any subspec
|
With CocoaPods 1.7.1, I had to update the workaround to use the new pluralized
|
Update for CocoaPods 1.9.1:
That |
Report
What did you do?
pod install
on an empty folder with just thisPodfile
What did you expect to happen?
To get an output folder with the compiled Alamofire framework
What happened instead?
Got the
SWIFT_VERSION
missing error.Command
pod install
Stack
Plugins
Podfile
Error
The text was updated successfully, but these errors were encountered: