leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

I have a complex project and when I try use this it builds only 3 and GeneratedFramework folder has only 3 frameworks rest of the folders are empty. #101

Open atelaich opened 4 years ago

atelaich commented 4 years ago

image Also, while running "pod install" it instantly abort the command- in image below after 1 second of displaying "prebuilding AirWatchEWS" it returns to propmpt. image

Thanks for your feedback!

If it's a bug:

atelaich commented 4 years ago

May I get some response please its blocking me? Also, while pre-building where are the build logs generated

Deub27 commented 4 years ago

Same issue for me !

weijingyunIOS commented 4 years ago

me to

osfalt commented 4 years ago

I suppose it's the same issue: https://github.com/leavez/cocoapods-binary/issues/97. It looks like bug in plugin. Try to remove all old simulator runtimes from /Library/Developer/CoreSimulator/Profiles/Runtimes, e.g. iOS 9.3.simruntime. It helps for me, because I use deployment target 10.0 in my project.