You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Also, while running "pod install" it instantly abort the command- in image below after 1 second of displaying "prebuilding AirWatchEWS" it returns to propmpt.
run pod env | egrep 'CocoaPods |Xcode|cocoapods-binary' then paste the result here
A demo project is helpful:
It will be very helpful if provides a demo project that reproduce the problem. A blank project with cocoapods-binary can be downloaded here, which can be remodeled to a minimal problematic environment. Attach the demo.zip to the comments.
The text was updated successfully, but these errors were encountered:
atelaich
changed the title
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. Refer image1
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.
Nov 5, 2019
I suppose it's the same issue: #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.
Also, while running "pod install" it instantly abort the command- in image below after 1 second of displaying "prebuilding AirWatchEWS" it returns to propmpt.
Thanks for your feedback!
If it's a bug:
What's your environment:
pod env | egrep 'CocoaPods |Xcode|cocoapods-binary'
then paste the result hereA demo project is helpful:
The text was updated successfully, but these errors were encountered: